Replies: 1 comment 1 reply
-
|
You modify the indicators in tradingStrats.py, theres an error term which crops up mentioned in the readme. With these indicator librarys you need to have a buffer of candles 5 times greater than your largest indicator for accurate results |
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.
-
I set up the Stochastic RSI chart on Binance as above.
If I want to use the same settings as shown in the attached picture for a strategy that uses Stochastic, where should I make modifications?
After modifying it to window=5 and smooth_window=3,
I compared the fast K & D value printed by the bot with the actual fast K, D value on the chart for that date, and there is a significant difference.
Beta Was this translation helpful? Give feedback.
All reactions