Definition
Syntax
FisherTransform(int period)
FisherTransform(IDataSeries inputData, int period)
Returns default value
FisherTransform(int period)[int barsAgo]
FisherTransform(IDataSeries inputData, int period)[int barsAgo]
Return Type
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.
|
Parameters |
|
|
period |
The number of bars to include in the calculation |
|
inputData |
Indicator source data (?) |
Examples
|
// Prints the current value of a 10 period using default (median) price type
|
Source Code
You can open up the indicator source code via the NinjaScript Editor.