Modify Take Profit in Grid
-
-
Can you share your project?
-
-
TP Should Move Like In The Picture

-
@Lorenzo97 I need this too. Did you find an answer?
-
@omid222 said in Modify Take Profit in Grid:
@Lorenzo97 I need this too. Did you find an answer?
-
@Lorenzo97 I use one, but I don't use it in an automatic bot. Instead, I use it to modify all the TP (take profit) levels of my open orders. If I were to insert it into an automatic bot, it would be your turn."
-
@Alan-paredes2 How is the TP BUY MOD variable calculated?

-
@omid222 How to get breakeven point for multiple buy positions.
-
@omid222 
The TP (Take Profit) is a variable that is manually modified on the screen. When you modify it on the screen, the TP of all open orders changes automatically. There is one for buy orders and one for sell orders. Using the same principle, you can create it for stop loss and others.
I use this because it is simpler, but unfortunately, it is an older version, and I don't have it in the builder. The one I sent you is a newer version, but it's only the buy and sell grid part of the bot I use. I don't know what modifications were made to Fxdreema, but the latest versions of the bot are slower for me, so that's why I use an older one.
The values on the screen are editable. This part of the bot is used to open a grid of pending orders, but it also includes the function you need, which is to modify the stop of the orders. It also has a function to delete all orders (I believe so, but to be honest, it has been a while since I worked on this version, and I don't quite remember how it turned out).
