Do I have to rename also mq5 and ex5 files without space?
Posts made by Alex81
-
RE: Can't use any Custom indicator in MT5posted in Questions & Answers
-
Can't use any Custom indicator in MT5posted in Questions & Answers
Hi all,
I am just trying one or several custom indicator on MT5, but every attempt give this error:
cannot load custom indicator 'cci t3 simple' [4802]
This is an example project:
https://fxdreema.com/shared/w3J1sKdTCould you give me a hint on how to solve this issue?
Thanks in advance
-
RE: How to eliminate stop loss?posted in Questions & Answers
Quite simple. If a trade is opened, no stop loss. When position going x pips in favor, activate sl in breakeven and then trail the stop in profit according to rules. Position must be closed by defined signal only.
-
RE: How to eliminate stop loss?posted in Questions & Answers
But this is unlogic.
If I want a trailing stop after 20 pips, it should first create stop loss at break even when it reach 20 pips in favor, not creating a stop loss when position is opened. -
How to eliminate stop loss?posted in Questions & Answers
Hi, even if I uncheck stop loss in Buy or Sell, every EA continues to create a SL order...
Why?
-
RE: Custom indicators, same enumerations?posted in General Discussions
It worked, thanks.
But not in mql5... It seems fxdreema doesn't automatically create enumerators when using custom indis.
How to solve this? -
Custom indicators, same enumerations?posted in General Discussions
Hi, first of all a huge thanks to Fxdreema for his wonderful software.
I found this particular isssue, both in mql4 and mql5 when I try to use 2 or more custom indicators who have enumerators in common; even using the same indi with different period gives this error.
Look at the picture to see what I am referring to.
Any advice on how to solve it?