Загрузка видео...

Не удалось загрузить видео

На главную

I OPEN-SOURCED MY CRYPTO TRADING BOT ON GITHUB. 100% FREE It's called Cabbage. A spot trading bot you can backtest, paper-trade and run live, one command each. Full step-by-step setup guide. It runs on two models: > Astra (GPT-6) built it. Smart but slow. It thinks, writes the code,...

57,421 просмотров • 2 дней назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео

I found 7 free Polymarket trading bots on GitHub for 7 different trading situations… Each of these bots comes with a detailed step by step setup and usage guide in English: 1. This bot includes 118+ ready to use strategies and tools for trading on prediction markets (Momentum, Binance-Polymarket latency, Penny Clipper, Smart Routing, Expiry Fade, DCA bots and more). Built by a Cambridge computer science student who won a hackathon with this trading bot. GitHub: 2. This bot automatically manages all your Polymarket limit orders to maximize liquidity rewards. GitHub: 3. A weather bot from a Chinese dev, that analyzes multiple sources in real time, like forecasts, airport data and aviation observations (METAR + SPECI) to get the most accurate temperature data and generate a detailed weather report for a specific city and day. GitHub: 4. A bot that automatically searches for arbitrage opportunities between Polymarket and Kalshi. GitHub: 5. This is a bot-toolkit that includes copy trading, arbitrage, market making, whale alerts, spread farming, sports trading and more… GitHub: 6. A smart money trading bot - it looks for the most successful traders in selected markets, filters them by Pnl + win rate, and then creates a list for automated copy trading. GitHub: 7. A large collection of 20+ free trading bots for prediction markets. GitHub: Every bot here has a Dry Run mode, so you can test it on real markets without risking any funds.

Recogard

42,137 просмотров • 3 месяцев назад

I built a custom TradingView indicator with Claude Code & Fable 5. It's called the Storm Gauge and is built off a real quant trading strategy. I open-sourced the full code on GitHub. Free to install, free to fork, yours to improve. Here's how to install a quant indicator on your TradingView chart: What it actually is The Storm Gauge is a live implementation of the GARCH model, a Nobel Prize-winning volatility framework that real quant desks run daily. It forecasts how "violent" tomorrow's market could be by combining three inputs: an asset's baseline volatility, yesterday's shock, and where volatility was already sitting before that shock happened. It doesn't predict market direction. Instead, it measures risk, in real time, on your actual chart. How to install it Method 1. Plugin command Open the GitHub repo: Find the installation section, copy the command, and paste it into Claude Code. It runs the plugin install automatically. Method 2. Manual config Open garchmethod.md in the repo, copy the entire file, and paste it into Claude Code. It fetches the skill files directly and verifies the strategy for you. (you only need one method; I'm just showing both) Getting it onto your TradingView chart Inside the repo, there's a Pine Script folder. Open it, copy the entire file. Go into TradingView's Pine Editor, paste it in, hit Enter, and refresh. That's it. The Storm Gauge now runs live on your chart as a real number. Once it's installed, just talk to it: → "What's the volatility forecast on Bitcoin?" → "Explain what the current volatility forecast means on $BTC and how it should impact my position sizing" → "Help me size my S&P500 position according to current market volatility" Does it actually work? I backtested the same EMA cross strategy two ways across 15 years of BTC data. Same entries, same exits. → Fixed position sizing: $17,957 final equity → Storm Gauge (GARCH) sizing: $21,205 final equity Fewer drawdowns, less risk, better result. Full breakdown of the entire build process in my recent article - pinned on my profile.

Miles Deutscher

56,625 просмотров • 2 месяцев назад

8 free Polymarket Trading Bots on GitHub (from Beginner Friendly to Advanced Level). Each of these repos comes with a detailed step by step setup and usage guide in English. > Beginner Level - 5 min setup 1. This bot includes 120 ready to use strategies and tools for trading on prediction markets (Binance-Polymarket latency, Smart Routing, Penny Clipper, Momentum, DCA bots, Expiry Fade and more). It was built by a Cambridge computer science student who won a hackathon with this bot. GitHub: 2. A trading bot with a Smart Money strategy - it finds top traders in selected markets, filters them by Pnl, win rate, stable performance and then creates a list for automated copy trading. GitHub: 3. This is a bot toolkit that includes Polymarket - Kalshi arbitrage, whale alerts, market making, spread farming, sports trading and more. GitHub: 4. A weather trading bot from Chinese dev that analyzes different sources in real time, like forecasts, airport data and aviation observations (METAR + SPECI) to get the latest temperature data and generate a detailed weather report for a specific city and day. GitHub: 5. A huge collection of 30+ free trading bots and services for prediction markets. GitHub: > Advanced bot setup 1. This bot analyzes the real trading behavior of any Polymarket trader. It finds repeated patterns in his trades, shows which strategies he uses and helps you understand how to adapt them to your own trading. GitHub: 2. A bot that automatically manages all your limit orders on Polymarket to maximize liquidity rewards. GitHub: > A full ML weather model 1. A machine learning weather model that learns from weather forecasting errors. Instead of blindly trusting forecasts, it analyzes how different weather sources have historically overestimated or underestimated temperature values in specific cities and conditions. Then it automatically adjusts new forecasts to produce more accurate predictions. GitHub: All of these bots also support Dry Run mode, so you can test them on real markets without risking any funds.

Recogard

58,826 просмотров • 2 месяцев назад

CHINESE ENGINEERS JUST WROTE CLAUDE SCRIPT AND TURNED $6.02 INTO $3.3 MILLION ON POLYMARKET Nobody tells you about them and you still think this is a person placing bets manually I guess. Let me disappoint you, this is a fully automated script built by Chinese engineers 100%. This is true. They called it PHANTOM X. It runs completely through Claude. Their account here: Result: $6.02 -> $3,354,000. Win rate 71%. Biggest win: $179,000 (single bet). I’m copying their trades here: (Just added their wallet to TG bot 0xee613b3fc183ee44f9da9c05f53e2da107e3debf, it's so easy) How the bot works: -> It simultaneously tracks thousands of sports markets on Polymarket and Kalshi. -> Finds discrepancies between the platforms. -> Enters positions faster than any human could imo. Just three strategies in one: -- Pairs Trading: the bot sees YES on the Rockets at $0.62 while NO is at $0.41. Total = $1.03 instead of $1.00. That’s a 3% risk-free profit. It enters automatically within milliseconds. -- Sentiment AI: scans Twitter (X) and news in real time. If something big breaks, it recalculates the probability in 2 seconds before the market reacts. -- Calendar + Volatility: 15–20 minutes before the game, volatility spikes. The bot takes positions early and closes after the first major move. Why sports is perfect? Sports O/U markets have clear paired contracts that should total exactly $1.00, but constant deviations create reliable arbitrage. This is exactly how [sovereign2013] built $3.35M. > A human physically cannot monitor 50+ markets at once, react in milliseconds, stay awake 24/7, avoid emotions after losses, and run Z-scores on 60 bars of data. > The bot does all of this in parallel without breaks. Manual trading is dying. The automation era has arrived. Start learning Claude now. If you’re interested in writing your own bot on Polymarket: Comment the word "BOT" Like and repost this post Follow me (so I can message you easly) And within 24 hours I will send you a full manual on how to build a bot that can earn $2,900+/month. Also SAVE this info and article.

slash1s

16,145 просмотров • 5 месяцев назад

🚨 JUST IN: CHINA just released an AI EMPLOYEE that works 24X7 on its own. 100% OPEN SOURCE. It researches, codes, builds websites, creates slide decks, and generates videos. All by itself. All on your computer. It's called DeerFlow. You give it a task. It makes a plan, spins up its own team of sub-agents, and gets to work. You come back and there's a finished deliverable waiting. Not a draft. Not a summary. The actual thing. Not a chatbot. Not a research assistant. An AI with its own computer that works while you sleep. Here's what it does on its own: → Spawns multiple sub-agents in parallel, each tackling a different piece of your task, then combines everything into one finished output → Writes real code, runs it, reads the results, and fixes its own mistakes without asking you once → Builds slide decks, websites, full research reports, and data dashboards from scratch → Remembers you across sessions. Your writing style. Your tech stack. Your preferences. Gets better every time. → Reads files you upload, works with them inside its own filesystem, hands you clean finished outputs → Searches the web, runs commands, calls any tool you plug in Here's how it thinks: You give one instruction. The lead agent makes a plan. Sub-agents fan out and work in parallel. Results come back. Everything gets synthesized. You get a deliverable. A single research task might split into a dozen sub-agents, each exploring a different angle, then converge into one finished website with generated visuals. Here's the wildest part: DeerFlow 2.0 launched on February 28th 2026 and hit number 1 on all of GitHub Trending the same day. Version 2.0 was a complete rewrite. Zero shared code with version 1. Because users kept using it for things the team never intended. Data pipelines. Dashboards. Entire content workflows. The community told them what it needed to become. So they burned it down and rebuilt it. 22.7K GitHub stars. 2.7K forks. Built by ByteDance 100% Open Source. MIT License.

Kanika

738,832 просмотров • 6 месяцев назад