Indicator % Above/Below Indicator when using VWAP indicator is not giving me any trades. I've tried many options and no results. It does work fine with other indicator like SMA, etc. See images below. Maybe I am missing something? Please advice. Thanks.


Rename
Since there's no indicator period, there's a problem calculating the StartIndex.
Substitute SMA(Close, 1) for the Close.
Substitute SMA(Close, 1) for the Close.
One way around it would be to use IndicatorOnIndicator with EnvelopeUpper/Envelope?Lower. This way works fine.
@Cone Thanks. "Substitute SMA(Close, 1) for the Close." This works good.
Your Response
Post
Edit Post
Login is required