Skip to content

Commit

Permalink
docs(README.md): update strategies description
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Nov 14, 2024
1 parent 62b66a8 commit aae6b69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

**Strategies:**

- [x] [Grid](packages/bot-templates/src/templates/grid-bot.ts): A grid trading strategy that profits from the price fluctuation of an asset.
- [x] [RSI](packages/bot-templates/src/templates/rsi.ts): A Relative Strength Index (RSI) strategy that buys and sells based on the RSI indicator.
- [x] [DCA](packages/bot-templates/src/templates/dca.ts): Dollar-Cost Averaging (DCA) strategy that buys an asset at regular intervals.
- [x] [Grid](packages/bot-templates/src/templates/grid-bot.ts): Make profits from market fluctuations by creating a grid of buy and sell orders.
- [x] [DCA](packages/bot-templates/src/templates/dca.ts): Entry with multiple orders to average the entry price and sell on price swings.
- [x] [RSI](packages/bot-templates/src/templates/rsi.ts): Places orders based on the RSI indicator value.
- [ ] `ARB`: Arbitrage strategy that takes advantage of price differences through cross-exchange trading.
- [x] [CUSTOM](https://github.com/Open-Trader/custom-strategy): Build your own strategy in just a few lines of code

Expand Down

0 comments on commit aae6b69

Please sign in to comment.