// Bollinger Blue Shadows
// Plots Low High Shadow as Column
// Inpired by Bollinger Candlesticks
// General purpose script
// How to Use it
// Add to Favorite Scripts
// Inside chart window right-click
// Select Insert Indicator -> Favorites -> Script Name
// author: Gerasimos Makis Mouzakitis
// created: 02 Oct 2015 14:37 (UTC)
// updated: 02 Oct 2015 15:28 (UTC)
// v.1.0
// Happy Trading!
// Life is Art & Art is Life
// Plots Low High Shadow as Column
// Inpired by Bollinger Candlesticks
// General purpose script
// How to Use it
// Add to Favorite Scripts
// Inside chart window right-click
// Select Insert Indicator -> Favorites -> Script Name
// author: Gerasimos Makis Mouzakitis
// created: 02 Oct 2015 14:37 (UTC)
// updated: 02 Oct 2015 15:28 (UTC)
// v.1.0
// Happy Trading!
// Life is Art & Art is Life
// Bollinger Blue Shadows // Plots Low High Shadow as Column // Inpired by Bollinger Candlesticks // General purpose script // How to Use it // Add to Favorite Scripts // Inside chart window right-click // Select Insert Indicator -> Favorites -> Script Name // author: Gerasimos Makis Mouzakitis // created: 02 Oct 2015 14:37 (UTC) // updated: 02 Oct 2015 15:28 (UTC) // v.1.0 // Happy Trading! // Life is Art & Art is Life study(title = 'Bollinger Shadows', shorttitle = 'Bollinger Shadows', overlay = false, precision = 5) plotcandle(low, high, low, high, title='Low High')
Link below script.