modify without trailing the pending order
Posts made by fxgjg
-
modify a pending orderposted in Questions & Answers
Is there a way to modify a pending order? thanks in advance
-
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
Thanks @roar
I'll give it a try now.
I think i have to explain a bit more... for the issue is when i have multiple Pending BUY or Pending SELL orders placed... i only wish to close specific ones. (i.e. the ones that directly correlate to the current market conditions and not the ones away from the current market conditions.


As you can see above, once the sell order (red arrow) was closed (yellow arrow) then all 3 pending buy orders (blue arrows) were instantly closed (pink arrows)
What i would wish to happen is for the last/lowest (closest) pending buy (blue arrow) to be closed when the sell is closed leaving the other 2 pending buys open until their sell orders are closed.
-
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
OK i will await Roars return...
in the meantime this is a visual of what i would like to achieve...
i want to be able to link the Pending SELL/BUY blocks to the Trade closed blocks...
Whenever i try it doesn't even close the pending orders... so i have left it detached (however, leaving it detached closes ALL the pending orders on screen)
-
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
@l-andorrĂ ok thanks...
is roar a member of this forum?
Can anyone here code up that part of the EA/Script for me... i would be happy to pay $ -
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
Ok i made an error... now fixed using the close pending orders block instead of close trade block.
How can i close each pending buy order that was opened with each sell order (once the sell order is closed) i.e. the pending sell order that got triggered and became a sell order which then opened a buy order.. but when that sell order is closed (whether by take profit or stop loss) i would like the corresponding pending buy order to be closed NOT to close out all the other pending buy orders.
thanks in advance
-
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers

So im also tryiny to close out the pending buy order once the sell order has closed... in the same order but it seems not to be working
-
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
Bingo... ive done the Trade created block then attached the pending buy order block... It works... any only places one buy order for every new sell order created....
thanks again.... -
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
@seb-0
I've just realised.... in the link youve sent above you are showing me blocks for mql5.... I am using mql4...
The '(on Trade) filter specific event option has now just appeared on my dropdown...
I will put the blocks together and update you....
many thanks -
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
hmm.. thats strange.
That 'trade created' block doesn't seem to exist on my version of fxdreema..
Is there any other way this can be done?
thanks -
How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
Thanks in advance.
I want to say.
If there is/when ever there is a TRADE on the SELL order
Then place a pending BUY order.The issue i am having is that it is placing multiple BUY order trades. i would just like it to place on pending BUY order for every SELL order that becomes an order.
-
RE: My Blocks wont connectposted in Questions & Answers
Hi and Thanks.... i am using chrome...
i just found out the solution why the blocks weren't connecting.
On the grey tab to the left of each block i typed a description which used a SPACE..If the description on the left tab (grey) has a SPACE in it then the blocks WONT connect,
-
My Blocks wont connectposted in Questions & Answers
Thanks in advance... i have full subscription but i find that my blocks will not connect when i drag the connection circle to the join the blocks together.
-
RE: Multiple trades are created one after another?posted in Questions & Answers
@ambrogio thank you it works....
-
RE: Multiple trades are created one after another?posted in Questions & Answers
Hi there
I am experiencing the same issue but different as I am instructing my EA to place pending orders..
Because it is under the NO TRADE function it will continue to place pending orders until an order is triggered..
Orders are quickly multiplying to the thousands..How can I limit the amount of pending orders.??
Thank you in advance.