PoorRican / tradr-rs

0 stars 0 forks source link

Create function to generate `FutureTrade` #18

Closed PoorRican closed 3 months ago

PoorRican commented 3 months ago

Strategy should have a function which accepts a candle, and outputs a Option<FutureTrade>. There is functionality in Portfolio that should be refactored over to Strategy.