My current AFL coding knowledge can be said to be 0. Well, I added the phrase
"WriteVal( DateTime(), formatDateTime );"
into my original AFL code, as shown below:
Cond = Cross(EMA(Close, 10), EMA(Close, 20) );
Cond1 = Cross(EMA(Close, 20), EMA(Close, 10) );
Buy = Cond;
Sell = Cond1...