Open ingted opened 1 year ago
Thanks @ingted. I'll keep this in mind when getting back to:
It might make sense for our next v3 preview to focus on providing all the static increments functions as part of the public
API. That would allow users to do their own instrumentations. Adding something like this makes sense.
We've already started down this path anyway:
Related to #1091
It seems like the indicator values are calculated for the whole input each time.
Is there any possibility to add incrementally update version?
Here are my workaround for the Adx indicator:
Adx.Api.cs
AdxSeries.cs
The usage in F#:
I just need to input the AdxResult list, the AdxHelper and the offset, it will only calculate start from the offset. I know this looks ugly... but I have no elegant way...