karlwancl / Trady

Trady is a handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading. It is built based on .NET Standard 2.0.

Home Page:https://lppkarl.github.io/Trady

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update problem

redquantum opened this issue · comments

Hello dear friend,

CCI cannot calculate correctly after the last update.

Thank you

@redquantum The CCI calculation may have different definition according to different web site, I get a similar issue #103 on the CCI calculation and has fixed it once and pass the test case. Would like to know if you get a wrong calculation or a exception?

I am sure it was doing wrong because it was working correctly on the binance exchange before, but now it is working incorrectly. When I started using the old version again, the error improved. In the old version, the Data matches the stock market every second.

I keep using the old version. We would appreciate if you publish the blocks of code changing in a file when the update is made.

Thank you very much..

@redquantum I should've updated the code in the commit 8565997 you can double check the block of code there.