kInitialPivotPointsState top-level constant

MatexBaseCoreState const kInitialPivotPointsState

Implementation

const kInitialPivotPointsState = MatexBaseCoreState(
  closePrice: 0,
  highPrice: 0,
  lowPrice: 0,
  method: MatexPivotPointsMethods.standard,
  openPrice: 0,
);