Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 375 Bytes

Chart Pattern Detection

A toolbox for detection of classic candlestick chart patterns.

Installation

Not currently available in Hex. Please reference this repo to install:

def deps do
  [
    {
      :chart_pattern_detection,
      git: "https://github.com/ElixirTradingTools/chart_pattern_detection.git",
      ref: "<commit hash here>"
    }
  ]
end