Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Connect Claude Code to TradingView and execute trades automatically via BitGet
| Date | Stars |
|---|---|
| 2026-07-31 | 569 |
| 2026-08-04 | 569 |
| 2026-08-06 | 569 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Claude + TradingView MCP — Automated Trading > **New to this?** Watch the previous video first — it sets up the TradingView MCP connection this builds on. [](https://youtu.be/vIX6ztULs4U) [](https://www.youtube.com/watch?v=aDWJ6lLemJU) --- ## What This Does **Five things you get from this setup:** 1. **Claude connected to your exchange** — reads your TradingView chart and executes trades on BitGet automatically 2. **A safety check** — every condition in your strategy must pass before a single trade goes through 3. **24/7 cloud execution** — deploy to a Hostinger VPS and it runs on a schedule, even when your laptop is closed 4. **Automatic tax accounting** — every trade logged to `trades.csv` with date, price, fees, and net amount, ready for your accountant 5. **Free** — no email, no course, no upsell. Everything is in this repo. --- ## The One-Shot Prompt > **This is the thing you paste.** Open Claude Code in this directory, paste the entire contents of [`prompts/02-one-shot-trade.md`](prompts/02-one-shot-trade.md), and Claude will do the rest. Here's what it does when you run it: | Step | What Claude does | |------|-----------------| | 1 | Reads your `rules.json` strategy | | 2 | Pulls live price + indicator data from TradingView | | 3 | Calculates MACD from raw candle data | | 4 | Evaluates market bias (bullish / bearish / neutral) | | 4b | Checks trade limits — daily cap and max trade size | | 5 | Runs the safety check — every entry condition checked | | 6 | Executes the trade via BitGet if all conditions pass | | 7 | Logs the trade to `trades.csv` — date, price, fees, net amount (tax-ready) | | 8 | Saves full decision log to `safety-check-log.json` | If anything fails the safety check, it stops and tells you exactly which condition failed and the actual values. No trade goes through unless everything lines up. --- ## Getting Started ### Step 1 — Paste the one-shot prompt into Claude Code Copy the entire contents of [`prompts/02-one-shot-trade.md`](prompts/02-one-shot-trade.md) and paste it into your Claude Code terminal. That's it. Claude acts as your onboarding agent — it clones the repo, walks you through connecting BitGet, sets your trading preferences, connects TradingView, optionally builds a strategy from a YouTube channel, deploys it to a Hostinger VPS, and runs the bot for the first time. Every step is interactive. It pauses when it needs something from you and handles everything else automatically. --- ## What's Happening Under the Hood For anyone who wants to understand the steps manually, or troubleshoot a specific part: ### Prerequisites - **TradingView MCP** must already be set up — built in the [first video](https://youtu.be/vIX6ztULs4U) - **Claude Code** installed and running - **A BitGet account** — [sign up here]([https://partner.bitget.com/bg/LewisJackson](https://bonus.bitget.com/LewisJackson)) for a $1,000 bonus on your first deposit - **Node.js 18+** — check with `node --version` --- ### Clone the repo **Mac / Linux:** ```bash git clone https://github.com/jackson-video-resources/claude-tradingview-mcp-trading cd claude-tradingview-mcp-trading ``` **Windows:** ```powershell git clone https://github.com/jackson-video-resources/claude-tradingview-mcp-trading cd claude-tradingview-mcp-trading ``` --- ### Add your BitGet API credentials **Mac / Linux:** ```bash cp .env.example .env ``` **Windows:** ```powershell Copy-Item .env.example .env ``` Open `.env` and fill in: ``` BITGET_API_KEY=your_api_key_here BITGET_SECRET_KEY=your_secret_key_here BITGET_PASSPHRASE=your_passphrase_here PORTFOLIO_VALUE_USD=1000 MAX_TRADE_SIZE_USD=100 MAX_TRADES_PER_DAY=3 ``` **Getting your API key:** Step-by-step guides for all supported exchanges: | Exchange | Gu
Excerpt of 10,626 characters
Read on GitHub25
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:c62a6f187fc5783b, llm:Repository description: "Connect Claude Code to TradingView and execute trades automatically via BitGet" (JavaScript project integrating Claude LLM with TradingView for automated trading).
matched fp:c62a6f187fc5783b, llm:Repository description: "Connect Claude Code to TradingView and execute trades automatically via BitGet" (JavaScript project integrating Claude LLM with TradingView for automated trading).