- ago
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.





0
91
Solved
3 Replies

Reply

Bookmark

Sort
Cone8
 ( 13.35% )
- ago
#1
Since there's no indicator period, there's a problem calculating the StartIndex.
Substitute SMA(Close, 1) for the Close.
1
Best Answer
- ago
#2
One way around it would be to use IndicatorOnIndicator with EnvelopeUpper/Envelope?Lower. This way works fine.

0
- ago
#3
@Cone Thanks. "Substitute SMA(Close, 1) for the Close." This works good.
0

Reply

Bookmark

Sort