# 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');