Skip to content

Commit

Permalink
chore: bump types file
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotucks committed May 14, 2024
1 parent 178a22f commit 07d187c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions packages/automation/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,16 @@ export enum TriggerType {
DmaSparkPartialTakeProfitV2 = 134,
DmaAaveTrailingStopLossV2 = 10006,
DmaSparkTrailingStopLossV2 = 10007,
DmaMorphoBlueBasicBuyV2 = 135,
DmaMorphoBlueBasicSellV2 = 136,
DmaMorphoBluePartialTakeProfitV2 = 137,
DmaMorphoBlueStopLossV2 = 138,
DmaMorphoBlueTrailingStopLossV2 = 10008,
// DmaMorphoBlueBasicBuyV2 = 135,
// DmaMorphoBlueBasicSellV2 = 136,
// DmaMorphoBluePartialTakeProfitV2 = 137,
// DmaMorphoBlueStopLossV2 = 138,
// DmaMorphoBlueTrailingStopLossV2 = 10008,
DmaMorphoBlueBasicBuyV2 = 139,
DmaMorphoBlueBasicSellV2 = 140,
DmaMorphoBluePartialTakeProfitV2 = 141,
DmaMorphoBlueStopLossV2 = 142,
DmaMorphoBlueTrailingStopLossV2 = 10009,
}

export const TrailingStopLossTriggers = [
Expand Down

0 comments on commit 07d187c

Please sign in to comment.