when at BB upper line to put pending order 70 points above
-
Hello,
I am trying to make the EA put a pending order which is 70points above the Bonlinger band upper line, when the candle touches the upper bolinger line.
what i did was draw a line at the bolinger upper band, then add 70points to it for the pending order to go in.
However the EA just draw a line and stopped there..
anyone can help? here is my link:
https://fxdreema.com/shared/FHfp2Kxuethank you in advance!
-
I think you want to change either one of these operands

-
maybe separate pips with 7 --> +7 pips
-
Hello @Byens and @roar , thank you just noticed i put both to above.. and i have the +7 and -7pips set in the condition to adjust .
i amended the blocks.. now it draws the line correctly, but it does not open a trade which is 7pip below the pink line.. can i ask what did i set wrongly?
here is my new link : https://fxdreema.com/shared/Y5fxl3Bcb
-
I am trying to make it draw a line when at upper bolinger band , then open a pending order which is 7pips above the upper bonlinger band.
And same for lower bolinger, when the price is at lower, to draw a line and then open a pending trade which is 7pip below the lower bolinger band.

-
@hueijia85 remove your #16 and #20 condition block
Put your 7 pips in "price offset" inside pending order block -

-
@ambrogio , i notice it works fine for buy trades. but for sell trade, its opening at -70 instead of +70 above the line..
-
The line is at 1943.64, so it should open at 1943.64 + 0.70 = 1944.34
But it opened a sell at 1942.94
-
Here is my link : https://fxdreema.com/shared/qTNgykp5b

-
@hueijia85 since we are placing "limit" pending orders (below the price for buy and above the price for sell), we have to set negative price offset. So you have to put -70 points for sell also.
-
@ambrogio , thank you so much its working properly now

-
@hueijia85 you're welcome!