stopLossTakeProfit method

MatexStopLossTakeProfitCalculator stopLossTakeProfit({
  1. MatexBaseCoreState? state,
  2. List<MatexStateValidator>? validators,
})

Implementation

MatexStopLossTakeProfitCalculator stopLossTakeProfit({
  MatexBaseCoreState? state,
  List<MatexStateValidator>? validators,
}) {
  return matexStopLossTakeProfit(
    config: config,
    defaultState: state,
    validators: validators,
  );
}