dysonance / Strategems.jl

Quantitative systematic trading strategy development and backtesting in Julia
Other
163 stars 39 forks source link

Julia Version Updates #20

Closed dysonance closed 5 years ago

dysonance commented 5 years ago

Aims to address https://github.com/dysonance/Strategems.jl/issues/17.

Adapted from @femtotrader's pull request here: https://github.com/dysonance/Strategems.jl/issues/17

codecov[bot] commented 5 years ago

Codecov Report

Merging #20 into master will increase coverage by 23.24%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #20       +/-   ##
=========================================
+ Coverage   76.75%   100%   +23.24%     
=========================================
  Files          11     10        -1     
  Lines         185    123       -62     
=========================================
- Hits          142    123       -19     
+ Misses         43      0       -43
Impacted Files Coverage Δ
src/results.jl 100% <ø> (ø) :arrow_up:
src/indicator.jl 100% <ø> (+66.66%) :arrow_up:
src/Strategems.jl 100% <ø> (ø) :arrow_up:
src/rule.jl 100% <100%> (+16.66%) :arrow_up:
src/paramset.jl 100% <100%> (+31.57%) :arrow_up:
src/strategy.jl 100% <100%> (+23.17%) :arrow_up:
src/signal.jl 100% <100%> (+22.22%) :arrow_up:
src/universe.jl 100% <100%> (ø) :arrow_up:
src/portfolio.jl 100% <0%> (ø) :arrow_up:
... and 6 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 133b58f...abda9d8. Read the comment docs.

dysonance commented 5 years ago

Will merge once the latest Temporal bugfixes are released.