NETIndicator

SetCloud (int cloudNumber, int index, double value1, double value2, int color1, int color2, GradientMode gradientMethod, int offset) METHOD (Return: void)
Sets the two values into clouds buffer; SYNTAX public void SetCloud (int cloudNumber,int index,double value1,double value2,int color1,int color2,Gradie...
Thu, Apr 26, 2018 at 9:17 AM
SetIndexDrawBegin (int index, int drawBegin) METHOD (Return: void)
Sets the bar number (from the data beginning) from which the drawing of the given indicator line must start; SYNTAX public void SetIndexDrawBegin (int ...
Thu, Apr 26, 2018 at 9:20 AM
SetIndexEmptyValue (int index, double value) METHOD (Return: void)
Sets drawing line empty value; SYNTAX public void SetIndexEmptyValue (int index,double value) PARAMETERS index — int value — double RETURN ...
Thu, Apr 26, 2018 at 9:22 AM
SetIndicatorLine (string name, Color color, int width, LineStyle style) METHOD (Return: void)
Sets the properties for a new indicator's line SYNTAX public void SetIndicatorLine (string name,Color color,int width,LineStyle style) PARAMETE...
Thu, Apr 26, 2018 at 9:25 AM
SetLevelLine (string name, double level, Color color, int width, LineStyle style) METHOD (Return: void)
Sets the horizontal line at the level of the Y-axis. SYNTAX public void SetLevelLine (string name,double level,Color color,int width,LineStyle style) ...
Thu, Apr 26, 2018 at 9:29 AM