Dear All,
Happy Dushera to you all.
I need a little for 'AlertIF' function help as I am very weak in Amibroker coding.
Consider the following example formula:
Buy = Cross( MACD(), Signal() );
Sell = Cross( Signal(), MACD() );
Short = Sell;
Cover = Buy;
barcomplete =...