Quick and simple BB bubble indicator for Futures
Draw an arrow if candle corpse is out of Bollinger Band (Upper / Lower)
It's not a signal.
I use it to off-load my charts
The new feature of arrays allows for a multitude of new possibilities within Pinescript. This script implements a bubble sort function with most probable efficiency of О(n^2) with a best-case being O(n). This sort does not require large amounts of memory to process and has advantages when sorting small lists of data.
The main advantages: Bubble sort is an...