Skip to content

Release V1.2.0

Compare
Choose a tag to compare
@msaltnet msaltnet released this 21 May 10:41
· 67 commits to master since this release

v1.2.0

Simulation 속도 개선 (약 3배이상 향상)

  • interval이 1초 미만일 때, threading.Timer를 사용하지 않고 바로 핸들러 호출하도록 수정
  • d9e9b2b
    CI를 Travis -> github action으로 변경
  • 50faecd
    전략 이름 대신 코드를 사용
  • 5ea8027

기능 추가

  • 이동 평균선을 이용한 기본 전략에 간단한 ML을 추가한 StrategySmaMl 전략 추가

버그 수정

  • 텔레그램 컨트롤러에서 전략 선택 문자 비교 버그 수정

v1.2.0 (English)

Enhance simulation performance (about 3x more speedup)

  • when interval is under 1sec, call handler directly instead of using threading.Timer
  • d9e9b2b
    Change CI Travis -> github action
  • 50faecd
    Use strategy code instead of names
  • 5ea8027

New Features

Fixed Bugs

  • fix a bug for telegram controller strategy selector