Trading GUI Not Entering Trades
-
@jstap I’m trying to do something like this:

The pending order already has SL at Break even.
-
That's 1/2 there, what is not working, test all this on tick, then when working add to on chart
-
What do you mean “all”
-
Everything you have on chart
-
@jstap shared/q3R4cHMRd
I think this is what you meant. Im confused why nothing is working. How would you set it up to make sure it allows you to BE for pending orders? -
Purple blocks only work on chart, mimic the condition and remove the on chart blocks
-
@jstap
I saw someone mention what I’m trying to do. And they put this link: https://fxdreema.com/shared/Fl3BLvQfb
Would this work? -
That would modify a pending order if placed by the same EA that is changing, but get 1 thing working before adding more
-
How do I get it to modify stops not entered by the same EA?
I got the buttons working. -
Change the group to all ea and manually opened
-
Okay, is there anything wrong with the code, or is it just I need to change the group to all EAs?
-
This looks like it is not correct, missing 0's and what are the -'s for?
-
The - is supposed to be -0.1 pips offset away from the bid/ ask price. Basically where I want my new stoploss to be.
-
If you are trying to adapt for the trade type, then these blocks do that anyway. And if you are trying to set a pip offset from the open then a BE block is usually the best
-
Im trying to use bid and ask as a reference price so it knows where I want my new stoploss to be (BE) but when I use the BE block it doesn’t let me do it for pending orders.
-
Yes, you are right. It only works on trades, but on pending, it is just where you place the stop. Most brokers won't allow it so close, and even if they do, every trade will likely bounce straight onto the stop as soon as it opens, without even mentioning how big the spread is.
-
My broker does. I just don’t know which block I have to use to change pending orders stop loss.
-
If I use modify order block, and I put -0.1 wouldn’t wouldn’t my SL for example on a buy limit order, place -0.1 pips away from my ask price, if the ask price is what I’m using as reference price?
-
because this block is for stops then regardless of whether buy or sell it will move it to BE or a loss, - would move it so it's in a place of profit
-
Yeah, so does the “-“ work? Or is the new stoploss supposed to be something else.