×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

DoubleQuote

52 bytes added, 07:43, 9 February 2012
no edit summary
Displays the double-quote (") character in a string.
==== Example ==Usage ==This example demonstrates how the word Hello in double quotes can be displayed on the last bar above High: <syntaxhighlight>DoubleQuote</syntaxhighlight>
== Example ==
<syntaxhighlight>Variable: ID(-1);
 
If LastBarOnChart Then
ID = Text_New(Date, Time, High + 1 Point, DoubleQuote + "Hello" + DoubleQuote);</syntaxhighlight> This example will display the word "Hello", including double quotes, on the last bar above the high.
[[Category:Text Manipulation]]

Navigation menu