Pump CatcherThis indicator attempts to detect moments of abnormal and accelerating increase in volume. Because pumps happen over short time frames, this script is potentially better used on smaller timeframes (1 - 15 minutes). It takes two inputs: The length of the lookback for the volume rate of change (vroc) calculation (default=20), and The threshold over which a pump is determined to have happened (0-100, default=50). The vroc has been normalised to a result between 0 (no rate of change) and 100 (maximum rate of change the asset has ever undergone to date).
Altcoins
BTC CorrelationA simple script to display how correlated the current ticker is to Bitcoin.
Inputs are the number of bars to check correlation for (default 10) and the the ticker to use for BTC comparison (default is BITFINEX:BTCUSD)
Values of 1 are highly correlated (i.e. bitcoin moves up, so does your current ticker), values of -1 are inversely correlated (i.e. bitcoin moves up, your current ticker moves down).
See: www.babypips.com for some more details on correlation
[PW] BITFINEX Shorts ChangeA very simple indicator to show the change of longs between the previous period and the current period on bitfinex, this works for any margin pair on Bitfinex but can also be locked to BITFINEX:BTCUSD, works hand in hand with my "Longs Change" indicator
[PW] BITFINEX Longs ChangeA very simple indicator to show the change of longs between the previous period and the current period on bitfinex, this works for any margin pair on Bitfinex but can also be locked to BITFINEX:BTCUSD, works hand in hand with my "Shorts Change" indicator
RSI+BSIThis script simply plots the current instruments RSI as well as Bitcoin's RSI from bitfinex. Helpful to identify when an alt is performing stronger than BTC or if BTC is dragging the alt down.