
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I am not experienced programmer, so I don't know if it is possible and how to fill comment field in CTrade class ("Buy Trade", "StopLoss") from the Wizard signal modele? For example:
if((prev_fast_value > prev_close))
signal = 100;
CTrade. comment = "Buy trade"
I would like to have different comments and colors when analyzing the chart after backtest.
Thanks in advance
Peter