Documentation / Graphical

BACKGROUNDCOLOR

ProRealTime v10.3

Color the background of chart with R,G,B,alpha values.

Syntax:

(more…)

DRAWARROW

ProRealTime v10.3

Graphical instruction to draw an horizontal arrow pointing to the right side of the chart.

Syntax:

where “x1” is the Barindex and “y1” the price or the vertical axis value.

(more…)

DRAWARROWDOWN

ProRealTime v10.3

Draw a downside arrow on chart on x,y coordinate.

Syntax:

Coloured is optional.

(more…)

DRAWARROWUP

ProRealTime v10.3

Draw an upside arrow on chart on x,y coordinate.

Syntax:

Coloured is optional.

(more…)

DRAWBARCHART

ProRealTime v10.3

Draw custom OHLC barchart.

Syntax:

The open, high, low and close value can be set by any custom variables.

Coloured and Bordercolor instructions are optional, when not defined the colors will be the default price one.

(more…)

DRAWCANDLE

ProRealTime v10.3

Draw custom OHLC candlestick.

Syntax:

The open, high, low and close value can be set by any custom variables.

Coloured and Bordercolor instructions are optional, when not defined the colors will be the default price one.

(more…)

DRAWELLIPSE

ProRealTime v10.3

Draw an ellipse on chart with 2 set of x,y coordinates.

Syntax:

Coloured is optional.

DRAWHLINE

ProRealTime v10.3

Draw an horizontal line on chart, with y coordinate.

Syntax:

Coloured is optional.

(more…)

DRAWLINE

ProRealTime v10.3

Draw a line with extension, between 2 x,y coordinates on chart.

Syntax:

Coloured is optional.

(more…)

DrawOnLastBarOnly

ProRealTime v10.3

Draw a graphical object only on the last bar (actual candlestick).

Syntax:

Instruction must be used with DefParam at the beginning of the code.

As for code optimization purpose, it is obvious that this instruction may be use with CalculateOnLastBars.


Top