A bit more info would be appreciated. What do you exactly need? I mean what information, not about the block itself.
Posts made by l'andorrà
-
RE: Reset consecutive lossesposted in Questions & Answers
-
RE: Stop and start negociationsposted in Questions & Answers
But is the limit of 2 wins/losses per day still required or not?
-
RE: Question about buffers for real programmersposted in Questions & Answers
I will try that. Thank you very much once more!
-
RE: Site fxdreema.com offlineposted in Questions & Answers
Sadly, things like this happen from time to time. It's not common, though.
-
RE: Close order if it start with loss for the first 3 barsposted in Questions & Answers
You can also create a counter variable so that when it is >=3 and if in loss, close them.
-
RE: dibujar linea no funcionaposted in Bug Reports
Ya te he contestado en tu otro hilo. Por favor, no los dupliques.
-
RE: Dibujar linea de tendenciaposted in General Discussions
Lo que necesitas es dibujar líneas de tendencia, no líneas vericales, como tienes seleccionado. Lo quer buscas es esto:

-
RE: Currency exposureposted in Questions & Answers
Probably this thread will help.
https://fxdreema.com/forum/topic/8169/how-can-a-sl-based-on-currency-be-set-up/22
-
RE: How to add indicator parameter list in a condition blockposted in Questions & Answers
Honestly this goes beyond my capacity. We need a real programmer here.
-
RE: VPS RESETposted in Questions & Answers
You should create a structure searching for the last open lot size and catching it into a variable. Then, every time the EA is rerun, a new structure should modify the trade launcher to do it. Before you ask how that can be done, you shopuld share ytour project. It depends on your current structure.
-
RE: ea not oping tradeposted in Questions & Answers
Ambrogio is right. It is recommended to work with candle ID 1 whenever possible.
-
RE: indicators to generate signal in forexposted in General Discussions
Ok. Can you please detail how those 4 MA should combine for a buy or a sell?
-
RE: How to make a block pass indefinitely?posted in Questions & Answers
Ok. Now I understand. I recommend you to use a boolean variable for the first condition and then your second condition.
-
First condition. CReate a variable true/false to check your first condition. Dis the crossing MA20 happened? If yes, that variable will be untouched until an opposite crossing happens.
-
Meanwhile, your secoind condition can be checked in a different condition block. I mean a different tree, if you need.
-
Finally, you combine both condition blocks in ordfer to check what you want. As far as the first one is true, the second one will condition if a buy is open or not.
-
-
RE: EA taking incorrect trades on custom indicator.posted in Questions & Answers
Then the problem should be in the EA. Can you please share your project?
-
RE: errors in juonalposted in Questions & Answers
That is very weird. Maybe you should share it on the bugs forum.
-
Question about buffers for real programmersposted in Questions & Answers
I'm trying this custom indicator showing trends in four timeframes simultaneously:
0_1590588487514_4 TF Heiken Ashi Arrows.mq4
All buffers are correctly imported and work fine.

However, I need two additional buffers that are not included with the revious ones. They are up/dpwn arrow elegible as input parameters:

Could a real programmer please tell me how can I 'translate' those input parameters into buffers that fxDReema can read? They are the information i'm looking for.
-
RE: variable and currency nameposted in Questions & Answers
There is no display menu for that in fxDreema. You will need some custom code from roar, I'm afraid.
-
RE: I would like this to send trades only at the close of crossover candle.posted in Questions & Answers
Please don't duplicate threads. Look at the response you will find in your original thread.