Support Board
Date/Time: Sun, 22 Dec 2024 12:32:24 +0000
Post From: period high and low
[2015-04-17 14:47:48] |
Sawtooth - Posts: 4141 |
There is no single study that will do this, but you can use a combination of studies. Try this: 1) Add the Highest High/Lowest Low Over N Bars study, check Hide Study. 2) Add the Color Bar Based On Alert Condition study -set the 'Output When Condition True' to 'Use Input Data' -set the 'Input Data' to the desired location of the arrow at new high. -set the Draw Style to an arrow -put this formula on the Alerts tab: =ID1.SG1<>ID1.SG1[-1] 3) Add another Color Bar Based On Alert Condition study -set the 'Output When Condition True' to 'Use Input Data' -set the 'Input Data' to the desired location of the arrow at new low. -set the Draw Style to an arrow -put this formula on the Alerts tab: =ID1.SG2<>ID1.SG2[-1] (where the Highest High/Lowest Low Over N Bars study is ID1) |