PoorRican / tradr-rs

0 stars 0 forks source link

Create a `CandleProcessor` trait #29

Closed PoorRican closed 2 months ago

PoorRican commented 2 months ago

Create a trait CandleProcessor which provides an interface for the functions process_historical_candles and process_new_candles. Strategy and Indicator should both use this trait.