Data Window Question

 

Hi

Is it possible to display on data window any variable other then the buffers? If so how?

Thanks 

 
no
 
WHRoeder:
no
thanks... so in case i want to backtest my EA and figure out whats going on which are my options to do the debugging easier? I tried to write on a file but it doesnt work. Only Print statement seems to work.
 
athanfx:
thanks... so in case i want to backtest my EA and figure out whats going on which are my options to do the debugging easier? I tried to write on a file but it doesnt work. Only Print statement seems to work.
Print(), Comment(), Alert() . . .  and for example  https://www.mql5.com/en/forum/142099
 
RaptorUK:
Print(), Comment(), Alert() . . .  and for example  https://www.mql5.com/en/forum/142099


Thanks... I think Alert doesnt work on backtest. 

Any ideas why period_converter does not attach to my chart so to convert some 1M candles? I ve already compiled it. (Or should i open a new thread?) 

 
In the tester, visual alert becomes a print. During optimization alert and print do nothing.
 
athanfx:


Thanks... I think Alert doesnt work on backtest. 

Any ideas why period_converter does not attach to my chart so to convert some 1M candles? I ve already compiled it. (Or should i open a new thread?) 

Search first . . . there was a post about Period Converter in the last week
Reason: