You will need a custom code array doing that if there are several open positions and/or programmed pending orders at the same time. I'm afraid no block in fxDreema can do that.
Posts made by l'andorrà
-
RE: Assign a sell pending order to a particular buy tradeposted in Questions & Answers
-
RE: I'm getting frustrated, I need to draw the bos and choch in my graph, does anyone have that code and can you share it please?posted in Questions & Answers
Este es el segundo hilo creado para exactamente la misma pregunta. Por favor, céntrate en un sólo hilo. Te respondí en el otro.
-
RE: pending ordersposted in Questions & Answers
¿Cómo se definen en tu esrategia esos puntos? Depende de los crierios que uses, se debería poder hacer.
-
RE: how to enter a pending order one time after a specific one have been triggeredposted in Questions & Answers
Then you should store the ticket number of that specific position into a variable. Then use that variable to identify the position when it is closed. But I guess you will be having several open positions at the same time? Then you will need a custom array.
-
RE: buy/sell limit if it go up/downposted in General Discussions
The first thing to do is checking if fxDreema can identify that arrow correctly. Did you check it?
-
RE: how to enter a pending order one time after a specific one have been triggeredposted in Questions & Answers
Te second structure at the bottom should do what you want but substituting the 'order created block' by a 'position created' one instead. I do not fully understand the second question. Do you mean closing a trade when that previous pending order was programmed?
-
RE: actualizan mt5 y dejan de funcionar algunos eaposted in Bug Reports
Ese es un problema que reaparecerá habitualmente en el futuro. MQL5 es un lenguaje todavía en desarrollo y eso hace que fxDreema siempre tenga que ir a remolque de los nuevos cambios. Me alegro de que todo funcione bien.
-
RE: Pay fee to bot creator, when trade close on profitposted in Questions & Answers
Could you please provide more information? What do you exactly need?
-
RE: Trial expiryposted in Questions & Answers
You can remove the 'pass' block on top. Unless you are modifying a variable there, you don't need it.
-
RE: "For each closed position" block doesn't loop trades as specifiedposted in Questions & Answers
Do you mean waiting for the last two sell trades to be closed and then a new buy grid to be programmed? That 'once per positions' block doesn't help. You should use a boolean variable instead controlling that grid happened and then waiting for two more sells to be closed to allow the new grid.
-
RE: How to count the symbol of opened tradeposted in Questions & Answers
This is far beyond my abilities, but I'm also interested in this.
-
RE: MT5 News Indicator Neededposted in Questions & Answers
Did you try doing some search through the forum's threads? Many requests of news indicators can be found but I'm not optimistic you will find that one exactly. I may be wrong, of course.
-
RE: Stop all Trading for the dayposted in Questions & Answers
@Ben-Romewel Do you mean an EA closing other EAs on different charts? You will need custom code for that.
-
RE: custom price stop lossposted in Questions & Answers
@Fazelfx you need to specify those are pips. Like this: '-1000 pips'.
-
RE: different leverage is giving same results(mt5 help)posted in Questions & Answers
I'm not an MT5 expert so I can't provide an explanation for that. Did you try using different brokers?
-
RE: Hedgeposted in Questions & Answers
The difficult part is defining exactly what conditions are defining that sideways move and the confirmation of the new direction. How do you define them?
-
RE: open two transactions at the same time??posted in Questions & Answers
@Ali-Rezaei You can remove block ID 19. It is redundant. Are those two open trades exactly at the same price level?