fernandobrito / investments-toolkit

My personal collection of Python utilities for handling my investments
Apache License 2.0
7 stars 5 forks source link

feat: add trailing stop loss #8

Closed fernandobrito closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #8 (59ea372) into main (53a0bd7) will decrease coverage by 2.47%. The diff coverage is 54.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
- Coverage   65.38%   62.90%   -2.48%     
==========================================
  Files          15       17       +2     
  Lines         390      461      +71     
  Branches       27       38      +11     
==========================================
+ Hits          255      290      +35     
- Misses        135      167      +32     
- Partials        0        4       +4     
Impacted Files Coverage Δ
src/investmentstk/figures/common.py 0.00% <0.00%> (ø)
src/investmentstk/server.py 0.00% <0.00%> (ø)
src/investmentstk/data_feeds/cmc_client.py 88.57% <42.85%> (-11.43%) :arrow_down:
src/investmentstk/figures/candlestick.py 52.38% <52.38%> (ø)
src/investmentstk/models/asset.py 68.08% <66.66%> (+0.69%) :arrow_up:
src/investmentstk/formulas/average_true_range.py 80.64% <70.00%> (ø)
src/investmentstk/data_feeds/avanza_client.py 100.00% <100.00%> (ø)
src/investmentstk/data_feeds/data_feed.py 100.00% <100.00%> (ø)
src/investmentstk/figures/correlation.py 35.00% <100.00%> (+0.90%) :arrow_up:
src/investmentstk/models/barset.py 100.00% <100.00%> (ø)
... and 2 more

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 53a0bd7...59ea372. Read the comment docs.