|
layton
Posts: 2 since Jan 2018
Thanks Given: 0
Thanks Received: 1
|
I think I just found the answer in Sierra Chart Documentation under Alert Formula Examples:
33. Alert when Chart Bar is Within Specified Ticks of Touching Bollinger Bands: Enter the following Alert Condition Formula on a Bollinger Bands study: =OR(H >= SG1 - (4 * TICKSIZE), L <= SG3 + (4 * TICKSIZE)). In this particular case the specified number of ticks is 4 and can be modified as required.
|