Hello,
I am beginner at coding and would like to ask for your support.
I have some simple formula in Amibroker (afl language):
buyCon1 = Cross( MACD(), Signal() );
BuyCon2 = Cross(MA(C,30),MA(C,10));
Buy = buyCon1 AND buyCon2;
Question: how can I add to the above something like:
If...