How to add more positions to EA trade
-
How do i make my bot to open more position after trade ius going 20 or 30 pips in loss.
after my ma crosses and it goes 30 pips off the current price how do i add more position to the trade, then modify the old trade to set Tp to 1 or 5 pips
tags: @l-andorrà @roar @TipsyWisdom
-
Can you share your initial project? there are a couple ways to do this depending on your setup
-
-
tags: @l-andorrà @roar @TipsyWisdom
-
-
Condition block to work. out if new condition is correct, for each trade-pips away, new buy/sell block with new SL/TP settings.
-
pls kindly do an exaqmple so i don mix thing up again
the one i did will; just open trade all the way everywhere
-
Just try, if not working adfd a shared link and say what's wrong.
-
-
tags: @l-andorrà @roar @TipsyWisdom @ambrogio @jstap
i need this
-
Are you selecting negative numbers on Conditions 'Layer1' and 'Layer2'? Because if you are using positive numbers it will not work.
-
Here it is but anytime it activate it just keep adding positions
-
@fx_boy said in How to add more positions to EA trade:
How do i make my bot to open more position after trade ius going 20 or 30 pips in loss.
after my ma crosses and it goes 30 pips off the current price how do i add more position to the trade, then modify the old trade to set Tp to 1 or 5 pips
tags: @l-andorrà @roar @TipsyWisdom
i posted a little example in this topic some days ago
https://fxdreema.com/forum/topic/16569/which-is-better-to-use/10?page=1
-
@ambrogio but im not using martingale
-
@fx_boy In that case you also need to add a pink 'once per trade' block instead of that current 'once per bar'.
