Text

From MultiCharts
Jump to navigation Jump to search

Returns the string consisting out of the transferred arguments.

Usage

Text(Param1, Param2, ..., ParamN);

Where:

ParamN - a string expression, numeric expression or True/False value.

Example

Text_new(D,T,C, Text("Bar Date/Time is ", Date:0:0,"/", Time:0:0) );

Will plot "Bar Date/Time is 1120120/2159" on the chart if the bar date is January 20th, 2012 and the time 21:59.