dinhduongha

Results 4 issues of dinhduongha

Use Microsoft.AspNetCore.Authentication.OpenIdConnect / Microsoft.AspNetCore.Authentication.OAuth

The functions `int TA_[MYINDICATOR]_State(void* _state, dataArguments, outArguments)` will change _state. Sometimes, we want to **keep _state for real-time data**. For example: If we calculate SUM volume or EMA of time-frame...

enhancement

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;`

bug

Hi, Can you add some more TAs: VWAP - Volume Weighted Average Price VP - Volume Profile VWMA - Volume Weighted Moving Average SUPERTREND - Supertrend ATRP ICH - Ichimoku...