My first manually customized indicator doesn't work?
-
I uploaded the following MT5 ZigZag indicator:
No buffers nor variables were detected by fxDreema, so I had to create them manually this way:

Sadly, it doesn't work and I don't know why. Did I miss something?
-
All parameters are uint, but I tried it just like you and it works for me. Do you see any errors in the logs of MetaTrader?
-
Apparently the indicator cannot be loaded for some unknown reason. I created this test EA including it.
https://fxdreema.com/shared/7VUSKsIdd
And this is what I get in the logs:

The indicator is correctly available on the MT5 platform. No other error is shown at the logs tab. Any suggestion?
-
Any suggestion?
-
I don't know really, it works for me. otherwise error 4802 means "Indicator cannot be created", which... I'm not sure what it means. But MQL5 is often weird. Can you load another indicator?
-
New try with a new indicator. Exactly the same result.
0_1556532240817_ZigzagColor.mq5

https://fxdreema.com/shared/a7VlZJYne
Could you please confirm you get the same result too?
-
The indicator works for me. It only has 1 buffer that can be accessed from the EA, not 3 or more.