ProRealTime documentation

Define the number of lots to buy or sell (equivalent to “SHARE”).

Syntax:

 

Example :

 

Low of the current bar or of the last N one.

Syntax:

 

Return the value of the lowest price over a number of N bars of the defined price.

Syntax:

 

Example:

 

Returns the offset of the candlestick with the lowest value. (more…)

Return the value of the MACD histogram value over S,L and Si periods of price selected.

Syntax:

Calculation:

The first value of the MACD is obtained by substracting the y days exponential moving average from the x days exponential moving average

The second value of the MACD is obtained by calculating a z days exponential moving average of the first one.

x, y and z are the MACD parameters, typically equal respectively to 12, 26 and 9.

The MACD histogram is obtained by substracting the second value from the first one. (more…)

Return value of the MACD line indicator over S and L period of selected price.

Syntax:

 

Example:

 

MACDsignal

ProRealTime v11

Return the MACD signal line value.

Syntax:

Where:

  • fastPeriod= fast EMA period used by MACD (default is 12 period)
  • slowPeriod= slow EMA period used by MACD (default is 26 period)
  • SignalPeriod= period used to calculate the MACDSignal line (see description below), default period is 9

(more…)

Designates an order to be launch directly at market price.

Syntax :

 

Example :

 

Return value of the Mass Index technical indicator over N periods.

Syntax:

Calculation:

MassIndex = Summation[N](ExponentialAverage[N](high – low) / ExponentialAverage[N](ExponentialAverage[N](high-low))) (more…)

Mathematical function “Maximum”. Return the maximal value between two variables a and b.

Syntax:

 

Example:

 


Top