Replies: 2 comments 5 replies
|
Can you model this sufficiently with |
5 replies
|
One can model this sufficiently with From Investopedia:
9555.52 * 20 / 100 = 1911.10 👌 Which should produce the same result as running the backtest with futures_multiple = 20
leverage = 100
bt = Backtest(..., margin=1/futures_multiple * 1/leverage) |
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.
Hi - I'd like to incorporate multiplier of futures, e.g. the ES futures contract has a multiplier of $50.
All reactions