Skip to content
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

icon_wide_gold

"Data Gathering🔍 ➡️ Strategy Algorithm🖥️ ➡️ Realtime Trading💸" Repeat the process at a set interval

  1. The Data Provider module aggregates data
  2. Make a decision using the Strategy module
  3. Execute a trading via the Trader module
    --- repeat ---
  4. 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.

smtm-procedure

Features

  • 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

smtm_bot

smtm-telegram-mode

Related Book

smtm-book