Syntax
Public Sub LineWeight(chart_id As Long, name As string, value As Integer)
Description
This function used to set the weight for specific drawing indicator line.
Parameters
Key | Description |
chart_id | Chartidentifier, value of type Long. |
name | specific Indicator name to set the wight for it , value of type String. |
value | Value between 1-5 that indicate for lineweight , value of type Integer. |
Return value
No returned value.
Sample
Public Sub main () LineWeight (0,Inidicator name, 2) End sub
See Also