You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crypto Trading Algorithm on Binance.US (Single Person Project)
Overview
Makes us of Binance's API to gather data and make trades based on historical kline data. The algorithm can perform trend analysis by using exponential moving
averages to detect upward/downward trends for a the desired cryptocurrency.
Development Language
Python
Technical Anaylsis for Detecting Trends (Full Chart View)
Zoomed View
About
Detects upward/downward trends using charts. Analyzes charts using exponential moving averages. Data obtained using Binance's API.