@mohamed80 I don't see ant of the symbols included in those custom code blocks are specified in the pip size rules. Try it again with those rules included there.
Posts made by l'andorrà
-
RE: Backtesting issues in MT5 (EAs work Live but not in Backtest)posted in General Discussions
-
RE: How to get 99% back testingposted in Questions & Answers
@q8carpenter Just curious. Does ANY broker offer good quality data for MT5 for the last, I don't know, 10 years? Because if they do it only for the last 2 years that is worthless when backtesting as strategy in the long run.
-
RE: HA DEJADO DE FUNCIONAR LA VERSION DEMO?posted in Bug Reports
@tesfar No soy programador, pero veo que la linea primera dice que falla el archivo ex5. Si se refiere a tu bot, es tema de fxDreema, pero si se refiere a un indicador personalizado que usa el bot, el problema está ahí. Lamento no poder ser de más ayuda.
-
RE: Need Help with Indicator Cross Over Signalposted in Questions & Answers
@shutchin Your senod condition is the one triggering the order, so that should be searched for in the first place, then the CCI below -150 should confirm it. I would change its position in your block trees.
-
RE: How to get 99% back testingposted in Questions & Answers
@raiderspaz If you can afford it, I recommend Tick Data Suite 2. Their data is never below 99% quality. Not too expensive, but it isn't cheap either.
-
RE: Regarding Paymentposted in Questions & Answers
@arivazhagan-p Another thread with the same question. If you do not stop to create new threads witl the same question you will be flagged.
-
RE: What am I missing with ENUM variables for MT5?posted in Questions & Answers
I finaly got it! Thank you very much to all for your help.

-
RE: Help a brother code a very simple mt5 eaposted in Questions & Answers
@ebukaitalian I strongly recommend you to review those custom indicators. I'm afraid the repaint, and that is the fastest way to ruin any EA. Can you please confirm they DO NOT repaint?
-
RE: Please replyposted in General Discussions
@arivazhagan-p This is the second thread for the same question. Please don't duplicate threads. I recommend you contact the admin here:
-
RE: EA not launchingposted in Questions & Answers
@colver said in EA not launching:
shared/WoxCEzRMc
Are you trying to trade non-forex symbols, maybe?
-
RE: Mt4 not Backtesting properly!posted in Questions & Answers
@tashab Another option is paying for good quality data. That's the one I use, personally.
-
RE: Admin please replyposted in General Discussions
@arivazhagan-p This is the second thread for the same question. I replied to the first one. Please don't duplicate threads.
-
RE: Admin please replyposted in Questions & Answers
@arivazhagan-p Sadly he doesn't reply here anymore. The best way the contact him is via this contact page:
-
RE: No compila hay algún problema con la plataforma?posted in Bug Reports
@diazoviedo Es extraño. A mi me compila bien. ¿El problema persiste?
-
RE: PARTIAL CLOSEposted in Questions & Answers
@jstap Exactly. You can insert as many symbols as you want. You can combine values as far as they are not sharing the exact same name.
-
RE: My custom indicator picks trade on value 1posted in Questions & Answers
@gozey Thank you for sharing. Would you mind sharing the indicator too, if possible?
-
RE: Counting of winning and losing positions.posted in Questions & Answers
@ontradingx You can also select a 'once per bar' block speciftying one day, one week or one month. That way unix time considerations can be skipped.
-
RE: help- I do not update the lot (Bucket of Positions) wellposted in General Discussions
@cdt Then you will need two variables. One for each value and do this:
https://fxdreema.com/shared/5cn2RZTOc
Obviously you can add more conditions if necessary.