Risk Per Trade #1058
-
Hi everyone. I would like to implement a 2% risk per trade for my strategy (risk 2% of my account per trade), and was wondering if backtesting.py includes options for us to set it, or that is something we have to calculate and implement it ourselves? If so, could I have an example of how it would be done? Would the code below be a potential approach?
Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Generally, this looks good. When the price breaks below your stop loss, your equity ought to be 2% lighter. |
Beta Was this translation helpful? Give feedback.
Generally, this looks good. When the price breaks below your stop loss, your equity ought to be 2% lighter.