Library "HelperTA" This library contains useful technical indicators that I use regularly in my charts. `stockRSI` is not mine, but included because used often and referenced by internal functions. `DCO` is a normalisation of the donchian channels; the price relative to the donchian channels, on a range. `MarketCycle` is a weighted aggregate of RSI,...
Library "VolumeIndicators" This is a library of 'Volume Indicators'. It aims to facilitate the grouping of this category of indicators, and also offer the customized supply of the source, not being restricted to just the closing price. Indicators: 1. Volume Moving Average (VMA): Moving average of volume. Identify trends in trading volume. 2. Money Flow...
Library "fontilab" Provides function's indicators for pivot - trend - resistance. pivots(src, lenght, isHigh) Detecting pivot points (and returning price + bar index. Parameters: src : The chart we analyse. lenght : Used for the calcul. isHigh : lookging for high if true, low otherwise. Returns: The bar index and the price of the pivot. ...