Support Board
Date/Time: Fri, 07 Feb 2025 14:57:25 +0000
Post From: Crossover alert for TPO or VbP study
[2015-08-25 23:55:36] |
Sawtooth - Posts: 4173 |
Your formula is comparing the previous bar's POC with the current bar's Close, so it will work on a VbP study that uses a Time Period Type and Length that matches the chart's bar period. As a test, use a 1 min chart and set the Time Period Type... to Mintues, and the Time Period Length... to 1. A way to test your formula you is to use the Color Bar Based On Alert Condition study to see a visual of when your alert formula will go TRUE. Now put your formula in the color bar study, referencing the ID# of the VbP study, like this: =CROSSOVER(ID1.SG2[-1],C) where the VbP study is ID1. |