Forum

Real current Time during Backtest

Hello, hope somebody could help me. How can I read out the REAL current time (e.g. LocalPC) during a Backtest? TimeCurrent(), TimeLocal() and TimeTradeServer() will just give the time according to the Backtest. Thanks in Advance

Backtest with MultiSymbol EA

Hello, I am running a small EA and what to display some Horizontal Lines on open Charts on the Backtester. With OpenedCharts() I read out all openend Charts and Print them. It's working well with Live Trading, but in Backtest (Visual Mode) it only returns the one Chart, on which the backtest is