Skip to content

Commit

Permalink
added TimeSeries to module requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
milktrader committed Nov 4, 2014
1 parent 2d01dda commit f1f9127
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/MarketTechnicals.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
if VERSION < v"0.4-"
using Dates, StatsBase
using Dates, TimeSeries, StatsBase
else
using Base.Dates, StatsBase
using Base.Dates, TimeSeries, StatsBase
end

module MarketTechnicals

if VERSION < v"0.4-"
using Dates, StatsBase
using Dates, TimeSeries, StatsBase
else
using Base.Dates, StatsBase
using Base.Dates, TimeSeries, StatsBase
end

export sma, ema,
Expand Down

0 comments on commit f1f9127

Please sign in to comment.