ADD CUSTOM MT5 INDICATOR
-
Hi. How can I add an mt5 custom indicator with 2 buffers so I can create an EA using it? It is in ex5 format. I have attached the screenshot of the indicator in question. If anyone can give me instructions in writing or visually via screenshots, I would greatly appreciate it.
"GAN SIGNAL" is the name of the indicator.

-
If you search indicators you will find the info needed, but basically add the indicator on FX (MQ is easier but you can use EX), get the buffer value and test, using blocks on the on tick tab.
-
Thanks. I searched 'indicators' but I could not find information that I understand. I know how to add custom indicators using mt4 but I struggle with adding mt5 indicators and using them to create EAs
-
MT5 is the same, try and take pictures of what is happening, past here and we'll see what is happening.
-
I get a lot of errors when I try to compile the EA. I have attached images below

-
wave is probably wav, boolean is bool, change these and see what happens (I would recreate from scratch, sometimes wrong spellings stay in the memory).
-
I still get errors when I try to compile the EA even though I realized the mistake I made of representing an integer as a string. I also did as you said, I deleted the EA entirely and the custom indicator from my indicators, readded it, and created a new EA. If you can perhaps show me step by step using screenshots how to add any ex5 indicator, then I would try that and I will be appreciative.

-
Half of these errors come from more than the indicator?
-
Okay. Thanks for your feedback