DoubleQuote
From MultiCharts
Displays the double-quote (") character in a string.
Usage
DoubleQuote
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.