@blackphoenixslo/trading-bot-framework
Version:
A comprehensive framework for building trading bots with support for TradingView, various market data providers, MongoDB, Google Sheets, and Discord alerts.
19 lines (12 loc) • 647 B
Markdown
A comprehensive framework for building trading bots, integrating with TradingView, various market data providers like MarketCap and Bybit, MongoDB, Google Sheets, and Discord alerts.
- Integration with TradingView for trading strategies.
- Fetch market data from sources like MarketCap and Bybit.
- Store and manage data using MongoDB.
- Update and manage orders and positions via Google Sheets.
- Send trade alerts and notifications through Discord.
```bash
npm install @<YOUR_USERNAME>/trading-bot-framework
const TradingBotFramework = require('@blackphoenixslo/trading-bot-framework');