ta-lib-rt icon indicating copy to clipboard operation
ta-lib-rt copied to clipboard

Output of TA_SUM_State is wrong

Open dinhduongha opened this issue 1 year ago • 0 comments

In file ta_SUM.c, function TA_SUM_State output is: VALUE_HANDLE_DEREF(outReal) = inReal;

Correct value must be: VALUE_HANDLE_DEREF(outReal) = _state->tempSum;

dinhduongha avatar Jan 17 '24 01:01 dinhduongha