Indicator Showing NULL value (Empty)
-
Dear All,
I'm confusing about how can i create the condition with the indicator that not showing Value, Now i'm using custom Indicator and please kindly see the details below1.When the indicator showing Up Trend (Green Color)Buffer 0 Will show the Value but Buffer 1 isn't show anything

2.When the indicator showing Down Trend (Orange Color) The data will show the same Value

Now i can check the indicator show down trend with condition == , But i'm consufe how can i check that indicator is showing uptrend (Green line)
Best Regards
-
That value is the current price, right?
Have you tried Buffer0 > 1? -
@arkom-wa NULL in meta means current symbol, try using indicator appear or indicator visible from buffer 1, as there is just up or down you only need one value to change. If you add the buffers to a comment you will see which 1 contains the relevent value.
-
@jstap I tried to use indicator appear following your advised and it's worked properly as i expect Thank you very much
-
@arkom-wa your welcome