Dmitry
Dmitry
What is the purpose of splitting into categories? How do you think it should be implemented: throw `enum`, module system or something other?
Hello @hardvain ! Thank you for you message. For now I don't have any strict roadmap for this library. All I know is that next features will be Heikin Ashi...
I think it should be a method first. There are lot of different patterns, so we can't encode them in [`IndicatorResult`](https://docs.rs/yata/0.4.0/yata/core/struct.IndicatorResult.html). So we can't create raw indicator. If we create...
Can you provide some simple example on rust/go/python/c/js? TV scripts is not so easy to read. For now I don't understand what it should be. It is also better to...
Technically speaking, exponential moving average family uses the whole historical values you provide and does not have a fixed size window (like `SMA`, `WMA`, etc do). Something similar happening with...
I don't know what do you mean by "reliable and usable moving averages", but all the methods are pure mathematical operations with all the pros and cons of this fact....
> Perhaps we can at least agree that YaTa is typically used for analysis of trading prices. No. I personally use moving averages for other technical purposes, that does not...
> About that _TA_SetUnstablePeriod_ mentioned earlier, it's described here: https://ta-lib.github.io/d_api/ta_setunstableperiod.html It describes what the issue with EMA/DEMA/TEMA is and how one can set the unstable period for these averages. TA-Lib...
> @amv-dev Hi! How can I contact you? you can write a letter to [email protected]
This bug happens for me explicitly in neovim `0.10`. Works fine in neovim `0.9`