0

I wanted to get Binance indicator data for a specific date because they are calculating indicator's data for years ago and when I calculate EMA/MACD myself, it differs. Binance is using TradingView's charts.

Since I don't find an API that does that, do you guys know a workaround to get this data? Even if that includes WebClient/HttpWebRequest.

TradingView's chart: https://www.tradingview.com/chart/

Binance's chart: https://www.binance.com/en/trade/pro/BTC_USDT?interval=1m

enter image description here

nop
  • 4,711
  • 6
  • 32
  • 93

2 Answers2

2

you can get Chart data and then use Skender.Stock.Indicators Library to get your indicator

Moslem7026
  • 3,290
  • 6
  • 40
  • 51
0

There is no way to do this. The TV don't allow to import thirdparty data

Andrey D
  • 1,534
  • 1
  • 5
  • 7
  • I'm not talking about importing third party data. I'm talking about getting their data. Getting EMA(5), EMA(10), EMA(20) for a specific date. – nop Mar 05 '20 at 11:12
  • If you want to get indicator's data from BINANCE.com and display them in your TV chart this is impossible too. – Andrey D Mar 05 '20 at 17:26