Psychological Line
<< Click to Display Table of Contents >> Psychological Line |
The Psychological Line is the ratio of the number of rising bars over the specified number of bars.
PsychologicalLine(int period)
PsychologicalLine(ISeries<double> input, int period)
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.
input |
Indicator source data (?) |
period |
Number of bars used in the calculation |
// Prints the current value of a 10 period Psychological Line |