VwapOfflineComputation Method | 
| Name | Description | |
|---|---|---|
| OfflineComputation(Double, Double, Double) | 
            	Performs offline computation using all data for period simultaneously.
            	In some cases can be faster and/or use less memory than online (step-by-step) computation.
            	Note: Indicator cannot be used before and after calling this method.
              (Overrides BaseTickIndicatorTOfflineComputation(Double, Double, T).) | |
| OfflineComputation(Double, Double, DateTime, Double) | 
            	Performs offline computation using all data for period simultaneously.
            	In some cases can be faster and/or use less memory than online (step-by-step) computation.
            	Note: Indicator cannot be used before and after calling this method.
              (Overrides BaseTickIndicatorTOfflineComputation(Double, Double, DateTime, T).) |