Technical Analysis with TradingView in Python

preview_player
Показать описание
In this video today we learn how to easily do technical analysis with TradingView in Python.

DISCLAIMER: This is not investing advice. I am not a professional who is qualified in giving any financial advice. This is a video purely about programming using financial data.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💼 Services 💼

🌐 Social Media & Contact 🌐
Рекомендации по теме
Комментарии
Автор

and here I am calculating my own indicators in c++ haha.. I had no idea this existed. Nice video.

cassolmedia
Автор

Ich trade seit über 10Jahre, recht erfolgreich. Ich finde es aber spannend, damit tägliche Jobs evtl. zu automatisieren oder Alarms geben zu lassen, wie z.B. für gute Trading-Gelegenheiten, ohne dass man hier einen extra Service monatlich buchen muss, bei dem der Betrag nicht gerade gering ist, und oft Informationen enthält, die man gar nicht braucht.
Tolles Video - danke dafür!

tamgaming
Автор

man you're so well-versed in many different branches of Python. Thank you so much

AliceShisori
Автор

can I get historical data using that library?

samirabaza
Автор

I have local database table with Symbol, Date, Open, High, Low, Close, Volume columns. getOHLCfromDB(symbol, startdate, enddate) is the fuction which will extract OHLC data. I would like handler to work on extracted dataframe df. Is there possibilities to analysis for my local data.

aryalsubsc
Автор

Hi . Thank you for the information if I can see when the stock goes above or below the anchor VWAP and set an anchor VWAP when the volume is more than 1.5 times the average in 10 days it is possible?, can you give me a clue how to do it .
Thank you again.

EduardoMarck-jomt
Автор

Recommendation for buying BTC was right ;)

PulseToLiFe
Автор

Como podría extraer esos datos de análisis histórico x ejemplo los últimos 10 o 20

alexanderpentonmartinez
Автор

Hi! thanks for the wonderful video. Can i get this for all 500 stock and export it in a csv file ?

kdigitals
Автор

I don't see how this would be superior to just using the tradingview website, so I imagine the purpose of this TA_handler is to import the data you need to code your own script to potentially execute trades on a brokerage that allows automated trading? I'm trying to combine my basic python knowledge and technical analysis skills for a fun but simple (to start) programming project. I'm still a relative beginner with python but i did pass the python institute's PCEP exam so I do know the basics. If I ever develop enough programming skill, i'd love to create a program that triggers potential pivots off of elliot wave theory patterns but I can only imagine how complex this could be with all the rules and guidelines.

Wavetheory
Автор

Thank you. Do you know if it is in Python possible to collect historical stock data from TV with Python?

aketo
Автор

What is it basing the buy/sell signals off of? Is it taking the data from all those indicators it listed and forming its own opinion? And what are its parameters for forming this opinion? Its all very well putting a ticker into it and being given a buy/sell signal, but its important to understand why/how its giving you that signal.

RD-omnj
Автор

Buddy is it possible to get the eps estimate, do we have any params?

MrBharani
Автор

Nice. If you can make a video about OpenBB it would be cool

MagnusAnand
Автор

awesome! looking forward to them adding more indicators. they don't have the one I need yet. but if we can pull the prices into the script, we can just feed it into TALib and just get the indicator value there.

oliverli
Автор

these indicators are also mentioned in Trading view. where i can check .. but nice vedio

ocpldoc
Автор

This is awesome, keep these videos up!

mikesara
Автор

Cool. Does this give real time data as well?

jithendras
Автор

Wouldn't tradingview ban you sooner or later for making requests to them?

amadejglasencnik
Автор

One of the things that makes me hate python, is how fast python libraries die. Every time I search on a library, it is either no longer maintained or just archived.

sinan_islam