Function Mean Median Mode V0EXPERIMENTAL:
Request for GLAZ
Functions to handle Mean, Median, Mode Calculation.
Function
Function 2 Point Line using UNIX TIMESTAMP V1experimental:
draws a line from 2 vectors(price, time)
update:
reformatted the function,
added automatic detection of the period multiplier by approximation(gets a bit goofy with stocks/week time),
example using timestamp() function.
offsetting is still bugged, i cant find a way around it atm.
Function Frequency of RangeFunction to derive the frequency a range is visited over time.
returns value (0 to 1) percent multiplier
[RS]RSI Inverse Fisher Transform V1RSI inverse fisher transform (fishy turbo) as described here:
autotradingstrategy.wordpress.com
forexsb.com
update:
added color conditional.
Function Geometric Moving AverageUsing a formula that is generally used for calculating investment over time to check gains on a commodity.
Geometric mean as described here: www.investopedia.com
[RS]RSI Inverse Fisher Transform V0RSI inverse fisher transform (fishy turbo) as described here:
autotradingstrategy.wordpress.com
forexsb.com
[RS]Function Volatility Stop V0Function for Volatility Stop:
added some tweeks so it can be used on any series as in example a rsi.
Function Linear Decay V2EXPERIMENTAL:
improved range detection (it now locks range when its last formed on the appropriate side improving readability as it doesnt auto adjust when opposite extreme moves)
Function Fisher Transform V1added ability for selecting src to the fisher() function. now can be used with rsi/stoch/macd/etc...
[RS]Color Gradient FunctionA simple function method to build color gradient palettes to use in scripts