Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
flare9x committed Aug 17, 2018
2 parents d4a6f59 + ed74cc2 commit ea25fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Outside contributions are welcome!

## Usage
```julia
Pkg.clone("https://github.com/flare9x/MarketCycles.jl")
add https://github.com/flare9x/MarketCycles.jl
```

Each indicator function requires an input of a single dimension array of Float64 type. Each indicator function has its own set of arguments which change the level of some parameter. This may be the length of a look back period, the high or low pass periods or bandwidth value. For example we may call ```@doc function_name``` to see the associated documentation for the specific indicator function:
Expand Down Expand Up @@ -136,7 +136,7 @@ One may line up the reversals to the turning points within the data!
SuperSmoother, Decycler, Decycle_OSC, BandPassFilter, DominantCycle, HurstCoefficient, HPLPRoofingFilter,
ZeroMeanRoofingFilterK0, ZeroMeanRoofingFilterK1, RoofingFilterIndicator,
ModifiedStochastic, ModifiedRSI, AutoCorrelationIndicator, SingleLagAutoCorrelationIndicator, AutoCorrelationPeriodogram,
AutoCorrelationReversals, DFT, AdaptiveRSI, AdaptiveStochastic
AutoCorrelationReversals, DFTS, AdaptiveRSI, AdaptiveStochastic
```
Feel free to explore any of the functions with:

Expand Down

0 comments on commit ea25fd8

Please sign in to comment.