Poblem with custom indicator
-
My custom indicator has only 2 buffer. I try to check which one is which line but it not work.
my testing very easy
if buffer0 > buffer1 Draw arrow and Buy
if buffer0 < buffer1 Draw arrow and Sell
So I have qusetions- How to use or get data from custom indicator? or how to check (image1)
- If FXdreema can,t get data from this indicator how to get data from MT4 indicator (image2) I have put MA on RSI.
https://fxdreema.com/shared/Mk99KjYEb
0_1637351004353_UniRSI Cross_v1.0 600+.mq4


-
@gebsang Previous indicator data is difficult to use in FX, iCustom code will get the data from the data window but as indicator has 2 buffers I doubt you need to. Put the 2 buffers into a comment block, use the MT4 crosshair to visually check which buffer corresponds to which line.