msaltnet / smtm

It's a game to get money
https://smtm.msalt.net
MIT License
91 stars 96 forks source link

RSI 전략을 추가 #39

Closed johnverkim closed 2 years ago

johnverkim commented 2 years ago

RSI 전략을 추가하였습니다.

codecov-commenter commented 2 years ago

Codecov Report

Merging #39 (5cd383a) into master (a12b565) will decrease coverage by 1.82%. The diff coverage is 66.05%.

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   91.52%   89.70%   -1.83%     
==========================================
  Files          26       27       +1     
  Lines        2880     3089     +209     
==========================================
+ Hits         2636     2771     +135     
- Misses        244      318      +74     
Impacted Files Coverage Δ
smtm/simulator.py 89.86% <0.00%> (-2.50%) :arrow_down:
smtm/telegram_controller.py 86.86% <33.33%> (-0.55%) :arrow_down:
smtm/controller.py 82.82% <37.50%> (-4.27%) :arrow_down:
smtm/mass_simulator.py 79.51% <43.75%> (-2.61%) :arrow_down:
smtm/strategy_rsi.py 70.22% <70.22%> (ø)
smtm/analyzer.py 95.34% <87.50%> (-0.23%) :arrow_down:
smtm/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a12b565...5cd383a. Read the comment docs.