Request: TradingView Node using @mathieuc/tradingview
package
Hi everyone ,
I’m a beginner to n8n and would love to have a custom community node for integrating with TradingView’s real-time API using the excellent @mathieuc/tradingview
npm library.
Use Case
The library allows fetching real-time market prices, indicators, screeners, hotlists, calendar events, and more — which would be extremely useful in automated workflows like:
- Trading bots
- Real-time alerts via Telegram, Discord, or Email
- Trade data & signal automation from invite-only scripts
- Machine Learning signal feeds
- Backtesting with replay mode
- Real-time execution based on personal alerts or trades
This library supports fetching data that’s normally restricted, such as:
- Real-time alerts and trade data from your own account
- Invite-only scripts and indicators
- Chart drawings and replay analysis
Library Info
- GitHub: GitHub - Mathieu2301/TradingView-API: 📈 Get real-time stocks from TradingView
- NPM: @mathieuc/tradingview - npm
Ideal Node Actions
I’d love the node to support:
getTicker
getScreenerTop
getTechnicalAnalysis
getCalendar
getHotlists
getDrawings
loginWithSession
(manual setup using session + sign)- Real-time alerts & invite-only script handling
Why I’m Requesting Help
I’m still learning n8n node development, and this library is based on WebSocket communication and sessions which are a bit advanced. It would be amazing if someone could collaborate, contribute, or even help mentor me in building this as a full community node.
Thanks in advance to anyone interested in helping or building this!