amv-dev / yata

Yet Another Technical Analysis library [for Rust]
Apache License 2.0
321 stars 49 forks source link

Categorize indicators #7

Open hardvain opened 3 years ago

hardvain commented 3 years ago

Categorize the indicators based on their characteristics. The main 3 types of indicators are

  1. Momentum Based Indicators
  2. Volume Based Indicators and
  3. Volatility Based Indicators
amv-dev commented 3 years ago

What is the purpose of splitting into categories? How do you think it should be implemented: throw enum, module system or something other?