Crate tatk_derive

source ·
Expand description

Derives for the tatk crate.

Derive Macros

  • Enables the close() method. Returns the closing value for the candle.
  • Enables the high() method. Returns the highest value for the candle.
  • An internal value used to calculate additional details on composite indicators.
  • Enables the low() method. Returns the lowest value for the candle.
  • Enables the open() method. Returns the opening value for the candle.
  • Enables the period() method. Period is the window of data to process.
  • Enables the volume() method. Returns the volume value for the candle.