Analytical
<< Click to Display Table of Contents >> Analytical |
NinjaScript provides a number of methods and properties useful for analyzing and identifying specific conditions within Series<T> collections. Some of these methods test a condition and return true or false, while others return an int-based bar index or other numerical value. A list of analytical methods can be found below:
Counts the number of occurrences of the test condition |
|
Evaluates a cross above condition |
|
Evaluates a cross below condition |
|
Returns the current Ask price |
|
Returns the current Ask volume |
|
Returns the current Bid price |
|
Returns the current Bid volume |
|
Returns the median value of the specified series |
|
Returns the number of bars ago the highest price value occurred |
|
Evaluates a falling condition |
|
Evaluates a rising condition |
|
Returns the number of bars ago that the least recent occurrence of a test condition evaluated to true |
|
Returns the number of bars ago the lowest price value occurred |
|
Returns the number of bars ago that the most recent occurrence of a test condition evaluated to true |
|
Returns a measurement of the steepness of a price series measured by the change over time |
|
The value of 1 tick for the corresponding instrument |
|
Calculates an integer value representing a date |
|
Calculates an integer value representing a time |