DoubleQuote

From MultiCharts
Revision as of 07:02, 11 February 2012 by 176.8.90.7 (talk) (→‎Usage)
Jump to navigation Jump to search

Displays the double-quote (") character in a string.

http://www.buyxanaxonlinepill.com/ xanax buy online - generic xanax online

Example

Variable: ID(-1);

If LastBarOnChart Then 
   ID = Text_New(Date, Time, High + 1 Point, DoubleQuote + "Hello" + DoubleQuote);

This example will display the word "Hello", including double quotes, on the last bar above the high.