i always find the correlation between developers and traders very interesting, coming from a traders perspective and a developer this is probably one of the most important video topics you need to continue. Using data sets and limited plotting and or strategy techniques in a python environment and the ability to connect ones own complex strategies is the way of future of trading Algorithms
Dear God, Your rays of light enlighten us every day even more! And once again you surprise us with a video beyond any request!! The accumulation of the different TradingView indicators is a genius idea... so God or genius, keep enlightening us... We are a fan!!! Many thanks for you so interresting work !!!!!! Just implemented in an existing testing strategy (which gives some medium results) ... waiting for verdict in few days to see if it's performance has been improved or not ! ;-)
You are a pure dimond. Hats off to your knowledge. all these days of my struggle in Indian stock market ends with your video. I am learning Python, so that i can replicate your code in my machine. Can you please tech me how connect this output to a Algo framework? GOD bless you bro. Love your work ❤
Wow never knew this module exists! Please proceed with your plan to create a trading bot and especially the backtest part sounds super interesting. Great video!
Looking forward the next video where you implement this strategy in a trading bot. As complete rookie in trading, this was the strategy I thought of in order to identify the "useful" indicators. Thank you and please continue your great work
I use openAi codex to routinely to translate Pine-script strategies into Python code from Tradingview functionality and complexity, regardless you do great work keep going.
As always pure gold content ! Really interested to see how it could go once launched for days as backrest. Also wondering if you could think about expanding on mean average profit optimization when it comes to optimization of parameters of some bots ! Thank you !
Hi, The information in this video was very useful and I tried the same on my system setup and it worked like charm. Thank you. A request which you may consider. All your knowledge sharing is around cryptos which is great and we would love if you create some content on stocks/Futures/Options as well. There is lot which can be done by marrying IT knowledge and Trading in this area as well. I am sure you can bring out very useful things for your viewer's community. Appreciate your great effort.
This is very interesting and I will be testing this on Indian markets. Please share more of your precious suggestions and bot details if possible. Thanks again for this video.
since I've got a Pro+-Account for tradingview and use it a lot.......I'm looking forward to see more content regarding python and tradingview. Thank you.
Please make a course or a roadmap to learning python specifically for stock analysis, chart analysis, getting trade signals using charts and statistical analysis of stocks. I mean create a roadmap on the course tailored cut for only stock analysis . Like, if I want to code an indicator which is a line that connects price points (actually pivot points), high, low, and closing prices as required in a chart. the pivot points should have a certain percentage price difference as I want, thereby filtering out price movements of lower amplitude. I need to code such indicators and strategies . I need a roadmap to such coding knowledge of python specifically for stock analysis. Regards Farid
Great stuff. Thank you. Good idea to backtest a bot with that lib. Juste a question : i see you do a lot of testing after tou implement the bot, but the backtesting you do usually is manual vectorised difference between buy and sell. My question did you ever use "vectorbt" and if so did you have any problems with forward looking bias while doing so. Anyways thank you for the stuff you do, and good continuation.
Nice content thank you my question is you didn't show how to set up the indicators , what recommendation and how ? What is the indicator strategy you didn't mention is an important part
Great!!! Found what I was looking for days. However, I have a couple of queries, which if you can help me with understanding the results. When you get the summary, we have output such as {"RECOMMENDATION": "BUY", "BUY": 8, "NEUTRAL": 6, "SELL": 3}, right? Now, how do I find out which of the indicators are recommending a 'BUY', which of them recommending a 'SELL', and which of them are recommending NEUTRAL? For some of the straight-forward and most frequently used indicators such as SMA, EMA, RSI, Stochastic Oscillator etc can be ascertained. However, for indicators such as ADX, Mom, and others, is there any way of finding which one is recommending what? Also, I want to know what are the other indicators such as RSI[1], ADX_DI[1], Mom[1], AO[1], AO[2], etc. Can you please provide some directions / docs / help on the above is much appreciated. Thanks!!
Hey Algovibes just watched my first video of yours ever, this one. Instant subscribe! And I'm leaving this comment just to say that although I have experience in trading and bots, I'm basically a beginner when it comes to any real coding and python specifically. But I am already a big fan of your delivery and instruction method. I wish you huge success and I hope to grow personally along with your channel as it grows too.
Thanks for the video! Great content. Yes very interesting, can you store the signal values in a database and after read the database to make a backtest analysis of profitability?
Hey, cooles Video. Man sollte die Indicators in eine db schreiben und mithilfe von Zeitreihenanalysen der highs und low eines coins Korrelationen zwischen in Kombination auftretenden Indikatoren ermitteln. Wenn man dann sieht, welche Indikatoren auf welcher Zeitachse und in welchem Markt die zuverlässigsten sind, könnte man sie je Coin gewichten und dann daraus einen Bot bauen :)
hello. how can i see the class structure and other codes of tradingview_ta as a library ? thnx for the video ) BTW i installed and code works fine but double clicking on the tradngview_ta does not help with the problem.
Hello Algovibes, Great Video, I have tried print('Symbol: '+symbol) print(output.get_analysis().indicators["close"]) for multiple closing price, which works. I wonder if there is any way that I can put the output in dataframe so I could download as csv file in better looking. Like Symbol is first column and Close price is in second column. Now the out put is row by row. Thank you
thanks for sharing,i was searching something like that! actually i have a strategy in trading view that i want to run on python,will this be possible using the pythong-tradingview library? Thanks!
Welcome mate, thanks a lot for watching :-) Well I am pretty sure the library is lightweight and you cannot yo that. What you could do is code the strategy from scratch or with a backtesting library in Python.
Very interesting library! It'd be very interesting coding a bot based on this library. A side question, do you know if it's possible to download data from tradingview at a minute level using this (or other) library? do you know where to get stock data at a minute level? Thanks, keep the good work!
Didn’t trade based on this, won’t do that without an in depth long term backtest nor I recommend to use this for reliable trading signals. It’s just a playground with the library as clearly stated in the video. Cheers!
A nice video and I was very happy to get such a helpful code. However, after I used it, with 1 minute and next 5 minute intervals, I found the results are different. The one that give 'buy' recommendation in 1 min. interval, it becomes 'sell' recommendation for 5 min interval etc. How to then decide what recommendation is correct?
I wasn't able to find ETF's such as SPY or SPX within the American NYSE screener. Is there a way to run this code with those tickers instead of crypto tickers?
The best video of the month, Thanks for sharing this with us, Is there anyway to get MVRV indicator please, I am going to pay and join your group in a minute.
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.
i always find the correlation between developers and traders very interesting, coming from a traders perspective and a developer this is probably one of the most important video topics you need to continue. Using data sets and limited plotting and or strategy techniques in a python environment and the ability to connect ones own complex strategies is the way of future of trading Algorithms
Will see what I can do :-)
so much money and time we spend just to find money in a Ponzi scheme!!
We need a complete algorithmic trading course 🔥🔥🔥
I am working on building a system with Python + Tradingview indicators. I would love to see more videos on this topic!
Great! Be kindly invited to check out my other stuff then.
This is gold dude!, hopefully their buy and sell conditions can be customized
Let's see ;-) Thanks for watching mate
Dear God,
Your rays of light enlighten us every day even more! And once again you surprise us with a video beyond any request!! The accumulation of the different TradingView indicators is a genius idea... so God or genius, keep enlightening us... We are a fan!!!
Many thanks for you so interresting work !!!!!!
Just implemented in an existing testing strategy (which gives some medium results) ... waiting for verdict in few days to see if it's performance has been improved or not ! ;-)
Haha, thank you very much mate :-)
Be invited to share your results as well!
Mega. Ich zieh mir jedes Video von dir rein. Das trading view jetzt auch n lib hat, war neu für mich. Danke für deinen Einsatz und dein Wissen.
Danke für deinen Support mein Lieber
Waiting for the next video in this series already!
Awesome. Thanks a lot Rahul
You are a pure dimond. Hats off to your knowledge. all these days of my struggle in Indian stock market ends with your video. I am learning Python, so that i can replicate your code in my machine. Can you please tech me how connect this output to a Algo framework? GOD bless you bro. Love your work ❤
Thank you so much Shyam, appreciate your positive attitude!
Loving this approach. it is my first experience to have live data pull using python. please continue
awesome. Be kindly invited to check out my other stuff :-) Let me know if you don't find something you are looking for!
Wow never knew this module exists!
Please proceed with your plan to create a trading bot and especially the backtest part sounds super interesting.
Great video!
Thanks a lot for your feedback :-)
Looking forward the next video where you implement this strategy in a trading bot. As complete rookie in trading, this was the strategy I thought of in order to identify the "useful" indicators. Thank you and please continue your great work
Thanks Valentin for your comment! :-) Will see what I can do!
This is pure gold! I am very interested in seeing how this can be implemented in a trading bot. Thank you as you help us learn.
Thank you very much Folashade. Happy to read that!
I use openAi codex to routinely to translate Pine-script strategies into Python code from Tradingview functionality and complexity, regardless you do great work keep going.
Thanks a lot for your kind words Alan! That also sounds quite interesting.
It will be great to implement this in a trading bot for scalping. Awesome content. You should be the God of Algo Trading on youtube.
Thanks a lot for your kind words my friend!
As always pure gold content ! Really interested to see how it could go once launched for days as backrest. Also wondering if you could think about expanding on mean average profit optimization when it comes to optimization of parameters of some bots ! Thank you !
Thank you very much Romeo!
You never fail my expectation of an awesome experience in learning. I always recommend you to my like minded friends
King 👑
Very interesting, you definitely should continue uploading this type a video
Will see what I can do, thanks a lot for watching and your comment :-)
Hi, The information in this video was very useful and I tried the same on my system setup and it worked like charm. Thank you. A request which you may consider. All your knowledge sharing is around cryptos which is great and we would love if you create some content on stocks/Futures/Options as well. There is lot which can be done by marrying IT knowledge and Trading in this area as well. I am sure you can bring out very useful things for your viewer's community. Appreciate your great effort.
Thank you very much mate! I have a ton of content on stocks as well. Be invited to check out the Python for Finance playlist!
The code worked like a charm. Thanks for the detailed explanation.
Welcome mate, thanks a lot for watching!
Working through these videos. Love your content.
thank you mate :-)
Brilliant tip, thank you. Yes, please make a follow-up video with the mentioned functions.
Thanks for watching man. Will see what I can do!
This is very interesting and I will be testing this on Indian markets. Please share more of your precious suggestions and bot details if possible.
Thanks again for this video.
Thanks a lot for watching Ishan. Appreciate your comment! Let me know your results on the Indian market.
Great stuff, I found what I am searching for. Please continue making videos on Tradingview + Python.
Hey Vivek, thanks a lot for your feedback!
Please we need more of this content. Also continue with the trading bot This serie of videos will be interesting
Thanks for the feedback Luke. Already published the follow up video - be invited to check that out and let me know what you think!
This is a fascinating approach! I will follow this. Thanks!
Appreciate your comment man. Be invited to check out my other stuff!
Good stuff, thanks Algovibes
Welcome mate. Appreciate your comment! 🙂
since I've got a Pro+-Account for tradingview and use it a lot.......I'm looking forward to see more content regarding python and tradingview. Thank you.
Be invited to check out the follow up video on this and let me know what you think!
Yes - very interested.
Thanks for your feedback :-)
This is great. Please continue
Thanks mate! There already is a follow up video. Be invited to check that out
Many thanks for taking the time for these videos
Most welcome! Thanks again Marc.
Hi, yes please continue with more tradingview screening content. Danke
Will see what I can do. Thank you very much for watching :-)
Very interesting, please continue this series. I'm also going to run a similar script for a couple of days.
How did it go ?
Awesome content. Please continue in this topic.
Thanks my friend! Already covered the next part. Be invited to check that out and let me know what you think!
Please make a course or a roadmap to learning python specifically for stock analysis, chart analysis, getting trade signals using charts and statistical analysis of stocks.
I mean create a roadmap on the course tailored cut for only stock analysis .
Like, if I want to code an indicator which is a line that connects price points (actually pivot points), high, low, and closing prices as required in a chart. the pivot points should have a certain percentage price difference as I want, thereby filtering out price movements of lower amplitude. I need to code such indicators and strategies . I need a roadmap to such coding knowledge of python specifically for stock analysis.
Regards
Farid
Yes please more Tradingview algo videos !
Will See what I can do :-) Thanks a lot for your feedback!
very much interested . let continue . I am going to join
sorry i couldn't .. you tube is stuck. i will join tomorrow. this is golden content.
No hurries man :-) Thanks a lot for your support anyhow!
I would love to see you test this sir💪🏽
Yes very interested. Keep up the good work.
Thanks a lot Mike!
Great stuff. Thank you. Good idea to backtest a bot with that lib.
Juste a question : i see you do a lot of testing after tou implement the bot, but the backtesting you do usually is manual vectorised difference between buy and sell. My question did you ever use "vectorbt" and if so did you have any problems with forward looking bias while doing so.
Anyways thank you for the stuff you do, and good continuation.
Thanks mate :-)
Vectorbt is on my list! Will be covered somewhen in the upcoming months.
thank you very much , yes I need more about trading and bot design
Thx for your feedback my man
Looking forward
Awesome. Thanks a lot mate
Please do more videos on tradingview library🙏🙏🙏
Thx for your feedback man :-)
Great video. Looking forward to more
Thanks mate!
Very interesting!
Awesome, thanks for your feedback.
Thanks for your great videos.
Thanks for checking them out Protus! :-)
I'm interested! Please, kindly continue! :)
Awesome. Already released the follow up video. Be kindly invited to check that out!
great work i always search to know this code variation thank y0u!!!!
Nice content thank you my question is you didn't show how to set up the indicators , what recommendation and how ? What is the indicator strategy you didn't mention is an important part
Awesome I would like to learn more about this👍
Already released the follow up video. Be invited to check that out :-)
very interesting like all your works!! Many thanks =)
Thank you very much Luca, appreciate your comment!
Very interesting. Will give it a try
Hey Samuel,
thanks for your comment. Be invited to check out the follow up video and let me know what you think!
awesome. waiting for next video
Thanks buddy :-)
Great!!! Found what I was looking for days. However, I have a couple of queries, which if you can help me with understanding the results. When you get the summary, we have output such as {"RECOMMENDATION": "BUY", "BUY": 8, "NEUTRAL": 6, "SELL": 3}, right? Now, how do I find out which of the indicators are recommending a 'BUY', which of them recommending a 'SELL', and which of them are recommending NEUTRAL? For some of the straight-forward and most frequently used indicators such as SMA, EMA, RSI, Stochastic Oscillator etc can be ascertained. However, for indicators such as ADX, Mom, and others, is there any way of finding which one is recommending what? Also, I want to know what are the other indicators such as RSI[1], ADX_DI[1], Mom[1], AO[1], AO[2], etc. Can you please provide some directions / docs / help on the above is much appreciated. Thanks!!
definitely interested to see the outcome if you eventually do it!
Thanks a lot for your feedback. Will see what I can do!
Hey Algovibes just watched my first video of yours ever, this one. Instant subscribe! And I'm leaving this comment just to say that although I have experience in trading and bots, I'm basically a beginner when it comes to any real coding and python specifically. But I am already a big fan of your delivery and instruction method. I wish you huge success and I hope to grow personally along with your channel as it grows too.
Thank you so much Joshua. Happy to have you on board!
Very interesting. Please continue...
Thanks Jochen for your feedback!
@@Algovibes You are from Germany, right? The same as I. Liebe Grüsse aus der Nähe von Heilbronn!
Nice and Good job as usual, please continue the bot.
Thanks a lot Mohammed, will see what I can do!
awesome!!! more tradingview videos please!
Thanks mate. Will see what I can do!
Yes ,I am interested.
Awesome, thank you so much for your feedback!
This looks very cool.
Thanks man, be invited to check out the follow up video and let me know what you think!
Amazing video. Thanks for sharing 🙂
Thanks a lot for watching Amit!
Pure gold
Thanks buddy. Happy to read that!
Nice. Always new different content.
Trying my best! Thanks a lot for watching rraul
great stuff. I think you can also use these signals along with strategies indicators as an extra confluence for executing an order or not
Good idea. Thanks a lot for sharing your thoughts!
sehr gutes video. vielen dank. und ja, bitte weitermachen!!!
Danke Dir! :-)
Thank you for always
Thank you for watching my content buddy
Special thanks to you man! Wish i could find a tutor:(
Im actually very interested in translating TradingView indicators into python
Hi Samuel,
thank you very much for monetary appreciation and your feedback :-)
this is very interesting.....!!!! Thank you
thanks mate!
Very interested thanks !
Awesome. Thanks a lot!
Thanks for the video! Great content. Yes very interesting, can you store the signal values in a database and after read the database to make a backtest analysis of profitability?
Thanks a lot for watching Mauricio. Yea either that or check the signals realtime and write the results in some storage (csv or DB)
Hey, cooles Video. Man sollte die Indicators in eine db schreiben und mithilfe von Zeitreihenanalysen der highs und low eines coins Korrelationen zwischen in Kombination auftretenden Indikatoren ermitteln. Wenn man dann sieht, welche Indikatoren auf welcher Zeitachse und in welchem Markt die zuverlässigsten sind, könnte man sie je Coin gewichten und dann daraus einen Bot bauen :)
Coole Idee! Danke dir für deinen Kommentar
Awsome content.. Loved your video❤
Thanks my mate!
I am very interested and also which platform can give me a backtesting for my bots ?
Thanks for your feedback :-)
Not quite sure what kind of platform you are referring to.
very intereted to continues. thanks
Thanks Cristian for your feedback! Will see what I can do.
Very interesting! Thanks
Thanks for watching :-) Be invited to check out the next part!
hello. how can i see the class structure and other codes of tradingview_ta as a library ? thnx for the video ) BTW i installed and code works fine but double clicking on the tradngview_ta does not help with the problem.
Another video will be appreciated 🙏🏾
Thanks Michael for your feedback!
Wonderful ❤
❤️
Wow! This is amazing. I'm interested if custom indicators developed by community in tradingview/pinescript can also be utilized, example QQE MOD?
Got to check that out. Thanks for the suggestion!
Hello Algovibes,
Great Video, I have tried print('Symbol: '+symbol)
print(output.get_analysis().indicators["close"])
for multiple closing price, which works.
I wonder if there is any way that I can put the output in dataframe so I could download as csv file in better looking.
Like Symbol is first column and Close price is in second column.
Now the out put is row by row.
Thank you
Sure, that's possible! Just store the output somewhere and then you are good to go.
Continue this TradingView bot please, very interesting 🧐 thank you 😊
Thanks for watching buddy :-)
you're the best 🎉
You are! for the support :-)
thanks for sharing,i was searching something like that! actually i have a strategy in trading view that i want to run on python,will this be possible using the pythong-tradingview library? Thanks!
Welcome mate, thanks a lot for watching :-)
Well I am pretty sure the library is lightweight and you cannot yo that. What you could do is code the strategy from scratch or with a backtesting library in Python.
@@Algovibes thanks for the answer! unfortunately i'm a total noob at programming,maybe after i've watched some of your videos :P
Very interesting library! It'd be very interesting coding a bot based on this library. A side question, do you know if it's possible to download data from tradingview at a minute level using this (or other) library? do you know where to get stock data at a minute level? Thanks, keep the good work!
The yfinance library can retrieve data at up to 1m intervals. For Crypto probably the Binance API would be good.
@@mutedonkey thanks man👍
Thanks for your feedback Aaron and thx Richard for helping other people out!
Can i use this to download OHLC data to excel sheet?
Sure! That's possible.
Thabk u
You are the best. Please try to write a script for bot thanks again
Thanks a lot buddy :-)
Well, its has been a year, how was it? Were the profitable trades produced by this approach?
Didn’t trade based on this, won’t do that without an in depth long term backtest nor I recommend to use this for reliable trading signals. It’s just a playground with the library as clearly stated in the video. Cheers!
A nice video and I was very happy to get such a helpful code. However, after I used it, with 1 minute and next 5 minute intervals, I found the results are different. The one that give 'buy' recommendation in 1 min. interval, it becomes 'sell' recommendation for 5 min interval etc. How to then decide what recommendation is correct?
Awesome 👍👍👍
Thanks a lot mate :-)
Can we write on futures side? If we take 20 or more buy signals buy coin, or sell side.
Sure
is there a way to run the pinescript indicators/signals in python
thanks for sharing your useful insights !!
Wouldn't be aware of that. Thank you tho!
this looks really interesting
Thanks for your feedback. I think so too! :-)
Pls does this support the indices and commodities yet? And can one add or remove from the list of indicators to use for the analysis/recommendation?
At least not that I am aware. Sorry!
@@Algovibes Thank you for your response.
Hi is there any API which will give Open,close,high and Low of candle for any timeframe ?
there is! Be invited to check out my other videos, going over that there. Cheers!
GOLD!
Thanks buddy
Great work! thx
Thanks for watching buddy
Great content. Thanks, would be great to see you incorporate this in to a bot.
Thank you mate :-)
I wasn't able to find ETF's such as SPY or SPX within the American NYSE screener. Is there a way to run this code with those tickers instead of crypto tickers?
The best video of the month, Thanks for sharing this with us, Is there anyway to get MVRV indicator please, I am going to pay and join your group in a minute.
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.
yessir. that's possible!