Module yata::core

source ·
Expand description

Some useful features and definitions

Structs§

  • Simple Candlestick structure for implementing OHLCV
  • Every Indicator proceed an input of OHLCV and returns an IndicatorResult which consist of some returned raw values and some calculated signals.
  • Window is a circular buffer where both start and end pointers always point to a single element.

Enums§

  • Action is basic type of Indicator’s signals
  • Crate errors enum
  • Source enum represents common parts of a Candle

Traits§

Type Aliases§