Good afternoon
I have programmed a system (see attachment) in which the entry conditions are calculated in 1 minute timeframe, and the exit conditions are calculated in 1 second timeframe.
So, for the entry conditions code I wrote TIMEFRAME(1 minute, UpdateOnClose)
And for the exit conditions I wrote TIMEFRAME(default).
Now I am trying to run a back test for the last 3 years.
My question is:
I wonder if this will this be too much for the processing capacity of the platform, as I want to test my code for three years with part of it in minutes and part in seconds.
Should I expect troubles or should I expect the backtest to run smoothly? Can you please give me any comMent?
Many thanks in advance and best regards,
Carlos