Modify Stops (in profit) like in a Grid
-
Hello everyone, i need to create a grid for stop loss. My EA, open a lot of trade, and when they are in profit, the trailing stop, start to work. The problem is that all the trade in profit, follow the trailing stop, in the same range. What i want, is a trailing stop like in a grid. I don't want that, when the price invert, the ea, close all trade when touch the stops. I want to create a trailing stop that moves stops of all the trade in profit ,like in a grid, for example in distance 10 pips between a stop loss (in profit) to an other sto loss (in profit). How can i do? Thanks
-
@stefano-1 I'm afraid I don't catch the logic behind that. Whay do you want all stop loss levels to be moved away form price? They are stop loss levels. They are supposed to stop the loss when price moves against the trade!!
-
@l-andorrà said in Modify Stops (in profit) like in a Grid:
I'm afraid I don't catch the logic behind that. Whay do you want all stop loss levels to be moved away form price? They are stop loss levels. They are supposed to stop the loss when price moves against the trade!!
Because i use buy and sell in same time. I need to keep stop loss like in a grid.Do yuo have any suggestion about that?
-
The Ea, activate trailing stop for all the trade in profit, but the stop loss is the same for all, for example 50 pips. I need that every trade in profit has different trailing stop, for example 50 pips, 40 pips, 30pips,20 pips 10 pips...
-
@stefano-1 Ok. So if I understand it correctly,
- All open trades will have the same SL.
- That common SL level will move with a trailing stop.
Then why do you ask for different SL levels later on? Can you please upload an image with an example?
-
@l-andorrà said in Modify Stops (in profit) like in a Grid:
Ok. So if I understand it correctly,
All open trades will have the same SL.
That common SL level will move with a trailing stop.Then why do you ask for different SL levels later on? Can you please upload an image with an example?
i don't know how to upload image. Can u explain me? I will do thet. Anyway, i don't want that , when the price invert, my Ea close all position in profit. I want that my ea close only positions near the price. I just need to move all trailing stop in a different way.
-
like in a grid....For example, price +200 pips, if i have 10 position opened, they should be like ths: 1 position +10 from the open price, 2 position +20 for the open price 3 position +30 from the open price, 4 position +40 from the open price ecc ecc
-
@stefano-1 Oncle you click on 'reply' you can upload a screenshot just by clicking o this icon:

That would certainly help.
-
Oh fantastic. As you can see, all the stops (in profit) are around the value 1792. What i need is to separate the value like in a grid...

-
@l-andorrà The ea, produce a lot of sell and a lot of buy, and the trailing stop is like this....

-
@l-andorrà If is difficult, i can create an other EA that moves only stops, and i can attach in a second chart, with different magic number...
-
@stefano-1 Can you please share the link to the project. I don't like how those 'trailing stop' blocks are. You should use only one for buys and sells. I guess they are being duplicated right now.