@jstap yes how to do that? can't understand which block should i use there
Posts made by Nazmul901
-
RE: Update My EAposted in Questions & Answers
-
Update My EAposted in Questions & Answers
Ok, here is a backtest screenshot
1st sell arrow created a sell stop and after that the sell activated.
2nd buy arrow is created and buy stop and close the previous sell order
(but its don't want to close the sell order if the buy stop order active, so sell will close if the buy stop order is active only)3rd sell arrow created a sell stop but it should not create a sell stop here because the previous 1st arrow sell is still active
Remember, an active order will close only if the opposite buy/sell stop order activated
here is my code
https://fxdreema.com/shared/VJc7IKTEd
-
RE: Pending orderposted in Questions & Answers
@jstap can you please explain a little, i am not very educated on this
-
RE: Pending orderposted in Questions & Answers
@jstap ok, i have an EA already and it's already working well. no, i want to update it
let me explain how it works.
my indicator creates a buy or sell signal with an arrow, after getting the signal, EA can create a pending order on the close price of the signal candle.
but i want it not to create a pending order there, it will wait for break-out confirmation,
just think the signal candle full size is 5 pips, and it's a bull candle. so if the next 2/3 candle go up to 5 pips it will create a pending order on the signal candle close price,is it clear to understand now?
-
RE: Pending orderposted in Questions & Answers
@JayPhillbrooks said in Pending order:
Are those actual chart objects in the image? Or is it a dra
no its a drawing to explain what i want, there is no nodes, that the idea of EA what i want to create, i will set both price manually on EA
-
RE: Pending orderposted in Questions & Answers
@jstap Thank you for your reply
can you please explain a little more, how do i create that EA exactly? -
Pending orderposted in Questions & Answers
i want a pending sell order if the price go "Position A" Ea will create a pending sell order at "Position B"
Please check the attached image

-
RE: buy/sell limit if it go up/downposted in General Discussions
@jstap without activating the first order
-
RE: buy/sell limit if it go up/downposted in General Discussions
here is the EA
it's working and it can place an order also below/above the current price after getting the arrow from the indicator.but I want it will place a pending order on that arrow candle. when the price go to the same distance of the arrow candle size.

-
RE: buy/sell limit if it go up/downposted in General Discussions
here is the EA
it's working and it can place an order also below/above the current price after getting the arrow from the indicator.but I want it will place a pending order on that arrow candle. when the price go to the same distance of the arrow candle size.
-
RE: buy/sell limit if it go up/downposted in General Discussions
Yes its can identify the arrow and place a order also
-
RE: buy/sell limit if it go up/downposted in General Discussions
@l-andorrĂ no I mean it will be pending order and it will have gap obviously
Look at attached image i got a signal from arrow down, when price go down at yellow mark area (just think its 10pips down), a pending sell limit order will be created on red arrow

-
buy/sell limit if it go up/downposted in General Discussions
how can I build an EA
which will create a buy limit on the current candle close position but if the price goes up the same size above of current candleNB, i have an EA already which already working, with my custom indicator
so when my custom indicator create a buy or sell signal it can create a buy or sell stop order
but now I want it will create a buy or sell stop order if the price go up/down above/below price of the current candle size.


