For some weird reason the maximum profit/loss value is not reinitialized correctly as per block 15. I tried this on different moments of the day and the value of the last time it was used is 'recovered' from some kind of invisible cache and is added the the current value for open trades. At the same time the maximum loss is never activated! This is very weird...:o
Posts made by l'andorrà
-
RE: Is the admin modifying the code on variables?posted in Bug Reports
-
Is the admin modifying the code on variables?posted in Bug Reports
This max daily win/loss counter is working for years in my projects and today suddenly stopped working!

https://fxdreema.com/shared/vgE9nAc8
Variables storing the profit/loss values are not functional. Is the admin touching the code? I need it to work again.
-
RE: Bucket of Tradesposted in Questions & Answers
Efectivamente, el problema de usar bucles conectados a otros bucles no es 100% funcional en fxDreema. Siempre puedes crear bucles separados con variables distintas para evitar el problema. Es más farragoso, pero funciona.
-
RE: This block " For each position " may have problems.posted in Questions & Answers
This is new to me. Can you please share the link to the project?
-
RE: problem with adding lagging span/chikou span on ichimoku expert advisorposted in Questions & Answers
@DeltaAurum jstap is right. You should try all those conditions individually and separately until finding which one is stopping the trades to open.
-
RE: BEST EAposted in Questions & Answers
All of us are looking for that, my friend! If you find it, please let us know.
-
RE: Price actionposted in Questions & Answers
There is no quick answer for that. My personal recommendation is finding a reliable indicator that identifies supports and resistance as you like it. That is the most difficult part. Once you get it, we can work to build an EA based on it.
-
RE: Go back and continue from this trade volumeposted in Questions & Answers
Here you have an example of what kind of structure you will need . Just look at the 'on trade' tab. What you see is my personal martingale EA:
https://fxdreema.com/shared/6o0uTdg3e
What you need is even more complex than that. Do you understand what the EA is doing? Please don't get me wrong, I just want you to see the complexity ahead of your project if you do not know how variables work.
-
RE: I want my EA to close the Running Trade if an opposite signal Appear. (e.g: when the BUY TRADE is running it should close immediately the SELL Arrow Signal appear ).posted in Questions & Answers
Simply connect a 'clase trades' block for sells immediately below the 'buy now' block, for example.
-
RE: How to restrict EA to work for X days and then stop?posted in Questions & Answers
Sure. You just need a day counter. Or if you want to be more accurate, an hour counter. Each time a new hour candle appears, the counter adds +1 and when the maximum number of hours is hot the EA self terminates or blocks everuything.
-
RE: my ea does not take sell positions.posted in Questions & Answers
But that custom code is not connected to any block so it is not executed.

-
RE: Backtesting on MT5 with different demo accountposted in Questions & Answers
In general, yes, they are terrible unless checked on demo forward test for a looooong period.

-
RE: Using custom indicator close tradeposted in Questions & Answers
This indicator is not sharing the buffers as fxDreema can understand. I'm afraid it cannot be used as it is now. My suggestion is trying to emulate the buffers as is explained in these tutorials:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-fileIf it doesn't work yet, I'm afraid you will have to find a new indicator.