2W-12
2W-12
Let's take weekly BINANCE:BTCUSDT indicator since beginning (14.08.2017) and do ATR with period=7 and RMA with period=7. Python results: ```python import pandas as pd import talib as ta df =...
Guys, anyone have solution to match builtin tradingview ATR indicator ? Data is so different in comapre to qtpylib.atr
Hello, anyone can help to fix this: ``` x Out[178]: x.transactions[1].outputs[1].addresses Out[179]: ['nonstandardafad2456e5fd6732199d77546c9526255fa66b77'] ``` But bitcoin-cli returns everything correct ``` root@b:~# bitcoin-cli getrawtransaction edd9212daaeb9ac51ce6f5a8b7ff096c74d4aada71615beb9cd1e0858d5ebe60 1 { "txid": "edd9212daaeb9ac51ce6f5a8b7ff096c74d4aada71615beb9cd1e0858d5ebe60", "hash": "5361e2dd2475f86433fd7cf409ca96884a9f53bfcd20bda16cdcdeaf23d74ca0",...
Hi, any ideas how to implement [TradingView Pine RMA](https://www.tradingview.com/pine-script-reference/v4/#fun_rma) ?
There is still ATR differences with TradingView built-in indicator. Following issue https://github.com/freqtrade/technical/issues/26 when it was fixed, now there is difference again.