How can we place buy stop order with double the lot size after sell stop order triggers by the current market price?
-
Can we place buy stop order after sell stop order triggers by current price?
-
Do you mean this?
- You program a buy pending order only.
- That buy is activated.
- Immediately after this activation a new sell pending order is programmed with twice the lot size of the fist pending order.
-
@l-andorrà
Hi
yes and it should continues till my tp of any order hits. and once tp hits then running order along with pending orders should get closed & cycle starts
Please help me in this..
Thanks in advance -
@vijsmart Well, it is not a trivial project to do. Do you have any one to begin with?
-
@l-andorrà yes i began with Notrade and then buyorder and then sell pending order, but after that i stuck
-
@vijsmart Can you please share the link?
-
@l-andorrà How can i share my project link? Can you please tell me the process?
-
-
@l-andorrà shared/wNXM0seSd
-
@l-andorrà PLEASE CHECK UPDATED LINK -
shared/UNjUDMYTc -
@vijsmart said in How can we place buy stop order with double the lot size after sell stop order triggers by the current market price?:
shared/UNjUDMYTc
All pink blocks need to be connected below a 'For each trade' block. This block should be headint a separate block tree controlng that pips distance you are looking for. On the other hand I don't understand why you chose the 'diffrent from' option in that condition block. What is it supposed to look at exactly?
-
Yes would like to know how to place a pending order simultaneously with an instant execution trade. Pending order is 4pips from the instant trade price.
-
@agitins Imagine you create a buy trade on the 'on tick' tab. Then what you need is doing this on the 'on Trade' tab:

-
@l-andorrà Thanks a lot sir, this is precisely how I would like my EA to work:
It opens a trade eg Buy now and instantly places a sell stop 10pips below and on sell stop trigger, a buy stop is placed 10pips above instantly. -
@vijsmart said in How can we place buy stop order with double the lot size after sell stop order triggers by the current market price?:
/UNjUDMYTc
Please the link is not working
-
@l-andorrà Please the link is not working and would like to know how to control the pip distance between pending orders. Thank you
-
@agitins Sorry. What link are you talking about exactly?
-
@l-andorrà The link that was provided by vijsmart in his chat with you, I would like to know how to place a pending certain pips from a trade. For example if a sell trade is place, a buy stop is also placed immediately and viceverca. And when the pending order is triggered, sell stop order is also placed.
-
@agitins Ok. Here you have it.
-
@l-andorrà Thanx though it is different from what I need.
Kindly help with blocks and settings for the SELL STOP and BUY STOP in the link below if you can. Thanx.
https://fxdreema.com/shared/SHToP6sN
"BUY STOP" should be placed instantly as the "SELL STOP" is triggered.