Skip to main content

Module types

Module types 

Source

Structs§

AdxOutput
ADX (Average Directional Index) output values.
BollingerOutput
Bollinger Bands output values.
Candle
A single OHLCV bar.
MacdOutput
MACD output values.
PivotOutput
Pivot points output values.
StochasticOutput
Stochastic oscillator output values.

Enums§

ExitReason
Why an exit was triggered.
MantisError
Common error type for the crate.
PriceSource
Which price field to use as input source.
Side
Trading direction.
Signal
Signal emitted by strategy evaluation.
Timeframe
Candle timeframe.

Type Aliases§

Result
Convenience result alias.