adaptable equity size #572
Unanswered
Hawar-Dzaee
asked this question in
Q&A
Replies: 1 comment 7 replies
-
From
So: # Buy for 1% of equity
self.buy(size=0.01) |
Beta Was this translation helpful? Give feedback.
7 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.
-
if you set self.buy( size= 1000), it will use 1000 on each trade, how can you use 1 percent of your current equity for each trade?
what I am asking to use (1000*0.01), and let say u it hit your SL and your equity became 990 since ( you only risk 1 percent of 1000, which means you risked 10$. now on the second trade, I want to risk 9.90 which is 1 percent of my current equity, and so on.
how do I do that?
Beta Was this translation helpful? Give feedback.
All reactions