TradingView
kruskakli
2020年4月15日晚上9點24分

Bollinger Bands Width Expansion Identifier 

U.S. DOLLAR / AUSTRALIAN DOLLARICE

描述

Find out if the Bollinger Band Width has rapidly expanded compared to the N number of previous periods.

I've written a function: 'bbw_expansion' that performs this check so that it can be incorporated in other projects of mine.

Example: bbw_expansion(bbw, 5, 1.2) will return 'true' if 'bbw' is 20% greater (or more) compared to the last 5 bbw periods.

The function returns: 'true' or 'false'
評論
AlpeshShah01
it is wonderful kruskakli .thanks
aNuFFi
This is pretty nice actually @kruskakli !
更多