Boolean

CCXT Futures Bot (EMA + Engulfing)

Automated Binance Futures bot using CCXT with EMA trend + engulfing entries, TP/SL automation, and leverage control.

PythonCCXTBinance FuturesEMA StrategyEngulfing PatternTP/SL AutomationLeverage ControlPandasSchedulerUTC→Asia/Yangon
CCXT Futures Bot (EMA + Engulfing) – 1
CCXT Futures Bot (EMA + Engulfing) – 2

A production-focused Python trading bot for Binance USDT-M futures built with CCXT. The bot fetches OHLCV on a configurable timeframe (e.g., 5m), computes EMA(12/26) for trend detection, and confirms entries with bullish/bearish engulfing/3-line-strike logic. It adjusts leverage via Binance Futures API, sizes orders from a USDT budget, and automatically places bracket risk management using take-profit-market and stop-market orders with a TP:SL ratio. The engine inspects existing positions and open orders to avoid duplicating TP/SL, converts timestamps to Asia/Yangon, and runs on a scheduler loop with robust logging and centralized helpers. Designed for clear separation of concerns and safe defaults, including token-gated namespaces for future Socket/alerts if extended.

Boolean — Portfolio