Serhii Potapov

Results 76 comments of Serhii Potapov

@AlgoQ Hi, can you explain with examples? What prevents you from feeding 201 values instead of 500?

If I got your idea, in the example you provide `TypicalPrice` is just a stateless indicator, which is in a nutshell a function. Quick googling does not prove that end...

@lukesneeringer Pong. Sorry for delays, I barely have time these days because of personal reasons.

@xelra Thanks for the report. If you want it soon I'd recommend you implementing the indicator and opening a PR.

@pindaroso Go ahead. (even though, history of PRs stuck is a little bit discouraging). I'll try to find some time to handle issues/PRs for ta.

@lukesneeringer Hi. This question was already raised in https://github.com/greyblake/ta-rs/issues/15 . I tend to say that we do not need it and close the issue, but I'd like to hear from...

Decimals important for storing money and making operations with money, I do agree. But this does not apply to technical analysis. I would argue that precision of `f64` is more...

@lukesneeringer Hi, thanks for reaching me. I still hold the same opinion as before (decimal is MUST for prices, money amounts in bookkeeping, but not for TA indicators). Unfortunately I...

### My thinking process: ta EMA's k = `2 / (period + 1)` (not `2 / (period - 1)`). What makes: `2 / (period + 1) = 1 / (0.5...

+1 for ability to write relative paths.