Repeat Closed Trade Parameters? 🤔
-
Hey ya'll! Quick question. Couldn't find the answer anywhere.
How can I repeat pending trades? For example:
EA places a pending buy stop at price 350.00 with take profit at 355.00 and Stop Loss at 345.00
Let's say this order is activated but the stop loss is hit. Now I am out of the trade.
I would like for my EA to IMMEDIATELY set another pending order at the EXACT same price as before as soon as the stop loss is hit from the first order (Pending buy stop placed at price 350.00 with take profit at 355.00 and Stop Loss at 345.00)
I feel like it is simple to do but I'm still new to using FXDreema.
Thanks!
-
@davidmcc You can do that by using the 'on trade' tab with these blocks:
You wil need to create a variable as per the example.
-
Thank you. @l-andorrĂ
I am initially using the 'buy/sell pending orders in grid' blocks in the 'On Tick' which automatically places buy and sell stops based on my settings at a specific time (ex: market open)
Is there a way to set the grid to be in 25 pip increments with 25.00 price point endings?
For example:
30975.00
40000.00
40025.00
40050.00
40075.00
40100.00EDIT: NEVERMIND! Figured it out. Thanks for your help.
-
@davidmcc You're welcome.