PoorRican / tradr-rs

0 stars 0 forks source link

`Strategy.get_signals` should return dataframe #11

Closed PoorRican closed 3 months ago

PoorRican commented 3 months ago

The Strategy.get_signals function should return a dataframe where each column is appropriately named. This requires that each indicator should be aware of its own name (implemented by #12). The function should be renamed to get_all_signals.

Another function should be created, get_signals, which takes into account the Consensus type and returns a single column of Strategy decisions.