Grouping Tp
-
I need some help about add to volume every 10 pips.. how to make the TP work as a grouping TP
In example it open 5 trade that mean the price is going 50 pips above or below the first trade, I want it all close at the same level which is (close = 1/2 of cumulative pips.. ). Is this possible?In calculation
Entry 1 = float at 50 pips
Entry 2 = float at 40 pips
Entry 3 = float at 30 pips
Entry 4 = float at 20 pips
Entry 5 = float at 10 pipsI want it all close at total (1/2 of the float pips)... please help anyone... i am stuck here..

-
@kwd-hunter does this help?
-
a bit... but i do need to make it variable based on entry i have opened...
-
@kwd-hunter you can try the pink blocks for your entry every 10 pips. try playing around with them as in the link: https://fxdreema.com/shared/2U2zAswje
-
What variables do you need? The pip distance between additions or the number of maximum steps?
-
ok so i give the simple equation
Entry = every 10 pips move
TP = 60% of the range from first entry to the last entry -
Mmmm. It's a complicated thing to calculate. I guess you will need a loop for all your trades to be coordinated into that range. Do you have any initial project tro begin with?
-
@l-andorrà based on my observation
I am trying to summaries my whole project into using standalone RSI whenever it hit above 50 it will do the sell and whenever it hit below 50 it will buy. It will give huge amount of floating and that is why I need to have open trades every 10 pips onward and to close all when the accumulate pips is profiting greater than 100 pips.. or average is 60% of entry... this is quite aggressive to be honest but i am planning to use it on XAUUSD... its very volatile and I've believe it will be a good ea to overcome the XAUUSD market..
-
Not a trivial project to do. Do you have an initial project to begin with? Could you please share it?