Trade comment and color from Signal module?

 

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

Reason: