How to stop trades once reached take profit
-
Hi,
I want the condition where further trades can be stopped automatically once the take profit reached at certain level in a DAY or HOUR. Suppose my target is to reach 10$ a day, so once it hits, further trades should be prevented from hitting.
Please reply or ping me on telegram id ramonoid. -
@lucky930 You want somthing like this:

-
@jstap Thanks for your response, I'll try it out and let u know the results.
-
@jstap Thanks, it worked.
One more thing, if my running trades crosses 10$ profit, I want to close the all active trades as well. Can you help me with that?
You help is really appreciates

-
@lucky930 Use a condition block profit >= 10 as value with a close block beneeth
-
Did you mean this?
-
@jstap or this?

-
@jstap good day Sir
-
@olamayour143 I have never got unrealised to work, your 1st picture is what I meant but if you want to work with a loss you have to use a minus (-10)
-
@jstap Nevermind, i've found the way to do it. Thanks for your support.
-
@jstap BTW, I like your setup and the way you are working on multiple chrome tabs.
-
@lucky930
sods law says if I close a tab, Ill need it again so I leave it for a while. -
My trades are getting closed when closing condition is met like ex if bull candle appears.
But I want to close all of my running trades if their sum reaches 10$. Can you guide me on this? -
like this,, I want to them all once they cross 10$ profit.
-
@lucky930 Use a condition block with profit in left operand=>value in the right, close block beneath.
-
@jstap Thanks, I'll try and let u know.
-
@jstap Thats working

-
- No trade
- Open buy order with lot 0.01
- Same time open sell stop with 0.02 lot 50 pips away from buy position.
- If sell order execute then open buy stop with 0.03 Lot at the same price as 1st buy order
- And so on..
Send me block
-
@lucky930 Your welcome
-
@ashu-0 If you would like help with something start a new question.

