hejare / jaws

The Frontend (and more) microservice for Sharkster
0 stars 2 forks source link

Trades: Set more accurate TRADE_STATUS values on sell #190

Closed mold closed 1 year ago

mold commented 1 year ago
  /** order is filled and later resulted in a take-profit order. */
  TAKE_PROFIT = "TAKE PROFIT",

  /** order is filled and later resulted in a stop-loss (1) order. */
  STOP_LOSS_1 = "STOP_LOSS_1",

  /** order is filled and later resulted in a stop-loss (2) order. */
  STOP_LOSS_2 = "STOP_LOSS_2",

  /** order is filled and later resulted in a take partial profit order. */
  TAKE_PARTIAL_PROFIT = "TAKE_PARTIAL_PROFIT",