@ambrogio The tone is the same as the replies to support help requests, probably customer satisfaction is not the first concern here
Best posts made by gabrielebrignoli
-
RE: Fxdreema (lack of) Customer careposted in General Discussions
Latest posts made by gabrielebrignoli
-
Problem in importing custom indicator - Enumerationsposted in Questions & Answers
Hi to all,
i'm trying to import a custom made, non public indicator, but I receive this error
"Ops. Problem found in the following enumerations" enDisplayWhat
This is the enum that gave the problem
#define _showSignal 1
#define _showCandle 2enum enDisplayWhat
{
show_candle= _showCandle,
show_signal= _showSignal,
show_all = _showCandle + _showSignal,
};Any help is much appreciated
Thanks in advance
-
RE: MQL5 Doesn't compileposted in Bug Reports
@fxrobot-0 Are you sure? I tested and asked some skilled coder, should work normally, I have a couple EA running live I don't see any problem..for now
-
RE: Fxdreema (lack of) Customer careposted in General Discussions
@ambrogio The tone is the same as the replies to support help requests, probably customer satisfaction is not the first concern here
-
Fxdreema (lack of) Customer careposted in General Discussions
Dear User,
just some thoughts about my experience with Fxdreema. The "tool" has a great potential which many time cannot be achieved due to:
- Bugs that Admin seems care less
- Customer care using Contact module respond after weeks (if respond at all), and even with proper formulated questions and all details of the case, in a vaguely and ironically way that leave users with even more question than answers
- All module and function are poorly explained (most of all for a Service that advertise the easiness and accessibility in making custom EA without knowing how to code)
This service could be really great, instead is something (my opinion) bad managed with poor customer care, and in general poor customer experience
The real help comes only from kind users that try to help others, which is perfectly fine for a free service, not for a paid one.
Regards and happy trading to all
-
RE: MQL5 Doesn't compileposted in Bug Reports
If you delete "(symbol)" it works, EA seems to behave normally, i checked and all seems fine
-
RE: MQL5 Files cannot be compiled anymore/impossibile to make some custom indicator workposted in Bug Reports
If I remove that (symbol) it compiles and seem to work, but who knows if influence EA and how
-
RE: MQL5 Files cannot be compiled anymore/impossibile to make some custom indicator workposted in Bug Reports
Thanks, but doesn't work

Same error

