kInitialProfitAndLossState top-level constant

MatexBaseCoreState const kInitialProfitAndLossState

Implementation

const kInitialProfitAndLossState = MatexBaseCoreState(
  position: MatexPosition.long,
  positionSize: 0,
  fixedCosts: 0,
  entryPrice: 0,
  exitPrice: 0,
  taxRate: 0,
);