TradingView-API
TradingView-API copied to clipboard
📈 Get real-time stocks from TradingView
I have set websocket to prodata ... I tested on 1D timeframe: //I initiated my vip session chart.setMarket(_INSTRUMENT, { timeframe: '1D', from : fromunixtimestap, to : tounixtimestmap }); then i...
```json { "ask": 375.45, "beta_1_year": 1.0076145, "bid": 375.41, "ch": -6.7, "chp": -1.74, "country_code": "US", "currency_code": "USD", "current_session": "post_market", "description": "SPDR S&P 500 ETF TRUST", "dividends_yield": 1.6079565, "exchange": "Cboe BZX", "fractional":...
It would be good to have a way to manage alerts programatically. **Describe the solution you'd like** Ideally a way to create a new alert from a custom indicator. And...
closes https://github.com/Mathieu2301/TradingView-API/issues/142
regular ``` ~m~152~m~{"m":"quote_add_symbols","p":["qs_6NGU6pXLpVVI","={\"adjustment\":\"splits\",\"currency-id\":\"USD\",\"session\":\"regular\",\"symbol\":\"BATS:SPY\"}"]} ``` extended ``` ~m~153~m~{"m":"quote_add_symbols","p":["qs_6NGU6pXLpVVI","={\"adjustment\":\"splits\",\"currency-id\":\"USD\",\"session\":\"extended\",\"symbol\":\"AMEX:SPY\"}"]} ```
Hey im not entirely sure how to dance with javascript, i hoping to find clear and concise detailed installation instructions. After you help me i'd also love to jot down...
1. This might not be your library's fault. It might be the indicator, it might be the TradingView API itself. I have a program that connects, binds a chart +...
I'm not able to get future data like crude oil, es mini. It throws error with message `(ser_1) Symbol error`
Hello. I have discovered that some symbols don`t stream ask and bid prices. After subscription I receive only quote_completed message. Is there any way to get ask and bid streaming...
**Describe the bug** Setting both `replay` and `to` appears to cause the replay mode to play the same candle repeatedly. **To Reproduce** Go to the [ReplayMode](https://github.com/Mathieu2301/TradingView-API/blob/main/examples/ReplayMode.js) example, and use the...