It seems that the argument:
TradingDaysLeft(Bars,TradingDaysChoices.weekly) is equal to 0
not working in WL8.
I always get the message:
Backtest error: No Executor
TradingDaysLeft(Bars,TradingDaysChoices.weekly) is equal to 0
not working in WL8.
I always get the message:
Backtest error: No Executor
Rename
In Wealth-Lab 8 it needs to be TradingDayChoice.Weekly.
We need to add that enum to the QuickRef. Thanks for the reminder!
We need to add that enum to the QuickRef. Thanks for the reminder!
In addition to what Cone just said, I see a potential bug in TradingDaysLeft / TradingDaysSince introduced while porting to WL8. Let's fix this.
Your Response
Post
Edit Post
Login is required