OPEN-SOURCE SCRIPT
Mis à jour [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)
Notes de version
added LabelsNotes de version
did update alarms (simplebool, multibit, alarms to select)Notes de version
libary updateNotes de version
patching a weird behavior when selecting big custom timeframes, like 1 month on a 8h chartNotes de version
the background transparency is now changeable via parameterNotes de version
selectable shifting of lines and text into the futureremoved limitation of labeldrawing on fixed % from close
minor settings cleanup (groupings)
code cleanup
Notes de version
added relative bollinger band width, based on lookback timeadded automatic decimals for lowvalue assets
added selectable moving average to build the bands
Notes de version
color transparency for lines fixedNotes de version
Bugfix:ticksize 1 is now possible without an errormessage
Feature:
2 more bands (4 + 5, default off)
Notes de version
Typo... sry for doublepostNotes de version
Patch ... timeseries error on htf when ticker begin was reached
thanks Andreas for the find
Notes de version
limited Digits autoselect in labels (happening with very high digitscount on shitcoins like NEXA)Script open-source
Dans l'esprit de TradingView, le créateur de ce script l'a rendu open-source, afin que les traders puissent examiner et vérifier sa fonctionnalité. Bravo à l'auteur! Vous pouvez l'utiliser gratuitement, mais n'oubliez pas que la republication du code est soumise à nos Règles.
Clause de non-responsabilité
Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.
Script open-source
Dans l'esprit de TradingView, le créateur de ce script l'a rendu open-source, afin que les traders puissent examiner et vérifier sa fonctionnalité. Bravo à l'auteur! Vous pouvez l'utiliser gratuitement, mais n'oubliez pas que la republication du code est soumise à nos Règles.
Clause de non-responsabilité
Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.