msaltnet / smtm

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

add _periodic_internal_get_score to SimulationOperator #34

Closed johnverkim closed 2 years ago

johnverkim commented 2 years ago

SimulationOperator 에도 주기적으로 그래프를 생성할 수 있도록 기능을 추가하였습니다.

codecov-commenter commented 2 years ago

Codecov Report

Merging #34 (692cc73) into master (dbc3478) will decrease coverage by 0.09%. The diff coverage is 84.00%.

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage   91.64%   91.54%   -0.10%     
==========================================
  Files          26       26              
  Lines        2812     2838      +26     
==========================================
+ Hits         2577     2598      +21     
- Misses        235      240       +5     
Impacted Files Coverage Δ
smtm/telegram_controller.py 87.58% <71.42%> (-0.72%) :arrow_down:
smtm/simulation_operator.py 88.00% <90.90%> (+0.50%) :arrow_up:
smtm/mass_simulator.py 82.12% <100.00%> (ø)
smtm/simulation_data_provider.py 96.29% <100.00%> (ø)
smtm/simulation_trader.py 97.14% <100.00%> (ø)
smtm/strategy_sma_0.py 93.29% <100.00%> (-0.04%) :arrow_down:
smtm/upbit_data_provider.py 88.57% <100.00%> (ø)
smtm/upbit_trader.py 93.49% <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 6f68ea3...692cc73. Read the comment docs.