×

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 Dashed

616 bytes added, 12:21, 26 January 2012
Created page with "Constant, used in combination with TL_SetStyle to designate the Tool Dashed style; can be substituted by a numerical value of 2. ==== Usage ==== <syntaxhighlight>TL_Set..."
Constant, used in combination with [[TL_SetStyle]] to designate the Tool Dashed style; can be substituted by a numerical value of 2.

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

or:

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

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

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

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

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

[[Category:Trendline Drawing]]
Anonymous user