Sets the properties for a new indicator's line


SYNTAX

public void SetIndicatorLine (string name,Color color,int width,LineStyle style)


PARAMETERS


name — string


The visual name of the linecolor — Color


The color of the linewidth — int


The width of the line. Should be between 1 and 10


style — LineStyle


The draw style of the line


RETURN

void