Crate tatk_derive

Crate tatk_derive 

Source
Expand description

Derives for the tatk crate.

Derive Macrosยง

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