When using the Nasdaq 100 Current & Past dataset, I get an error that the index is out of range.
I tried to solve the problem - closed Wealth-lab, reloaded the Norgate database, launched Wealth-Lab again - I got the same error.
This is the main question.
There is also a question regarding the construction of trading strategies. Usually I built all strategies based on changing the bar number (idx).
In this case, the bar number can change significantly.
How to build a logic in this case??
I tried to solve the problem - closed Wealth-lab, reloaded the Norgate database, launched Wealth-Lab again - I got the same error.
This is the main question.
There is also a question regarding the construction of trading strategies. Usually I built all strategies based on changing the bar number (idx).
In this case, the bar number can change significantly.
How to build a logic in this case??
Rename
It’s hard to speculate without seeing your Strategy 🤷🏼♂️
Most common reason - StartIndex is not properly assigned in Initialize(). Generally, it should be assigned to the greatest period of all indicators (or more).
Your Response
Post
Edit Post
Login is required