Module yata::indicators::example[][src]

Expand description

This is an example indicator

It has a Configuration with parameters price, period and source.

The idea is to find signals where price of timeseries crosses this config’s price for the last period frames.

Structs

Example config for the indicator Configuration

Example IndicatorInstance implementation