OPEN-SOURCE SCRIPT
已更新 [Mad] Triple Bollinger Bands MTF

These are classic triple Bollinger bands with different multipliers
You can change the time frame plotted,
for example, you can show a 1-hour chart, but plot 6-hour Bollinger.
Since I haven't found any other OpenSource variant that can plot the 3 bands in a different time frame, here is my script for you
en.wikipedia.org/wiki/Bollinger_Bands
----
additional you can see in this script, how to move data around with arrays instead of multiple variables.
This way you can cut down security calls to a minimum. (look at the transfer- and bollarray)
You can change the time frame plotted,
for example, you can show a 1-hour chart, but plot 6-hour Bollinger.
Since I haven't found any other OpenSource variant that can plot the 3 bands in a different time frame, here is my script for you
en.wikipedia.org/wiki/Bollinger_Bands
----
additional you can see in this script, how to move data around with arrays instead of multiple variables.
This way you can cut down security calls to a minimum. (look at the transfer- and bollarray)
版本注释
added Labels版本注释
did update alarms (simplebool, multibit, alarms to select)版本注释
libary update版本注释
patching a weird behavior when selecting big custom timeframes, like 1 month on a 8h chart版本注释
the background transparency is now changeable via parameter版本注释
selectable shifting of lines and text into the futureremoved limitation of labeldrawing on fixed % from close
minor settings cleanup (groupings)
code cleanup
版本注释
added relative bollinger band width, based on lookback timeadded automatic decimals for lowvalue assets
added selectable moving average to build the bands
版本注释
color transparency for lines fixed版本注释
Bugfix:ticksize 1 is now possible without an errormessage
Feature:
2 more bands (4 + 5, default off)
版本注释
Typo... sry for doublepost版本注释
Patch ... timeseries error on htf when ticker begin was reached
thanks Andreas for the find
版本注释
limited Digits autoselect in labels (happening with very high digitscount on shitcoins like NEXA)开源脚本
本着TradingView的真正精神,此脚本的创建者将其开源,以便交易者可以查看和验证其功能。向作者致敬!虽然您可以免费使用它,但请记住,重新发布代码必须遵守我们的网站规则。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
开源脚本
本着TradingView的真正精神,此脚本的创建者将其开源,以便交易者可以查看和验证其功能。向作者致敬!虽然您可以免费使用它,但请记住,重新发布代码必须遵守我们的网站规则。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。