Skip to content

visualmoney/smtm

 
 

Repository files navigation

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

About

It's a game to get money

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.7%
  • Jupyter Notebook 9.3%