How can I add 2% for constant to add in adjust section of condition block?
-
My goal is to have all my open trades close if I have a drawdown of 2% on the account. I'm trying to figure out what should be placed in the "Value" so when I add it to the "Adjust" section in the "Condition" block in will recognize it as 2%.
I'm sure I'm making this more complicated than it needs to be. Do you know what needs to be put in the Constant Value and was the Adjust number correct if I was only using that?
This question has been asked in the past but was never understood.
Any help would be appreciated.
I've included an image to help explain what I'm talking about.

-
double DrawDownPercent = 102
-
Write * DrawDownPercent / 100