@barchart/chart-lib 2.348.0 → 2.350.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chart-lib/barchart.chart.d.ts +12 -5
- chart-lib/barchart.chart.js +12 -12
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +13 -6
chart-lib/package.json
CHANGED
|
@@ -164,8 +164,10 @@
|
|
|
164
164
|
"BOLLBU",
|
|
165
165
|
"BOLLBL",
|
|
166
166
|
"BOLLBM",
|
|
167
|
+
"BOLLW",
|
|
168
|
+
"BOLLP",
|
|
167
169
|
"BOLLBW",
|
|
168
|
-
"
|
|
170
|
+
"BOLLBWA",
|
|
169
171
|
"OBVOL",
|
|
170
172
|
"OBVOLAVG",
|
|
171
173
|
"ATR",
|
|
@@ -329,7 +331,6 @@
|
|
|
329
331
|
"DIFA",
|
|
330
332
|
"DOSCH",
|
|
331
333
|
"DOSCS",
|
|
332
|
-
"BOLLSQ",
|
|
333
334
|
"TTMSQZON",
|
|
334
335
|
"TTMSQZOFF",
|
|
335
336
|
"TTMSQZOSC",
|
|
@@ -377,7 +378,12 @@
|
|
|
377
378
|
"PCUP3",
|
|
378
379
|
"PCDN3",
|
|
379
380
|
"PCTD",
|
|
380
|
-
"PCTP"
|
|
381
|
+
"PCTP",
|
|
382
|
+
"TDIPRC",
|
|
383
|
+
"TDITSL",
|
|
384
|
+
"TDIMBL",
|
|
385
|
+
"TDIUPR",
|
|
386
|
+
"TDILWR"
|
|
381
387
|
]
|
|
382
388
|
},
|
|
383
389
|
"generalField": {
|
|
@@ -572,7 +578,7 @@
|
|
|
572
578
|
"BBANDS",
|
|
573
579
|
"BWIDTH",
|
|
574
580
|
"BPERC",
|
|
575
|
-
"
|
|
581
|
+
"BBANDW",
|
|
576
582
|
"OBVOL",
|
|
577
583
|
"ATR",
|
|
578
584
|
"ATRP",
|
|
@@ -688,7 +694,8 @@
|
|
|
688
694
|
"BTI",
|
|
689
695
|
"PC",
|
|
690
696
|
"GREEKS",
|
|
691
|
-
"PVACP"
|
|
697
|
+
"PVACP",
|
|
698
|
+
"TDI"
|
|
692
699
|
]
|
|
693
700
|
},
|
|
694
701
|
"annId": {
|
|
@@ -2023,7 +2030,7 @@
|
|
|
2023
2030
|
},
|
|
2024
2031
|
"version": {
|
|
2025
2032
|
"type": "integer",
|
|
2026
|
-
"minimum":
|
|
2033
|
+
"minimum": 154,
|
|
2027
2034
|
"multipleOf": 1
|
|
2028
2035
|
}
|
|
2029
2036
|
},
|