Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 2.04 KB

README-en_us.md

File metadata and controls

43 lines (28 loc) · 2.04 KB

smtm

build status license language codecov

It's a game to get money.

An algorithm-based automated cryptocurrency trading system made in 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

Architecture

Layered Architecture for Scalability and Maintainability

More information 👉Wiki

smtm component