Releases: Open-Trader/opentrader
Releases Β· Open-Trader/opentrader
v1.0.0-beta.28
What's Changed
- fix: trade events not cleared after bot stopped
Full Changelog: v1.0.0-beta.27...v1.0.0-beta.28
v1.0.0-beta.27
What's Changed
- Support SL in DCA strategy (#93)
- Added --host and --port params to CLI (#95) by @montymi
- Replaced Express.js with Fastify (#90) by @montymi
- Trading engine improvements
- UI: Added Strategies page
- UI: Improved Orders and Trades tables
- UI: Move debugging buttons to the bottom in UI
- UI: Proxying fetch candles request (Gate.io CORS issue)
- Generate DTS files using dts-bundle-generator (#101)
- Logging improvements
New Contributors
Full Changelog: v1.0.0-beta.26...v1.0.0-beta.27
v1.0.0-beta.26
What's Changed
- feat: add Bitget exchange support (#83) by @Dark25
- feat: specify price for Market buy orders when required by exchange (#84) by @bludnic
- chore: upgrade TypeScript to v5.7.2
- chore: upgrade Node.js to v22
- chore: upgrade ccxt to v4.4.41
- chore: upgrade prisma to v6 (#77)
- chore: upgrade zod (#79)
- chore: minor dependencies upgrade (#81)
- chore: logging improvements
- feat(platform): add
opentrader status
command - docs(README.md): update strategies description
- docs(README.md): add Reddit community badge
New Contributors
Full Changelog: https://github.com/bludnic/opentrader/commits/v1.0.0-beta.26