Multichart Backtest
-
Just stopping in to see if anyone knows of a way to get the pair for each of your multisymbol EA to display the chart and trades for each pair rather than just the primary one you've selected on inputs?
-
@tipsywisdom
via custom code or by default with fxdreema? -
@bk7 either.
I'm testing multisymbol EAs and it's annoying in backtest to only see the selected primary pair.
-
you can try
on init
a custom block with:ChartOpen(
string symbol, // Symbolname
ENUM_TIMEFRAMES period // Period
);