@barchart/chart-lib 2.256.2 → 2.257.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,7 @@ declare module "@barchart/chart-lib" {
127
127
  | "Sales";
128
128
 
129
129
  export type StudyFieldId =
130
+ | "AVG"
130
131
  | "MA"
131
132
  | "MA1"
132
133
  | "MA2"
@@ -395,8 +396,8 @@ declare module "@barchart/chart-lib" {
395
396
 
396
397
  export type StudyId =
397
398
  | "MA"
398
- | "MACDSIG"
399
- | "MASIG"
399
+ | "MACROSS"
400
+ | "PACROSS"
400
401
  | "MAEXP"
401
402
  | "MAHLC"
402
403
  | "MACD"