ProRealTime documentation

Allows you to write conditions for your ProScreener in different timeframes (description of the ProScreener command only on this page).

Syntax:

 

Example 1:

Triple bullish screen from the ProScreener documentation.

Example 2: 

Daily and Weekly timeframes conditions in the same screener.

 

Return value of the Time Series Average indicator over the last N periods of the selected price.

Syntax:

 

Returns the unix timestamp of the candlestick closing.

(more…)

Directional instruction in the “FOR” loop.

Syntax:

 

Example:

 

Date of the bar N-periods before the current bar (in YYYYMMDD format).

Syntax:

 

Example:

 

Designates an order to be executed on the open of the next day.

Syntax:

 

Example :

We are buying 1 contract if conditions of long order are met, tomorrow only, at the open of the market (on new bar appear).

 

Return value of average of the “N” OHLC candlestick information, as : (Close+Open+High+Low) / 4

Syntax:

 

Return value of the True Range indicator for the selected price. True Range is the maximum of three price ranges.

Syntax:

Calculation :

True Range = MAX of ( High – Low or High – Price[1] or Price[1] – Low )

 

Bar Index (barindex) of the bar at which the Nth last order was executed.

Syntax:

(more…)

Price level at which the Nth last order was executed.

Syntax:

(more…)


Top