×

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.

Tool Dashed3 - MultiCharts
Open main menu

Constant, used in combination with TL_SetStyle to designate the Tool Dashed3 style; can be substituted by a numerical value of 5.

Usage

TL_SetStyle(TL_ID, Tool_Dashed3)

or:

TL_SetStyle(TL_ID, 5)

Example

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

Value1=TL_SetStyle(3, 5);

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

Value1=TL_SetStyle(3, Tool_Dashed3);