@xander Don't get me wrong but I see a bit messy project. Could you please reorder the tres according to their supposed order of execution? I also see some single blocks that I assume you know they are not executed.
Posts made by l'andorrà
-
RE: Help with reducing variable to 1 and stopping loopposted in Questions & Answers
-
RE: There is no way to close out the positions of buying and selling that total zero ؟posted in Questions & Answers
@khalids222 But why do you need the value of tick in this case?
-
RE: Post trades i takeposted in General Discussions
@anslembrath The only way I know is creating a link to a phone number and then you phone having an app for connecting them to that webhook.
-
RE: EA for 2 temporalities and open in both at the same time (Solved)posted in Questions & Answers
@xyon126 My example was an 'AND' connection. This means both conditions need to be true at the same tome. Apparenty what you want is an 'OR' connection so that any of them can happen without beong conditioned bt the other one. In that case you need to connect blocks 2 and 3 below block 1 but not connected to each other. Finally block 4 is connected both to blocks 2 and 3 above it.
-
RE: Close after "N" candles (Solved)posted in Questions & Answers
@xyon126 Sólo hay una imagen. Veo 4 barras por debajo de la linea negra y 5 de la amarilla. ¿Cuál es la buena?
-
RE: Strong Confirmationposted in Questions & Answers
@ramimoujaes The profit amount is the amount of money you want to gain before closing all trades. Please note that you acn choose pips too.
-
RE: Strong Confirmationposted in Questions & Answers
@ramimoujaes Ok. You need to connect as many 'buy/sell now' blocks as open trades you need at the bottom of the conditions tree. Next one?

-
RE: Multiple Entriesposted in Questions & Answers
@savagetrades Connect as many buy/sell now as you need in parallel.
-
RE: I want to order up and down.posted in Questions & Answers
@yazar-ilyas I will take the second project as the correct one. Just a few things:
- Please decrease/renumber the ID number of blocks. The way they are now makes it very difficult which one will be executed first.
- The first 'No pending order' block on the left is specified for buys and sells whereas the other two on the right are specified for buys only. Is that what you want?
- Change 'the value, as is' in both 'condition' blocks by 'as price fraction'. Otherwise the conditions will never be true.
I hope it helps.
-
RE: example: For each tradeposted in Tutorials by Users
@bhovens Your logic is correct. The problem is that this action is executed every single tick. This is why all of them are closed, because every single tick, both are closed. You need to move to the 'on Trade' tab. Probably you will also need to create a variable to identify when this calculation should be done.
-
RE: how do I calculate an store the result of this expression for later use in my program?posted in Questions & Answers
@khalids222 Just one little add on. The 'Pass' block is not necessary in this example.
-
RE: Help with reducing variable to 1 and stopping loopposted in Questions & Answers
@xander Can you please share the latest version of the project?
-
RE: how to buy and sell at specific timing?posted in Questions & Answers
@tenfold Can you please share your current project?
-
RE: Recovery trade does not workposted in Questions & Answers
@ambrogio I would recommend to move blocks 8 and 9 to the 'on Trade' tab and then connect them below a 'Traded closed' block. That way the new lot value will not be modified in the 'on tick' loop but only when required by the trade being closed.
-
RE: Basic MA Crossoverposted in Questions & Answers
@johnhg Can you please share a link of your project to take a look at it?
-
RE: Problem with "shift" smaposted in Questions & Answers
@joerg-w fxDReema cannot work with negative shift values, sorry.
-
RE: Strong Confirmationposted in Questions & Answers
@ramimoujaes Ok. that is a lot of questions at the same time!
Let's answer one by one. Which one is the most important one?

