@@ -27,7 +27,7 @@ export class IndicatorDirective extends ComplexBase<IndicatorDirective> {
2727
2828
2929 /**
30- * Defines the type of the technical indicator
30+ * Defines the type of the technical indicator.
3131 * @default 'Sma'
3232 */
3333 public type : any ;
@@ -52,7 +52,7 @@ export class IndicatorDirective extends ComplexBase<IndicatorDirective> {
5252 */
5353 public colorName : any ;
5454 /**
55- * Defines the period, the price changes over which will define the %D value in stochastic indicators
55+ * Defines the period, the price changes over which will define the %D value in stochastic indicators.
5656 * @default 3
5757 */
5858 public dPeriod : any ;
@@ -73,12 +73,12 @@ export class IndicatorDirective extends ComplexBase<IndicatorDirective> {
7373 */
7474 public enableComplexProperty : any ;
7575 /**
76- * Sets the fast period to define the Macd line
76+ * Sets the fast period to define the Macd line.
7777 * @default 26
7878 */
7979 public fastPeriod : any ;
8080 /**
81- * Defines the field to compare the current value with previous values
81+ * Defines the field to compare the current value with previous values.
8282 * @default 'Close'
8383 */
8484 public field : any ;
@@ -96,7 +96,7 @@ export class IndicatorDirective extends ComplexBase<IndicatorDirective> {
9696 */
9797 public high : any ;
9898 /**
99- * Defines the look back period, the price changes over which will define the %K value in stochastic indicators
99+ * Defines the look back period, the price changes over which will define the %K value in stochastic indicators.
100100 * @default 14
101101 */
102102 public kPeriod : any ;
@@ -107,21 +107,21 @@ export class IndicatorDirective extends ComplexBase<IndicatorDirective> {
107107 */
108108 public low : any ;
109109 /**
110- * Defines the appearance of lower line in technical indicators
110+ * Defines the appearance of lower line in technical indicators.
111111 */
112112 public lowerLine : any ;
113113 /**
114- * Defines the appearance of the the MacdLine of Macd indicator
114+ * Defines the appearance of the the MacdLine of Macd indicator.
115115 * @default { color: '#ff9933', width: 2 }
116116 */
117117 public macdLine : any ;
118118 /**
119- * Defines the color of the negative bars in Macd indicators
119+ * Defines the color of the negative bars in Macd indicators.
120120 * @default '#e74c3d'
121121 */
122122 public macdNegativeColor : any ;
123123 /**
124- * Defines the color of the positive bars in Macd indicators
124+ * Defines the color of the positive bars in Macd indicators.
125125 * @default '#2ecd71'
126126 */
127127 public macdPositiveColor : any ;
@@ -137,22 +137,22 @@ export class IndicatorDirective extends ComplexBase<IndicatorDirective> {
137137 */
138138 public open : any ;
139139 /**
140- * Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators
140+ * Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.
141141 * @default 80
142142 */
143143 public overBought : any ;
144144 /**
145- * Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators
145+ * Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.
146146 * @default 20
147147 */
148148 public overSold : any ;
149149 /**
150- * Defines the period, the price changes over which will be considered to predict the trend
150+ * Defines the period, the price changes over which will be considered to predict the trend.
151151 * @default 14
152152 */
153153 public period : any ;
154154 /**
155- * Defines the appearance of period line in technical indicators
155+ * Defines the appearance of period line in technical indicators.
156156 */
157157 public periodLine : any ;
158158 /**
@@ -175,27 +175,27 @@ export class IndicatorDirective extends ComplexBase<IndicatorDirective> {
175175 */
176176 public segments : any ;
177177 /**
178- * Defines the name of the series, the data of which has to be depicted as indicator
178+ * Defines the name of the series, the data of which has to be depicted as indicator.
179179 * @default ''
180180 */
181181 public seriesName : any ;
182182 /**
183- * Enables/Disables the over-bought and over-sold regions
183+ * Enables/Disables the over-bought and over-sold regions.
184184 * @default true
185185 */
186186 public showZones : any ;
187187 /**
188- * Sets the slow period to define the Macd line
188+ * Sets the slow period to define the Macd line.
189189 * @default 12
190190 */
191191 public slowPeriod : any ;
192192 /**
193- * Sets the standard deviation values that helps to define the upper and lower bollinger bands
193+ * Sets the standard deviation values that helps to define the upper and lower bollinger bands.
194194 * @default 2
195195 */
196196 public standardDeviation : any ;
197197 /**
198- * Defines the appearance of the upper line in technical indicators
198+ * Defines the appearance of the upper line in technical indicators.
199199 */
200200 public upperLine : any ;
201201 /**
0 commit comments