+1 888 340 6572

Text

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.