-
-
Notifications
You must be signed in to change notification settings - Fork 99
Home
Jeong Seongmoon edited this page Dec 8, 2024
·
3 revisions
It's a game to get money.
An algorithm-based automated cryptocurrency trading system with Python. https://smtm.msalt.net
"Data Gathering🔍 ➡️ Strategy Algorithm🖥️ ➡️ Realtime Trading💸" Repeat the process at a set interval
- The Data Provider module aggregates data
- Make a decision using the Strategy module
- Execute a trading via the Trader module
--- repeat --- - Create analyzing result by the Analyzer module
❗ It is not suitable for high-performance trading machines that need to process many trades in a short timeframe of seconds.
- Mass-simulation with Multi-process
- Remote Control with Jupyter Notebook
- Automated trading programs controlled by Telegram
Controlling an automated trading program using the Telegram messenger