Cryptoloop is an automated crypto trading system built on AWS Lambda. It reads market signals, scores confluence, and executes trades on Binance — 24/7, with zero emotion.
Performance
Process
Every hour, the bot fetches OHLCV candle data from Binance and the Fear & Greed Index. It runs RSI, MACD, Bollinger Bands and EMA crossover calculations in real time.
Each signal gets a weighted confluence score (0–1). A 200 EMA trend filter blocks buys during downtrends. Only scores above 0.75 trigger a trade decision.
Approved trades fire as aggressive limit orders on Binance. An OCO order immediately locks in a take-profit (+3%) and stop-loss (−1.5%) simultaneously.
Intelligence
Infrastructure
Follow the build on Instagram or send a message directly. Happy to talk strategy, tech stack, or results.