I'm having troubles with this error. I'm currently running an strategy in several FX pairs.
What I think is, since I'm using daily bars on all of them, the system is trying to place the order right after the bar closes ("calculate on bar close" is enabled), that is, when the market is already closed for the day.
How can I solve this issue? I was thinking about disabling "calculate on bar close" and calculate the strategies on every tick, but that would be extremely inefficient in my opinion.
I'm sure is just some basic thing I'm doing wrong. I'm sorry, I'm just getting started with the automatic trading.
Thanks,
Emilio

Comment