Support Board
Date/Time: Mon, 27 Oct 2025 21:35:02 +0000
Post From: ???
| [2015-06-07 23:28:50] |
| Sawtooth - Posts: 4280 |
|
Since the High Volume Churn Flag (SG10) doesn't go high until the bar closes, you must be using a bar type that is not time-based, so you could add the Bar Time Duration study and alert when the High Vol Churn bar is >= 90 seconds, like this: =AND(SG1>=TIMEVALUE("00:01:30"),ID2.SG10>0) where the Better Volume study is ID2. Date Time Of Last Edit: 2015-06-08 03:00:02
|
