Hello,
I would like to see all the stocks that have today the lowest bollinger band width over the last six months (bandwidth 20 2).
Thanks
gr Marco
JSParticipant
Veteran
Hi Marco,
That the “Close” today is exactly equal to the lowest values of the lower Bollinger Band over the last six months is very unlikely…
You can test if the “Close” is lower than the lower Bollinger Band today…
BDown=BollingerDown[20](Close)
C1=Close<Lowest[120](BDown)
Screener[C1]
Hi JS,
Sorry, maybe my explanation was not good.
I mean that the width (top minus bottom) of the bollinger band is currenty smallest over the last six month.
gr Marc0
JSParticipant
Veteran
Oké no problem, try this one…
BBWidth=BollingerBandWidth[20](Close)
C1=BBWidth<=Lowest[120](BBWidth) //120 trading days
Screener[C1]
Moved from proorder (automatic strategies) to proscreener (screeners) forum.
List of all forums (scrolling down to access appropriate language group of forums):
https://www.prorealcode.com/forums/
Location of English ProScreener forum:
ProScreener support