SystemSelf reportedCryptoPythonbinancebinance-botmacdmacd-indicatormetatrader

algorithmic_trading_bot

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

System Structure

Data Used
BinanceOHLCV/호가/체결 데이터
Rules / Strategy

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

Execution

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

Editor Summary

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

Repositoryjimtin/algorithmic_trading_bot
Creatorjimtin
Stars / Forks★ 151 / 57
Last Updated2025-04-09
Snapshot Date2026-07-08 (README below is a copy from this date)

This is third-party open-source code. QuantField does not guarantee its behavior or safety. Review the code before installing or running it.

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