Unsolved Trading GUI Not Entering Trades
-
@Hits you will need delete object by type and choose buttton type
-
@Byens okay, but do you know why the pending orders won’t place?
-
@Byens
Okay, do you know why the pending orders button isn’t executing the pending orders? -
very strange that should work, so i have made exactly but i save button name in variable and it is working
-
-
Oh, also the button that places the pending orders isn’t working, when I add it to the chart it doesn’t place the orders.
-
Does anyone know how I can fix it?
-
How do I make my stoploss at break even without it putting a “-“ on mt5
-
Use a breakeven block
-
@jstap https://fxdreema.com/shared/DMWjM9R4b
I did, and when I entered the trades the stoploss had a “-“ -
your pips on profit is set to 0, change it to a greater number as this is how far from the open price it has to move before BE is activated, which means 0 will happen as soon as the trade is opened.
-
I want it to be when the trade opens. But when I do that it puts a dash “no stoploss”
-
You have to account for broker spread price tick movement etc, change the number and see if it works, then reduce until you are happy.
-
Okay. Also if I wanted to do a break even button would I do the same thing I did to make the other buttons?
-
Yes, I have done this many times.
-
Okay! So the break even point block needs to be on “on tick” so do I do a pass block and a draw button block on tick as well? And then mouse button clicked on object, and then a break even point block on “on chart”?
-
Every block needs to be connected to another so if it is by itself, it will need a pass block, and yes to re-drawing the button on tick.
-
Okay, and do I put a pass block then mouse button click on object, and then a break even point block on “on chart” or on tick?
-
@jstap shared/wxcsAfRLd
-