Replies: 1 comment
-
|
Not sure what you mean, slippage in the backtester is a simulated slippage. In practice its hard to know how much slippage you will experience but you don't need to account for it additionally as binance handles order execution for you. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I want to apply the slippage used in the backtester to live trading. (Hardcoding is also fine.)
Which function should I apply it to?
Helper.py's open_trade_check_threshold?
And what role does the trading threshold play?
Beta Was this translation helpful? Give feedback.
All reactions