@barchart/chart-lib 2.315.0 → 2.316.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.
@@ -127,6 +127,10 @@ declare module "@barchart/chart-lib" {
127
127
  | "Sales";
128
128
 
129
129
  export type StudyFieldId =
130
+ | "HL/2"
131
+ | "HLC/3"
132
+ | "OHLC/4"
133
+ | "HLCC/4"
130
134
  | "AVG"
131
135
  | "MA"
132
136
  | "MA1"
@@ -162,6 +166,7 @@ declare module "@barchart/chart-lib" {
162
166
  | "RSI"
163
167
  | "RSIAVG"
164
168
  | "STORSI"
169
+ | "STORSIAVG"
165
170
  | "HH"
166
171
  | "LL"
167
172
  | "PercK"
@@ -174,7 +179,9 @@ declare module "@barchart/chart-lib" {
174
179
  | "BOLLBW"
175
180
  | "BOLLBP"
176
181
  | "OBVOL"
182
+ | "OBVOLAVG"
177
183
  | "ATR"
184
+ | "ATRP"
178
185
  | "PDI"
179
186
  | "MDI"
180
187
  | "ADX"
@@ -349,6 +356,15 @@ declare module "@barchart/chart-lib" {
349
356
  | "MRS"
350
357
  | "PMO"
351
358
  | "PMOS"
359
+ | "RVOL"
360
+ | "WGALPH"
361
+ | "UPVOL"
362
+ | "DNVOL"
363
+ | "TOTVOL"
364
+ | "POC"
365
+ | "VAREA"
366
+ | "BARBACK"
367
+ | "AVWAP"
352
368
  | "KST"
353
369
  | "KSTSIG"
354
370
  | "STC"
@@ -368,6 +384,7 @@ declare module "@barchart/chart-lib" {
368
384
  | "CHOP"
369
385
  | "MACLD1"
370
386
  | "MACLD2"
387
+ | "BTI"
371
388
  | "PCUP1"
372
389
  | "PCDN1"
373
390
  | "PCUP2"
@@ -540,7 +557,8 @@ declare module "@barchart/chart-lib" {
540
557
  | "MBBANDS"
541
558
  | "CHOP"
542
559
  | "MACLD"
543
- | "PC";
560
+ | "PC"
561
+ | "PVACP";
544
562
 
545
563
  export type PlotType =
546
564
  | "Symbol"