https://github.com/msaltnet/smtm
It's a game to get money
https://github.com/msaltnet/smtm
algorithm-trading cryptocurrency python telegram-bot trading-bot
Last synced: 24 days ago
JSON representation
It's a game to get money
- Host: GitHub
- URL: https://github.com/msaltnet/smtm
- Owner: msaltnet
- License: mit
- Created: 2019-11-03T12:21:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-04-25T15:06:27.000Z (24 days ago)
- Last Synced: 2026-04-25T16:23:54.434Z (24 days ago)
- Topics: algorithm-trading, cryptocurrency, python, telegram-bot, trading-bot
- Language: Python
- Homepage: https://smtm.msalt.net
- Size: 69 MB
- Stars: 99
- Watchers: 10
- Forks: 101
- Open Issues: 0
-
Metadata Files:
- Readme: README-ko-kr.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# smtm
[](https://github.com/msaltnet/smtm/actions/workflows/python-test.yml)
[](https://github.com/msaltnet/smtm/blob/master/LICENSE)

[](https://codecov.io/gh/msaltnet/smtm)
> It's a game to get money.
파이썬 알고리즘기반 암호화폐 자동매매 프로그램. https://smtm.msalt.net
[English](https://github.com/msaltnet/smtm/blob/master/README.md) 👈
[](https://smtm.msalt.net/)
"데이터 수집🔍 ➡️ 알고리즘 분석🖥️ ➡️ 실시간 거래💸" 프로세스를 정해진 간격으로 반복 수행
1. Data Provider 모듈이 데이터 취합
2. Strategy 모듈을 통한 알고리즘 매매 판단
3. Trader 모듈을 통한 거래 처리
--- 반복 ---
4. Analyzer 모듈을 통한 분석
❗ 초 단위의 이하 짧은 시간에 많은 거래를 처리해야하는 고성능 트레이딩 머신으로는 적합하지 않을 수 있습니다.

## 주요기능
- 멀티프로세스 대량시뮬레이션
- Jupyter Notebook을 활용 원격컨트롤
- 텔레그램 챗봇 자동거래 프로그램
텔레그램 메신저를 사용해서 자동매매 프로그램 컨트롤


## Architecture
확장성과 유지보수성을 갖춘 Layered Architecture
더 자세한 내용은 👉[smtm wiki](https://github.com/msaltnet/smtm/wiki/2.-%EC%95%84%ED%82%A4%ED%85%8D%EC%B2%98)

## CodeLabs for smtm
- [시뮬레이션 CodeLab](https://smtm.msalt.net/codelab/smtm-simulation/)
- [모의 투자 CodeLab](https://smtm.msalt.net/codelab/smtm-demo/)
- [암호화폐 자동매매 시스템 만들기 with 파이썬 - 보충 수업](https://smtm.msalt.net/codelab/smtm-after-school/)
## 관련 도서
"암호화폐 자동매매 시스템 만들기 with 파이썬" 도서 - [교보문고](http://www.kyobobook.co.kr/product/detailViewKor.laf?mallGb=KOR&ejkGb=KOR&barcode=9788997924967) [예스24](http://www.yes24.com/Product/Goods/107635612) [알라딘](https://www.aladin.co.kr/shop/wproduct.aspx?ItemId=289526248)
[](http://www.kyobobook.co.kr/product/detailViewKor.laf?mallGb=KOR&ejkGb=KOR&barcode=9788997924967)
**더 많은 정보는 👉[smtm wiki](https://github.com/msaltnet/smtm/wiki)**