Hi,
It is possible to develop studies based on Price change relative to the previous price TICK, and not the previous bars CLOSE?
Eg - a simple ROC which calculates Close (present TICK) - Close (previous TICK)
: - instead of comparing present TICK to the previous bars CLOSE, which it does now if you calculate ( C() - C(-1) ).
Thanks,
Paul
It is possible to develop studies based on Price change relative to the previous price TICK, and not the previous bars CLOSE?
Eg - a simple ROC which calculates Close (present TICK) - Close (previous TICK)
: - instead of comparing present TICK to the previous bars CLOSE, which it does now if you calculate ( C() - C(-1) ).
Thanks,
Paul
Comment