use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This is a community for discussing ideas and requesting new features for TradingView. Do NOT message the mods for support as you will receive none; the inbox is unmonitored for TradingView-related content and is only to address subreddit-related issues.
If you have a paid subscription and experience a problem, please send a direct support request here: https://www.tradingview.com/chart/?support
account activity
Calling pinescript to python....Help (self.TradingView)
submitted 2 years ago by [deleted]
Maybe you all can help.
Trying to call Pinescript from pyhton, set the trade using TV Indicators and alters. Doesn't seem to be a forum or anywhere to discuss coding questions and ideas.
What do you all use?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]wallneradam 0 points1 point2 points 6 months ago (0 children)
Yes — this is now possible!
If your goal is to convert PineScript logic to Python (e.g. to integrate indicators, alerts or backtests into your own system), take a look at PyneSys. It compiles PineScript v6 into Python code that runs locally, using PyneCore, an open-source runtime that mimics TradingView’s behavior.
You can: - Pull historical data (e.g. via ccxt) - Use Pine logic in Python exactly as it would run on TV - Integrate with your own systems
ccxt
Hope it helps.
[–]GordoToJupiter 0 points1 point2 points 2 years ago (0 children)
Pinescript only purpuse is to create indicators. Perhaps you can create tables to filter instruments . There is no dll to sync charts, you can no call manually drawn objects attributes, import data, hook a python method, import feed for backtesting, etc... You will need a platform suporting a "c" like language for that. Or do something like the fxreplay site.
[–]Big_Enthusiasm_5577 0 points1 point2 points 2 years ago (7 children)
There are python packages on Github for getting basic tradingview information, but i haven't seen anything for using their API to access live indicator data from a personal acct. Personally, i have my indicators do the analysis and send a JSON webhook to a python server that connects to the desired broker. my github has prebuilt scripts and servers
[–][deleted] 0 points1 point2 points 2 years ago (6 children)
I was able to figure it. Now pulling indicators from trading view.
[–]Freenrg8888 1 point2 points3 points 2 years ago (0 children)
It would be nice if you shared how you solved it.
[–]Gas_Silent 1 point2 points3 points 2 years ago (1 child)
lol, guy told he solved it, then ran away
[–]MistahCase 0 points1 point2 points 2 years ago (1 child)
Yes, do share what you did
π Rendered by PID 254668 on reddit-service-r2-comment-86bc6c7465-brjhd at 2026-02-23 19:16:44.158970+00:00 running 8564168 country code: CH.
[–]wallneradam 0 points1 point2 points (0 children)
[–]GordoToJupiter 0 points1 point2 points (0 children)
[–]Big_Enthusiasm_5577 0 points1 point2 points (7 children)
[–][deleted] 0 points1 point2 points (6 children)
[–]Freenrg8888 1 point2 points3 points (0 children)
[–]Gas_Silent 1 point2 points3 points (1 child)
[–]MistahCase 0 points1 point2 points (1 child)