시스템자가 보고크립토Pythonbinancebinance-botmacdmacd-indicatormetatrader

algorithmic_trading_bot

Python Trading Bot for Algorithmic Trading. Integrates with MetaTrader 5, Binance

시스템 구조

활용 데이터
BinanceOHLCV/호가/체결 데이터
규칙 / 전략

저장소별 전략/실행 조건 확인 필요

실행

거래소 API 기반 자동 주문 실행

에디터 요약

저장소 설명과 공개 메타데이터 기준으로 Python 기반 구현, 암호화폐 거래 봇, 기술적 분석, 뉴스·소셜 신호 성격의 프로젝트로 파악했습니다. 확인 근거는 README, 저장소 토픽, 저장소 설명, GitHub 지표, 파이프라인 필드이며, 주요 데이터는 Binance, OHLCV/호가/체결 데이터입니다. 전략/실행 조건은 저장소별 문서와 코드 확인이 필요하며, 실행 방식은 "거래소 API 기반 자동 주문 실행"라고 보수적으로 기록했습니다. GitHub 지표는 별 151개, 포크 57개입니다.

저장소jimtin/algorithmic_trading_bot
제작자jimtin
스타 / 포크★ 151 / 57
최근 업데이트2025-04-09
스냅샷 시점2026-07-08 (아래 README는 이 시점의 사본입니다)

아래는 제3자가 작성·공개한 오픈소스 코드입니다. QuantField는 해당 코드의 동작과 안전성을 보증하지 않으며, 설치·실행 전 코드를 직접 검토하시기 바랍니다.

README

Main Bot

This bot is designed to be used in conjunction with our various media forms, such as YouTube and Medium. It is not intended to be used as a standalone product.

Join Our Community

We love connecting with our audience! Join us on the following links:

  1. Discord: https://discord.gg/wNYYGaMGfd
  2. Telegram: https://t.me/TradeOxySupportBot

How To Guides and Tutorials

YouTube

Series: Build Your Own MetaTrader 5 Python Trading Bot

YouTube channel TradeOxy contains tons of helpful content on how to use the Algo Trading Bot or build one for yourself. Check out these episodes:

  1. Secure Setup
  2. Connect To MetaTrader 5 with Python
  3. Retrieve 50000 Candlesticks from MetaTrader
  4. Add the EMA Indicator to Your Algorithmic AutoTrading Bot
  5. How to Install TALib on Windows
  6. Build Your Own AutoTrading Bot EMA Cross Detector
  7. How to Trade the EMA Cross Strategy with Your AutoTrading Bot
  8. How to Convert Your AutoTrading Bot Strategy into BUY and SELL Signals
  9. How to Calculate Lot Size for Your MetaTrader 5 Python Trading Bot
  10. How to Create Orders with Your MetaTrader Python Trading Bot
  11. How to Create Orders with Your MetaTrader 5 Python Trading Bot Pt 2
  12. Advanced Order Management with MetaTrader 5 Python Trading Bot
  13. Never Miss a CandleStick with Your MetaTrader 5 Python Trading Bot
  14. Manage Every Trade with Your MetaTrader 5 Python Trading Bot
  15. Multi-Strategy Trading Accounts with MetaTrader 5 Python Trading Bot

Series: All About Technical Indicators

  1. How to Install TALib on Windows
  2. All About the MACD: Moving Average Convergence/Divergence
  3. Build Your Own MACD Indicatr with MetaTrader 5 and Python
  4. Build Your Own MACD Crossover Strategy with MetaTrader 5 and Python
  5. Build Your Own MACD Zero Cross Strategy with MetaTrader 5 and Python

Series: Build Your Own Crypto Trading Bot with Binance and Python

  1. How to Connect to Binance with Python
  2. How to Retrieve Historical Data from Binance with Python
  3. How to Calculate the RSI Indicator with Python
  4. Build Your Own RSI Strategy with Python and Binance

Blog Articles

Medium articles are a great way to learn about the Algo Trading Bot and how to use it. If you're into text based tutorials, check out these articles:

Technical Indicators

  1. MACD Indicator Explained, with Examples, Strategies, Limitations, and a little bit of Code
  2. [How to Add the MACD Indicator to Your MetaTrader 5 Python Trading Bot](https://medium.com/@appnologyjames/ho