@piptheripper Is the distance between pending orders always the same?
Posts made by l'andorrà
-
RE: no pending orders nearbyposted in Questions & Answers
-
RE: How can I find the average opening price for the last two positions?posted in Questions & Answers
@khalids222 This is more difficult than I expected. Satoring the last one is very easy but finding the second one is much harder. I guess a loop is required that stops at the second one, but I can't see how to do it right now.
-
RE: EA placing a lot of Pending Ordersposted in General Discussions
@ozzkamana said in EA placing a lot of Pending Orders:
shared/Y4tYDWr0d
You need to substitute block 18 by a 'No position/order' block instead.
-
RE: Question of Logicposted in Questions & Answers
@tipsywisdom The is no need for any 'if positio/order' block in any case. Both trailing and BE blocks already include that filter within.
-
RE: Question of Logicposted in Questions & Answers
@tipsywisdom It depends on what you want. What are those orangle blocks supposed to do?
-
RE: Robot in real account?Who can help me?posted in Questions & Answers
@charlie-4 Your definition of groups looks wrong. You should define the creation of groups 1 and 2 on the 'No trade' block on top of the 'on tick' tab. Are then groups 21 and 22 necessary on blocks 69 and 70? Where are the defined? The need another 'no trade' block on top for them only.
-
RE: How can I find the average opening price for the last two positions?posted in Questions & Answers
@khalids222 Well, you will need two variables for sure. One for each trade. Do you need both of them be closed? No open trade is necessary for the calculation?
-
RE: Compare orders and close with profit coverage.posted in Questions & Answers
@fabiobioware Very interesting. Thank you for sharing. Does it work for any number of open buys and sells?
-
RE: Cerrar operacion en cierra de vela si esta en positivoposted in Questions & Answers
@kevdiaz Nunca será posible cerrar la operación al cierre de la vela porque la MT4 nunca sabe cuándo se va a cerrar. Debes esperar a la apertura de la siguiente vela para confuirmar que la anterior se ha cerrado.
-
RE: How to loop my EA?posted in General Discussions
@tashab The easiest solution is using the 'on Trade' tab like this:

This way as soon a a sell is closed by hitting its SL a buy will be immediately open.
-
RE: Multiple trades are created one after another?posted in Questions & Answers
@haidang8055 Commercial activities are not allowed in this forum unless you have been given permission by the admin. I flagged your posts and user.
-
RE: How to Use the Bulls Power indicator as an exitposted in Questions & Answers
@sikhofx You can do it this way:

This example works on candle ID 0 you you should be careful if using it. Maybe you should also try on candle ID 1.
-
RE: Difficulty drawing Fibonacciposted in Questions & Answers
@rafadeggau But what if just one of them is open? Your formula will only be correct if both are open at the same time. If only one of them is open, the other value will be 0.0000 and the calculatio will e done but the result will simply be ridicoulus. Will you run the EA AFTER both trades are open? If not the calculation will always be wrong.
-
RE: MA applied to Williams %posted in Questions & Answers
@jado58 Sadly fxDreema cannot merge indicators as you need. TipsyWisdom's suggestion can be the solution.
-
RE: Feature Requests - Can you increase number of columns of block "Write to file"posted in General Discussions
@rungsan You can always use two blocks to get two different EXCEL files. Your request to do it in one file only has been asked before, but to no avail so far.
-
RE: Projects will not loadposted in Questions & Answers
@drewliedadeuce I works fine to me. Does the issue still persist?
-
RE: How do I loop my EA?posted in Questions & Answers
@tashab This is the second thread asking for the exact same question. I replied to you first one. Please don't duplicate threads.
-
RE: EA placing a lot of Pending Ordersposted in General Discussions
@ozzkamana You need to include a 'No pending order' blue block above that 'Stage 3 pending buy'.
