Support Board
Date/Time: Wed, 15 Jan 2025 18:51:13 +0000
Post From: Bollinger Band Squeeze TTM Squeeze
[2017-08-22 04:35:31] |
Sierra Chart Engineering - Posts: 104368 |
In the next release, there will be a Bollinger Squeeze 3 study coded according to this: def nK = 1.5;
def nBB = 2.0; def lengthsqueeze = 20; def BBHalfWidth = StDev(price, lengthsqueeze); def KCHalfWidth = nK * Average(TrueRange(h, c, l), lengthsqueeze); def isSqueezed = nBB * BBHalfWidth / KCHalfWidth < 1; Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |