Skip to content

Commit

Permalink
docs(README.md): add ARB strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic authored Jul 28, 2024
1 parent 6e1ff44 commit 951444f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [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.
- [ ] `DCA`: Dollar-Cost Averaging (DCA) strategy that buys an asset at regular intervals.
- [ ] `ARB`: Arbitrage strategy that takes advantage of price differences through cross-exchange trading.

# Quick start

Expand Down

0 comments on commit 951444f

Please sign in to comment.