@OntradingX The logic is correct. It should work normally. Maybe some of those blocks got corrupt. Try to build the whole structure from scratch and if the problem persists then it is a bug.
Posts made by l'andorrà
-
RE: Problem with orders distancing.posted in Questions & Answers
-
RE: Trade candlestick color change with custom indicatorposted in Questions & Answers
@Edtoloza La lógica que usas es correcta. El problema es el buffer del indicador. Aparentemente, fxDreema no lo identifica correctamente. Por desgracia la plataforma no siempre los puede identificar correctamente. La única solución que puedo sugerirte es que busques otro indicador o que un programador te modifique este de forma que sus buffers sean identificables.
-
RE: Fractal Checkposted in Questions & Answers
You will need a custom indicator doing so or create a loop in fxDreema. There is no block doing that right now.
-
RE: Problem with orders distancing.posted in Questions & Answers
That is very weird. Could you please share the link to the project?
-
RE: Trade candlestick color change with custom indicatorposted in Questions & Answers
Can you please share the link to the project? Did you check if the indicator repaints? Most of the time the problem is there.
-
RE: Backtesting on MT5 with different demo accountposted in Questions & Answers
Backtest is not 100% reliable, as you already checked and there can be many reasons. Data quality is fundamental, yes, but the strategy to apply is too. Is it a scalper? If so you need many tests on different data sets to find a common response to it.
-
RE: my ea does not take sell positions.posted in Questions & Answers
@saadatfx The problem is with that variable called 'low_52_price'. Can it be 0? If so no number can be below 0 as required by block 18.
-
RE: NO TRADES ARE OPENING ON A EA BUILT WITH IMPORTED INDICATORSposted in Questions & Answers
@Marked-up Did you check if those indicators repaint? Probably the reason why no trades are open is that. If the indicators repaint, the strategy is doomed.
-
RE: specify chart screenshot nameposted in Questions & Answers
AFAIK that is not possible with any fxDreema block now. You will have to use some custom code to do it.
-
RE: Position Created block with failure.posted in Bug Reports
The admin said that the ticket number in MQ5 is far more complicated to store than in MQ4. I've got that exact same problem and custom code will be necessary to it, but I'm still struggling on my own. I hope the admin can take a look at this thread and give us a hand.
-
RE: How to restrict EA to work for X days and then stop?posted in Questions & Answers
@acnaccess You can select an expiry date here:

-
RE: Off Quotes For trailing stopsposted in Questions & Answers
This is usual when moving the TS too close to current price. That depends on your broker limits. I don't think you can improve that with some script. Wouldn't you move stop a bit farther away from current price instead?
-
RE: MT5 Indicator buffersposted in Questions & Answers
@jstap Are you sure that works on fxDreema's mq5? I tried that in the past and didn't work.
-
RE: Draw line object block to represent calculation on screenposted in Questions & Answers
I wish I were a programmer, but I'm not. If you can explain what you need without that code, I will glad to help you.

-
RE: How to reset that?posted in Questions & Answers
Do you mean showing a 0 value when no trades are open? That is what those blocks are supposed to do as you use them.
-
RE: Comment blockposted in Questions & Answers
Because the admin decided not to develop those features. Apparently it is far more difficult to implement in mql5 than in mql4.
-
RE: data storeposted in Questions & Answers
Pues no sé exactamente donde lo ubica. En todo caso es en alguna carpeta de la terminal. Como lo que se crea es un archivo de tipo .csv yo buscaría todos los de ese tipo en el directorio del terminal. No creo que haya muchos y así lo podrás encontrar con más facilidad.
-
RE: possible loss of data due to type convesionposted in Questions & Answers
Those messages are very common when using fxDreema. You can simply ignore them. They are not a problem for the bot.
-
RE: Lagging span/chikou span for Ichimokuposted in Questions & Answers
Can you please share the link to the latest version?