ProRealTime documentation

Return the value of “Chande Momentum Oscillator” technical indicator.

Syntax:

Calculation :

pos positive variation, pos = 0 if variation is negative

neg negative variation, pos = 0 if variation is positive

variation = pos – neg

We calculate Mpos and Mneg the moving average with p days of pos and neg.

Chande momentum oscillator = (Mpos – Mneg) / (Mpos + Mneg) * 100

(more…)

Closing price constant of the current bar or of the Nth last bar.

Syntax:

 

Example:

Create a background color only between two values. (more…)

Colors a curve with the color you defined using the RGB convention.

(more…)

Designates the number of contracts to buy. Equivalent to ‘SHARES’.

Syntax:

 

Mathemical Cosine Function.

Syntax:

 

Counts the number of open long shares or lots.

Syntax:

 

Example :

 

Counts the number of open shares or lots.

COUNTOFPOSITION returns negative value for short orders.

Syntax:

 

Example :

 

Counts the number of open short shares or lots.

Syntax:

 

Example :

 

Boolean Operator checking whether a curve has crossed over another one.

Syntax:

 

Example:


Top