You need a structure like this I used here for a very similar case:
Posts made by l'andorrà
-
RE: HEDGE COUNT NO WORKINGposted in Questions & Answers
-
RE: error backtested Eurusd H1posted in Bug Reports
What do you exactly mean? What is the exact problem? I¡m using fxDreema bots on 1M charts and they work fine.
-
RE: After Consecutive Losses?posted in Questions & Answers
@QuantalphaAlgorithms You're welcome...three years later

-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
@kestra Yes, that is correct. You can add as many intermediate lot size levels as you need.
-
RE: Starting priceposted in Questions & Answers
Then I'm afraid I don't understand your logic. I see one only condition to be met in your last shared project in block 4. Which is the second one?
-
RE: how to use AND function the correct wayposted in Questions & Answers
I replied to this exact same question in the other thread. Please don't duplicate questions.
-
RE: Several conditions needs to be fullfiled to proceed with buy or sellposted in Questions & Answers
No AND blocks are necessary in fxDreema other that to make inexperienced users what is happening in the logic. Just by connecting one condition to the next one you are getting the exact same result with far less blocks.
-
RE: HFT EA with IC Marketsposted in General Discussions
@MMBInvest Very interesting info. Thank you for sharing.
-
RE: Max symbolsposted in Questions & Answers
@smille99 No. As I said, you can use this block immediately after the one limiting the max number of trades.
-
RE: horizontal lineposted in Questions & Answers
@borhanEA You can try to use virtual stops this way:

-
RE: ON and OFF Block.posted in Questions & Answers
@Mani13 Is this the whole project or just part of it?
-
RE: abrir 5 pips despuesposted in Questions & Answers
@ivan-a El problema de lo que pides es que no existe un precio real para el cruce. Es un artefacto visual que crea la plataforma para que los humanos podamos entender lo que pasa en el gráfico. Si lo que quieres es que se abra una operación unos cuántos pips pasados del 'cruce', lo más cercano que pedes hacer que tenga sentido es seleccionari una de las dos medias móviles (preferiblemente la lenta) y pedirle a esa que cuente 5 pips por encima de su posición para que considere ese como su precio de ejecución, pero no del cruce en sí.
-
RE: HEDGE COUNT NO WORKINGposted in Questions & Answers
In that case you will need to use variables instead. Are you familiar with variables?
-
RE: Using 'Modify Stops' block to risk a fixed amount of cashposted in Questions & Answers
Thank you very much for sharing.
-
RE: max daily loss calculated on amount is possible?posted in Questions & Answers
@oskars You can do it this way:
https://fxdreema.com/shared/LHZfs3gvb
This basic structure will have to be adjusted to your general launcher, of course.
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
@kestra I think this is a much better approach. You need one variable only and every time a trade is open, the next value is updated like this:
https://fxdreema.com/shared/kzsi04vOd
I used the first 2 values of the lot size, you will need to extend the structure as much as you need.
-
RE: Starting priceposted in Questions & Answers
You need to use a 'No trade' block below the 'once per bar' block,
-
RE: Starting priceposted in Questions & Answers
Basically, yes. You don't need any 'on tick' bloc, but using all those blocks in the 'on tick' tab.
