Indicator Buffer data
-
Hi, so I got this indicator from the mql5 site as an executable *.ex5
I have tried for several days now but am unable to 'Trace' the output buffer data. It just doesn't trace in fxDreema. The author sent me the input parameters and all but it still won't trace. Can anyone help me with it please? Is there something i'm missing? -
mq is a lot easier as all buffers are already in the file, ex works but can be difficult. input all input parameters (I make sure all names are identical, just to eliminate a possible problem), then check if the indicator has relevant buffers, load to your MT terminal and view your data window, this will show you the available buffers, they be be in an order starting with 0, the value shown is what FX can retrieve, put in the buffer list on FX all the relevant buffers, call them what you want. Once loaded onto FX you should see all the indicator can do and the buffers in the my indicators section.
-
Ok, thank you. So I checked the Journal and saw the following errors:
2026.02.27 11:19:26.602 program file added: \Indicators\QQE.ex5. 22477 bytes loaded
2026.02.27 11:19:26.616 2026.02.01 23:01:00 cannot load indicator 'Relative Strength Index' [4804]
2026.02.27 11:19:46.477 2026.02.27 00:00:01 infinite Sleep loop detected while testing in '20666-50998.mq5' (1,1)
2026.02.27 11:19:46.486 OnTester critical errorI thought 'Relative Strength Index' was a standard indicator. Any idea why it cannot load? How do I go about this?
-
Is this the standard indicator? Past that into AI and see what answer you get.