Skip to content

NNTrade/indicators

Repository files navigation

Description

Framework with indicators

Naming

IN_M(P|P)[D|D]

IN - Indicator name in CammelCase M - metioc of indicator (optional value if indicator has several values) P|P - parameters of indicator splitted by '|' D|D - dependency columns splitted by '|'

Example:

  • EMA(7)[CLOSE]
  • BB_H(120|2)[HIGH|LOW] + BB_L(120|2)[HIGH|LOW]

Install

NNTrade.indicators @ git+https://git@github.com/NNTrade/indicators.git#egg=NNTrade.indicators

About

Indicators for trading robots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published