When I open a strategy that was evolved in "Strategy Evolver" and then add weight indicator to it, I get a backtest error, "Could Not Compile Code"
I have to then convert it to code and get this message
Then I have to delete "using WealthLab.MyIndicators;" in the code in order for it to run a weighted backtest.
I can keep doing this, but its quicker for me to optimize an evolved strategy and make tweeks to it using the blocks vs code. Can this be changed in a future update?
Thanks!
I have to then convert it to code and get this message
QUOTE:
Compiled at 4/8/2023 10:00:34
37: 'RSI' is an ambiguous reference between 'WealthLab.Indicators.RSI' and 'WealthLab.MyIndicators.RSI'
126: 'RSI' is an ambiguous reference between 'WealthLab.Indicators.RSI' and 'WealthLab.MyIndicators.RSI'
Then I have to delete "using WealthLab.MyIndicators;" in the code in order for it to run a weighted backtest.
I can keep doing this, but its quicker for me to optimize an evolved strategy and make tweeks to it using the blocks vs code. Can this be changed in a future update?
Thanks!
Rename
I don’t think there’s anything to change at our end. It looks like you created your own custom indicator named RSI and that’s causing a conflict. You’ll need to delete that custom indicator.
That solved it, I don't ever remember creating a custom indicator but there one was a year ago in that folder. Thanks!
Your Response
Post
Edit Post
Login is required