TradingView-API
TradingView-API copied to clipboard
๐ Get real-time stocks from TradingView
from jan 1, 2020 to dec 31, 2020 chart.setMarket('BINANCE:BTCEUR', { timeframe: '240', range: 2, // Can be positive to get before or negative to get after to: 1600000000, });
**Describe the bug** Error shows up when I run CustomTimeframe example **To Reproduce** node examples/CustomTimeframe.js ${SESSION} **Expected behavior** No error msg should show up **Environment:** - OS: MAC OS -...
Looking to know if through this i can get 1min candle data for multiple symbols? As an example. Multiple symbols are DJI index and Aaple stock and there data as...
Hey first of all thank you very much for this awesome library. I was wondering if you could add the ability to add alerts at specific prices on different symbols...
Mathieu, I would like to hire you to set this thing up for me. I wouldn't know how and though I am slowly learning more about code I think its...
Hi Mathieu!! your library looks great man! Ive browsed through the examples but the only feature Im looking for is to draw lines and dots upon a chart like this:...
**Describe the bug** FakeReplay function is rarely working as Im getting returned the same day most of the time. **To Reproduce** Basically just using the FakeReplay.js of the examples /...
are you have solution for get buy and sell signal on indicators ? for example on STD;Supertrend Indicator I appreciate you a lot 
hello, there is a question, public strategy backtest has "strategyReport.trades" data๏ผIndicator id: STD;Supertrend%Strategy but private strategy backtest has no "strategyReport.trades" data, Indicator id: USER;0dab3bee3026488c9c5c139aed1f1c06 Thanks very much. test code -----------------...