×

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
Open main menu

Changes

Tool Dashed3

621 bytes added, 12:24, 26 January 2012
Created page with "Constant, used in combination with TL_SetStyle to designate the Tool Dashed3 style; can be substituted by a numerical value of 5. ==== Usage ==== <syntaxhighlight>TL_Se..."
Constant, used in combination with [[TL_SetStyle]] to designate the Tool Dashed3 style; can be substituted by a numerical value of 5.

==== Usage ====
<syntaxhighlight>TL_SetStyle(TL_ID, Tool_Dashed3)</syntaxhighlight>

or:

<syntaxhighlight>TL_SetStyle(TL_ID, 5)</syntaxhighlight>

==== Example ====
Set the style of the trendline with an ID number of 3 to Tool Dashed3:

<syntaxhighlight>Value1=TL_SetStyle(3, 5);</syntaxhighlight>

Set the style of the trendline with an ID number of 3 to Tool Dashed3:

<syntaxhighlight>Value1=TL_SetStyle(3, Tool_Dashed3);</syntaxhighlight>

[[Category:Trendline Drawing]]
Anonymous user