Wie kan mij aan volgende functie helpen?
NormSCDensity (Function)
Calculates the standard normal cumulative distribution function.
Function
NormSCDensity(Price)
Parameters
Price
Data series on which this calculation is based
Returns
A numeric value containing the standard normal cumulative distribution function.
Usage
The distribution has a mean of 0 (zero) and a standard deviation of one. Use this function in place of a table of standard normal curve areas.
Example
To calculate the Normal Standard Cumulative Density of the current Close, you would write:
Value1 = NormalSCDensity(Close) ;
Groetjes Paul