2W-12

Results 6 comments of 2W-12

> I assume most of the difference is RMA which is different than TA-Lib uses: > > https://github.com/TA-Lib/ta-lib/blob/master/src/ta_func/ta_ATR.c#L281 Any ideas how to do same RMA as [TradingView](https://www.tradingview.com/pine-script-reference/v4/#fun_rma) using pandas/numpy ?...

> This might help you: > > https://stackoverflow.com/questions/48055618/how-tradingview-pine-script-rma-function-works-internally Not really helping. TradingView using formula as mentioned there (https://www.tradingview.com/pine-script-reference/v4/#fun_rma) ``` pine_rma(src, length) => alpha = 1/length sum = 0.0 sum :=...

Link u gave me it's same code in link i gave in initial post. I wish to do it pythonic way, i tried almost everything, but can't achieve results and...

Unfortunately it doesn't give correct results. Example: ```python close = np.array([4086.29, 4310.01, 4509.08, 4130.37, 3699.99, 3660.02, 4378.48, 4640.0, 5709.99, 5950.02]) # with period=3 on tradingview rma(close, 3) will give following...

I mentioned clearly 'built-in' indicator. NOT written by 3rd party. As TradingView nowadays used almost by everyone I believe many people relay on it. And it was discussed already in...

After this commit I can see a lot of errors: ``` 55457: 63971567bab83516916f3a443ae92c48303fe840dc210bd9ad87e3ee81106101 getdescriptorinfo error: There was an error. Check your console. Failed to find vout address from OP_DUP OP_HASH160...