Custom indicator not displaying properly.
-
I have a custom indicator whose parameters I have inputted into the Myindicators panel. I have tried using it for an EA but it doesn't display like it should.

This is what the indicator should look like.

This is what I get from the EA.

These are it's buffers.
I don't have it's source code.https://fxdreema.com/shared/YJyLPVGib
@miro1360 @l-andorrà @roar @Xfire how do I go about this.
0_1616959463176_PipMagnet.ex5
that is the indicator above.
@miro1360 @l-andorrà @roar @Xfire please help me with this. -
@laudable222 You can use attached indicator to check buffer values.
0_1616839288208_Buffers explorer 2.ex4
PS: You can remove '0_1616839288208_' part from the indicator name. It's automatically renamed when uploaded to forum.
-
@paragorundu thanks, but it is an mt5 indicator.
-
@laudable222 There are several ways to check if buffers provide a value.
You can try to use below blocks and run your EA in visual mode to print buffer values;
-Comment
-Trace
-Draw text -
@paragorundu alright, thanks. Will try that out.