EAs I created with fxdreema do not work with brokers where currency pairs have some kind of extension. Eg. EURUSD.dm, GBPUSDbo, EURJPY.fx
Anyone else had this issue? any solution?
Posts made by vish
-
EA doesnt wok with some brokersposted in Questions & Answers
-
Currency pair not recognizedposted in Questions & Answers
My broker has an extension (.Imax) added at the end of each pair as given below. And my EA doesn't seem to recognize these pairs and does not take trades (it works with normal pair names in other brokers). Anyone having the same issue? Any solution?

-
RE: How to avpid trading when market is deadposted in Questions & Answers
@luqmaan maybe you can try ADX indicator to identify market trend strength
-
RE: Indicator doesnt appear in real tradingposted in Questions & Answers
@fieriz it does not appear which is normal. EA will access the indicator from background even if it is not running. If you want actually see the indicator just add it on the chart.
-
RE: Help with set "Current Market"posted in Questions & Answers
Try to make a simple version of the EA with least no of blocks so that it will be easier to isolate the issue. Also, it will be much easier for anyone to have a look at your project as it wouldn't take much time to understand the project.
-
RE: MQL5 Custom Indicator Compilation Errorposted in Bug Reports
@xfire I know this way works but what want to achieve is to have a constant for the name field so that the user can simply enter his indicator name under EA settings and work with any indicator he has. This works perfectly in MQL4 but gives the said error only in MQL5.
-
RE: Bug when summing up pips in MQ5posted in Bug Reports
@l-andorrà I am not sure I get this fully. But I guess it simply takes no of pips in positive numbers whether profit or loss, which I dont think wrong or a bug. If you need losing trades' pips in negative values, you may simply filter losing trades and multiply them by -1 in a formula block and then sum up all together.
-
RE: MQL5 Custom Indicator Compilation Errorposted in Bug Reports
@l-andorrà No. whatever the indicator, I get this error. Did you get it to compile without error for any indicator?
-
MQL5 Custom Indicator Compilation Errorposted in Bug Reports
When you select custom indicator under indicators in MT5, it gives a compilation error.


Error:

Shared example project: https://fxdreema.com/shared/irCpwWj3b
The same structure works without any issue in MQL4 -
MT5 compilation errorposted in Questions & Answers
I converted MQL4 EA (created on fxdreema) into an MQL5 format using fxdreema conversion tool. But when I try to compile, I get following error:

Can any help resolve this error?
-
RE: How do I use default MT5 news calendar events for filtering news?posted in Questions & Answers
any news filter for MT5?
-
How do I use default MT5 news calendar events for filtering news?posted in Questions & Answers
How do I use MT5 news calendar events for filtering news? They are shown as objects (events) on the chart. But no time parameter.
-
RE: Price > Indicatorposted in Questions & Answers
Maybe your indicator repaints? or you have added it to the chart with settings different from what is used in EA? By the way, I guess you don't in fact need to add No trade and if trade blocks as you will be trading in any case.
-
RE: Trailing Stop based on ATRposted in Questions & Answers
Maybe you can add once per trade block under each trade so that ATR is updated only once


