MerlinR / Hexital

Hexital - Incremental Technical Analysis Library
MIT License
12 stars 2 forks source link

Issue in _verify_indicators, MissingIndicator is raised when jsut not generated, #12

Closed MerlinR closed 5 months ago

MerlinR commented 7 months ago

If you are calling any movement tools via Hexital such as crossover, while your receiving new data, E.G 2 candles with 14 EMA than no EMA is yet generated so you get the exception "MissingIndicator" when it simply hasn't started generating yet.

_verify_indicators Need's a re-write to check internal known indicators.