Stop trading when win a trade
-
Hello every one,
Can anyone help me please, How to stop trading when i reach certain pip TP,
(e.g.i lost 3 trades then win a trade, i take profit of 50 pips).then i want to stop trading on that week, But when i win a trade it is starting next trade immediately. -
@eswar You will need one variable to control that value. You can use a boolean variable initialized to false with a 'once per week' block. Than when that pip target is reached the variable is immediately moved to 'true'. Finally you will need a condition block on top of your launching structure with the variable set a s 'false'.
-
Thank you, I have tried to use boolean variable but i cont, can you help to how to use, I am attaching my strategy hear, plz check it once and give me solution. when i win a trade of 100 pips. Then trade have to stop on that week,
-
@eswar To share a link you need to do this:

-
Thank you, This is my strategy link https://fxdreema.com/shared/UxZiWfUXb, check it once plz
-
-
I want how to use boolean variable, When i win a trade certain pips TP then i want to stop trading on that week, this is my
strategy https://fxdreema.com/shared/UxZiWfUXb, -
@eswar This is the basic structure:
https://fxdreema.com/shared/9sboRGlrb
You can select days or weeks on Block ID 1.


