Comments in Backtest

 
My EA isn't entering as expected. How do I get comments or whatever to print in backtest so that I can see the values of my indicator?
 
mixtermind:
My EA isn't entering as expected. How do I get comments or whatever to print in backtest so that I can see the values of my indicator?

NVM...figured it out...used Comment(...) instead of Print(....)..still not sure why Print doesn't work in backtesting though

 
mixtermind:

NVM...figured it out...used Comment(...) instead of Print(....)..still not sure why Print doesn't work in backtesting though

See here what doesn't work in Testing/Optimization mode: Articles -> Tester -> Testing Features and Limits in MetaTrader 4

 
mixtermind:

NVM...figured it out...used Comment(...) instead of Print(....)..still not sure why Print doesn't work in backtesting though

Print works with visual mode, not during optimization

Reason: