UNPKG

@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
# Trading Bot Framework A comprehensive framework for building trading bots, integrating with TradingView, various market data providers like MarketCap and Bybit, MongoDB, Google Sheets, and Discord alerts. ## Features - 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. ## Installation ```bash npm install @<YOUR_USERNAME>/trading-bot-framework const TradingBotFramework = require('@blackphoenixslo/trading-bot-framework');