I have a problem with a strategy I created. Every time I try to forward backtest it or run it live on a sim account, I can't get it enabled.
I also received the following error message:
"You are accessing an index with a value that is invalid since it is out of range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars."
For clarity: my strategy uses multiple indicators on three different timeframes. Some indicators are duplicated, others are not, and there are also some minimum requirements before an entry can be placed.
Thanks in advance for your help!
Comment