Volume (VOL)
<< Click to Display Table of Contents >> Volume (VOL) |
Volume is simply the number of shares (or contracts) traded during a specified time frame (e.g., hour, day, week, month, etc). The analysis of volume is a basic yet very important element of technical analysis. Volume provides clues as to the intensity of a given price move.
... Courtesy of Market In Out
VOL()
VOL(ISeries<double> input)
Returns default value
VOL()[int barsAgo]
VOL(ISeries<double> input)[int barsAgo]
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.
input |
Indicator source data (?) |
// Prints the current value VOL |
You can view this indicator method source code by selecting the menu New > NinjaScript Editor > Indicators within the NinjaTrader Control Center window.