Fisher Transform - Technical IndicatorThis object is a Trading Indicator. Fisher Transform - Technical Indicator was implemented by bug man on June 10, 2010. The coding of this Technical Analysis indicator necessitated 40 lines. The indicator name is 'Fisher' and it is created using CSharp. It has 2 arguments. The different arguments are: Price (Type: Number - Default Value: (high + low) / 2): Price Period (Type: Number - Default Value: 10): Period Example: p = Fisher((high + low) / 2, 10); Here is how to show the trading indicator on a chart: Plot(Fisher((high + low) / 2, 10), "Fisher Transform - Technical Indicator", colorRed); Future and Past Bars: The function does not use future bars. It necessitates no past bars. Click on this link to download Fisher Transform - Technical Indicator Search terms used to find this trading item include fisher transform indicator, fisher transform, fisher transform trading, fisher transform signals, Fisher Transformation Indicator The trading object is saved under the following categories: Technical Analysis Trading Indicators: Better Volume Indicator Vortex Oscillator KST indicator String To Number Accumulation Swing Index Date Filter Weighted Linear Regression, Slope Weighted Linear Regression Directional Trend Index Percent Bollinger Bands Relative Volatility Index Haurlan Index Dave's New System - DNS Dynamic Momentum Index Darvas Box Indicator Z-Score (Standard Score) Damping index Mahesh Moving Average Chaikin Volume Accumulation Oscillator Guppy Multiple Moving Average Oscillator |
|