Hyperparameter optimization of strategies based on indicators other than SMA. #405
Unanswered
Krzysiek191
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Pass parameters as lists to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Can someone please explain me how to change the code below to test combinations of a strategy based on RSI?
Entries and exits: RSI crossed below from 1 to 100 and the same for RSI crossed above.
PS. How can I use saved data? With
price = vbt.BinanceData.load(symbol).get('Close')I get an errorBeta Was this translation helpful? Give feedback.
All reactions