VolumeOsc (Function)

image\trumpet2.gif Disclaimer

The VolumeOsc function calculates the difference between a slow and fast period moving average in terms of points.

Syntax

VolumeOsc(FastLength, SlowLength)

Returns (Double)

A numeric value containing a positive or negative value of VolumeOsc for the current bar.

Parameters

Name

Type

Description

FastLength

Numeric

Sets the time period of the slow moving average.

SlowLength

Numeric

Sets the time period of the fast moving average.

Example

Value1 = VolumeOsc(9,18);