Skip to content

Commit

Permalink
docs: add custom strategy template
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Nov 9, 2024
1 parent a83a1ec commit 5858492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

- [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`: Dollar-Cost Averaging (DCA) strategy that buys an asset at regular intervals.
- [x] [DCA](packages/bot-templates/src/templates/dca.ts): 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.
- [x] `CUSTOM`: Build your own strategy in just a few lines of code
- [x] [CUSTOM](https://github.com/Open-Trader/custom-strategy): Build your own strategy in just a few lines of code

# 🤖 State of the Project

Expand Down

0 comments on commit 5858492

Please sign in to comment.