I have developed a strategy and am conducting Walk Forward Optimization. The optimizer is partially working, but there are a few ongoing issues that have significantly affected the results. Please refer to the image and description below, your help is very appreciated
I am using the 1-minute data series, The optimization period is two days, the test period is one day.
Incomplete Trading
Based on the strategy's logic, there should be several more trades displayed on the chart. You can see this is the chart for the one-day test period. When I looked at the other charts for the other test periods, all had the same issue and were only trading later in the day.
My one guess is this: I have an indicator using a length of 1000. Could the optimizer be waiting 1000 periods to load the indicator (at the beginning of the test period) before making trades? I'm not sure what else it could be. If this is the case, how would I fix it to have the strategy able to run the whole day so I can test correctly?

Comment