Dude I wish i had found your channel sooner.. its OBVIOUS you know what your doing. you can tell because people that truly understand something know how to break it down clearly enough for someone to understand that potentially has never done it before, and you know the possible/likely issues that arise and explain how to get through them. Get on board with this dude if you havent already (viewers). and thanks a lot Vik!
You explain functions very clearly. What I like is how to use these functions. I do not know enough to be able to read the docs and use the program. Once I learn how you use a function I understand. So explained how to use functions. Then I hope a can put together a very powerful program
I like the Hammer Cadlestick. I would also like to download at least 100 different NASDAQ stocks for a full month and run them to generate a Hammer candlestick (if data is there).
Bro that Google Colab installation of talib was a big help. I almost went nuts after unsuccessfully trying to install it in my Laptop, but that didn't work so I gave up. Thanks!!!
You explained the topic very nicely. I'm glad that I found your channel / of course there is a bell already marked /. Thank you for what you are doing and best regards from Poland =] and I leave a "tactical comment"
Hey man! I just found your channel and it is awesome. I am sure I will learn a lot from you. Right now I am struggling to develop a kind of dynamic optimized DCA strategy to apply on a indexed portfolio. Have you ever explored something like this before? Do you have any suggestion on how to approach the problem? Thank you very much!
Hi Ritvik thanks for the video! Im running python 3.11. Unfortunately, there are no updated versions of TA-lib for 3.11. Do you know of any work-arounds that I could use?
check for build tools , since for 64 bit system it was having problem, see vs code build tool and do select c plus plus , maybe it solves issue, you can look for other lib too but i fear they are paid , i got to use from my friend who is working , above fix would work, go to terminal and u change version and install , even still it was showing issue with 64 bit stuff, so built tools are needed in the end.
So I want to try and make a bot/technical analysis tool and write it in python with a GUI. Is Anaconda recommended? I should point out that anaconda is the only place I have been able to install TALIB with out any error messages. And I worked on installing it for a week in python before switching to anaconda. Being difficult to install doesn't make sense TBH.
Hi! It's a very informative video! How do I find the list of all the available tickers? Can I get the data for Indian stock market also (NSE or BSE) using yfinance?
@@FinancialProgrammingwithRitvik - Just found out that a simple search at finance.yahoo.com/lookup/ gives a "Symbol" which can directly be used in yf.download. I am able to download the data as well. This is going to be fun! Thanks!
@@theholyfool3271 I believe in using multiple indicators at once, both manually and in algorithms... but talking about my favorite... it's ichimoku. Have you used it before?
Hi Ritvik I want to analyse live indian stock market with TA-lib with candlestick pattern, Is it possible to track candlesticks pattern in live market with TA-lib Please suggest. Thanks.
Hello! I was using pandas_ta and working normally. After installing TA-Lib, the code with pandas_ta is broken, as if there is a conflict. Any idea what it could be and how to solve it? Thank you very much!
I'm having this error. Would really appreciate if you can help. ERROR: TA_Lib-0.4.19-cp39-cp39-win_amd64.whl is not a supported wheel on this platform. I have already check that my PC is 64bit and Python is version 3.9 but still having this error
Okay... it should not have thown an error. I have 2 solutions for you, 1) use google colab (it works there, for sure) 2) In local drive, downgrade your Python to 3.7 and then try again. I am quite sure... both will work :) Let me know if it still throws an error.
@@FinancialProgrammingwithRitvik Thanks for the reply. I manage to install successfully with following step: 1. Downgrade Python to 3.6 version 2. Download and Unzip ta-lib-0.4.0-msvc.zip 3. Move the Unzipped Folder ta-lib to C:\ 4. Download and Install Visual Studio Community 2015 Remember to Select [Visual C++] Feature 5. Build TA-Lib Library From Windows Start Menu, Start [VS2015 x64 Native Tools Command Prompt] Move to C:\ta-lib\c\make\cdr\win32\msvc Build the Library nmake 6. Open Anaconda prompt 7. pip install ta-lib
Bro! in 2023, for the latest version of python i.e 3.11.3 we don't have the whl file . how to install now. Also sorry if i am missing something here.. but video uploaded 2 years ago then why name the title install 2023
Thanks for your feedback. The video mentions 2023 not because it was recorded in 2023 but because it's still valid in 2023. Now, coming to the first point. I understand whl is not available for 3.11 but you can anyways downgrade it to 3.10 to use it. I have used it in multiple projects in 2023 doing the same. I hope it clears your doubt. And I am glad to see our profile pics are similar :)
Hello Mr Ritvik, it seems that the links provided are outdated, Can you please refresh us by giving the file directly in like a Drive link or something ?
@@FinancialProgrammingwithRitvik I think he is talking about the wheel file shown around the 03:16 mark. Though I didn't see the link for that in the description. I have been trying to find a new source for the wheel file but cannot find anything. So if you know any alternatives that would be great.
After installing the talib, i only get access to private attrib of the library and not the Functions, e.g. i tried to user the AAROON but it simply dont show
I got problem with Linux talib installation on vps. It's good if you share about installation on Linux vps to. I'm trying to make telegram bot interface to show analysis on stock. But stuck on linux vps talib installation.
hi getting the following error AttributeError: module 'numpy' has no attribute 'bool' after installling brew and talib and import in python on anaconda. any solution
When installing anaconda i get Python 3.8. The pyton i use in VSC is 3.9. So i cant import Ta-Lib with python 3.9. And when i switch to conda env with pyton 3.8. I cant run the terminal because numpy dosnet work. How should i do?
My python Version is 3.9.13 , i downloaded the TA_Lib-0.4.24-cp39-cp39-win_amd64.whl but it always says : ERROR TA_ .... is not supported wheel on this platform. My Processor is x64 bit i have no clue whats wrong , i did not found a single solution for this ... can you help me please ??? Love your video , sry for my bad english greetings from Munich
I was trying 2 ways but when i try to import talib it just said no module named "talib" When i check it said requirement satisfied and i was trying to reinstall by whl and ancoda but it doesnt work can you help me please
Thanks for your great effort. The videos were extremely useful. I will be appreciated if you can make an instruction for getting Forex data (for instance EURUSD hourly or 15 minutes) online in python. Thanks a million
Hello sir! I also use talib in Python. I have a problem with EMA indicator on BTC parities. For example when I try to get EMA for BTCUSDT, SOLUSDT, ETHUSDT etc. it works well. But when I tried to get EMA for ETHBTC or SOLBTC parity, it gives wrong value. Could you please try that? Do you also get this wrong values? Thanks
Bro this is the best video for beginners, would love to see how to use heiken Ashi charting type in python If you know how to add it then please make video on that too
𝐓𝐢𝐩 𝐦𝐞
by:
buying me a coffee in US Dollars: www.buymeacoffee.com/fpritvikusd
buying me a coffee in Euros: www.buymeacoffee.com/fpritvik
I realize I'm quite off topic but does anybody know of a good site to watch new tv shows online?
@@riveryousef4414 Netflix, Amazon prime
I realize I'm quite off topic, but the Hitman games are quite good, you should try.
Dude I wish i had found your channel sooner.. its OBVIOUS you know what your doing. you can tell because people that truly understand something know how to break it down clearly enough for someone to understand that potentially has never done it before, and you know the possible/likely issues that arise and explain how to get through them. Get on board with this dude if you havent already (viewers). and thanks a lot Vik!
Thanks for your kind words, Jay.
Outstanding lecture… I have been struggling for months withTA-lib , and you clarified it all with pure class..
Glad I could help. And welcome to the exclusive community, Ali.
Thanks alot man!! Was scribbling all over YT to find this!
Glad I could help!
OMG it worked. Took me HOURS to find a simple way to install TA-Lib. Thanks man.
Glad I could help. You can find the code with some trading strategies using TA-Lib in my google drive.
I had to make some adjustment for myself, but other than that worked like a charm, thank you man, really appriciate this!
Glad it helped!
Honestly you made a very clear and simple presentation on Ta-Lib. I wish I had found your channel earlier.
Thank you so much :)
Hi Ritvik. Have a great day. I added this into my arsenal. Great work man. May god bless you. Thanks a lot
Thanks :)
it worked for me after watching so many videos .thank you so much
Glad it helped
You explain functions very clearly. What I like is how to use these functions. I do not know enough to be able to read the docs and use the program. Once I learn how you use a function I understand. So explained how to use functions. Then I hope a can put together a very powerful program
Thank you so much for your appreciation :)
I like the Hammer Cadlestick. I would also like to download at least 100 different NASDAQ stocks for a full month and run them to generate a Hammer candlestick (if data is there).
Wow that's great.
watching your channel for the first time. Subscribed. Thank you for making this video!
Thank you so much for your appreciation! :) I hope you didn't find any difficulty to install TA-Lib, did you?
Great content! I'm glad I came across your channel. Subbed and binging more of your vids now!
Welcome aboard!
Blown away. Thank you!
You're Welcome :)
Great information, and nice instruction to follow. Thanks
Thanks for the appreciation :)
Awesome tutorial !!
Thanks :)
Great vid!
Thank you for the appreciation :)
Really good quality content🤘🏻
Thank you 🙌
no fancy editing.
straight to the point. legit
Thank you very much for your appreciation! :)
Bro that Google Colab installation of talib was a big help. I almost went nuts after unsuccessfully trying to install it in my Laptop, but that didn't work so I gave up.
Thanks!!!
I can understand. Do you use Abstract API as well?
@@FinancialProgrammingwithRitvik No,I don't
@@chinmayakumarbehera4754 It's a great way to make trading logics without caring about the data we provide. :)
@@FinancialProgrammingwithRitvik Okay, I will check it out
You explained the topic very nicely. I'm glad that I found your channel / of course there is a bell already marked /. Thank you for what you are doing and best regards from Poland =] and I leave a "tactical comment"
Thank you so much for your appreciation :)
You explains so well in an easy way
Thank you
Hey man! I just found your channel and it is awesome. I am sure I will learn a lot from you. Right now I am struggling to develop a kind of dynamic optimized DCA strategy to apply on a indexed portfolio. Have you ever explored something like this before? Do you have any suggestion on how to approach the problem? Thank you very much!
Thanks for your kind words. Can you please elaborate the strategy?
I found myself subscribing to the channel.
Thanks for the sub
hi.. I m very looking forward to know how to use Belkhayate timing from IQ option. not sure how to do that with python i used it in MT4 bot(EA).
Never done it. I will do some research on it. Thanks for your comment
Thank u ...Actually it's very powerful indicator for binary as well as position trading
Sounds interesting
thanks brother i am also doing EPAT after doing CFA ,thanks for the knowlege.❤
Nice. Learned a lot.
Glad to hear it!
Please keep making such content
Sure, will do. I hope you didn't find any difficulty to install TA-Lib. Did you?
Very Informative Video
Thanks for your appreciation, Cody.
Good job, keep it up!
Thanks, will do!
Great video. I'm trying to get into trading but have no finacial background. You help me a lot men!
Glad to hear it! Stay tuned... a lot more trading videos are yet to come. ;)
Excellent...!
thanks :)
Thank you so much
It really helps a lot
Plz keep making videos like this
Sure, thanks :)
Hi Ritvik thanks for the video! Im running python 3.11. Unfortunately, there are no updated versions of TA-lib for 3.11. Do you know of any work-arounds that I could use?
check for build tools , since for 64 bit system it was having problem, see vs code build tool and do select c plus plus , maybe it solves issue, you can look for other lib too but i fear they are paid , i got to use from my friend who is working , above fix would work, go to terminal and u change version and install , even still it was showing issue with 64 bit stuff, so built tools are needed in the end.
Just bring back the python version to 3.10 and run the code. We will have to wait until TA-Lib launches it for 3.11
So I want to try and make a bot/technical analysis tool and write it in python with a GUI. Is Anaconda recommended? I should point out that anaconda is the only place I have been able to install TALIB with out any error messages. And I worked on installing it for a week in python before switching to anaconda. Being difficult to install doesn't make sense TBH.
VS code is better.
@@FinancialProgrammingwithRitvik Awesome! Thank you. I'll check it out!
Thank you, well done!
My pleasure!
very nice and useful video.
Thank you so much for your appreciation :)
Make video using strategy based MA 10,20,50,200 plus VWAP plus ATR ( 21, 6) , pivot 10, CPR, plus volume . Thanks for all the information
Noted.
you really made it simple to understand for a beginer like me
Glad you liked it! Please check out my video on Bitcoin Trading bot with NEW Strategy using TA-Lib. ruclips.net/video/yv77l5Zv4IU/видео.html
good stuff man keep going!
Thanks, will do! Just out of curiosity, which technical indicator is your favorite.
@@FinancialProgrammingwithRitvik super trend is cool for setting stop losses
Agreed
very helpful
Glad you think so!
Great Sir🙂
THANK YOU SO MMUCH
You're welcome!
A very useful tutorial, thank you!
Glad it was helpful!
Great intro
haha, thanks ;)
Hello sr, i have a question, how do you get the autocomplete? i installed the libraries but i dont get the autocomplete
Use Google Colab for it and for the best experience use VS Code.
Thank you, much appreciated!!!
Glad it helped!
Your videos are awesome man. You deserve more subscribers. Please keep up the good work
I appreciate that!
Good content
Thank you so much for your appreciation! :) Did you face issues in the installation initially?
no i did not
Hi! It's a very informative video!
How do I find the list of all the available tickers? Can I get the data for Indian stock market also (NSE or BSE) using yfinance?
Thanks for the appreciation. You can find the list in my Google Drive. Yes, Yfinance can be used to extract indian stocks' data as well. :)
@@FinancialProgrammingwithRitvik - Just found out that a simple search at finance.yahoo.com/lookup/ gives a "Symbol" which can directly be used in yf.download.
I am able to download the data as well. This is going to be fun! Thanks!
So glad to hear that.
im running python 3.11.3 and cannot find a supported whl version... any suggestions?
TA-Lib has not yet got whl version for Python 3.11 You will need to downgrade Python to 3.10 to run it. I hope they launch it soon for 3.11 as well.
do we have fisher transform indicator in TA-Lib library?? Please help. (Pandas TA is giving wrong results for fishers transform indicator)
I am not aware of it.
@@FinancialProgrammingwithRitvik thanks
Amazing stuff
Thank you so much for your appreciation! :) I'm interested to know your favorite tech indicator.
@@FinancialProgrammingwithRitvik Had a lot of fun and profit with the TDI indicator on the lower tf.
Could you mention some of your favs also?
@@theholyfool3271 I believe in using multiple indicators at once, both manually and in algorithms... but talking about my favorite... it's ichimoku. Have you used it before?
@@FinancialProgrammingwithRitvik I use the Kijun-Sen+ part of the ichimoku on my algo in trading forex not the whole system though.
Wow
Sir,how to append aroon values in bitcoin trading bot?
Please refer your comment on this video ruclips.net/video/KYQisveoOMQ/видео.html
to convert all column names to .lower():
df.columns = [x.lower() for x in df.columns]
thanks :)
Hi thanks, where could I find video of trading Boat using TA-Lib?
no need to go anywhere, it's here... ruclips.net/video/XkjpPecU2e8/видео.html
Hi Ritvik
I want to analyse live indian stock market with TA-lib with candlestick pattern,
Is it possible to track candlesticks pattern in live market with TA-lib
Please suggest.
Thanks.
the real time data is an issue as it is not free in India. I will try to find it and make a video on it.
As soon as he started beatboxing I subbed lol
Hahaha
Hello! I was using pandas_ta and working normally. After installing TA-Lib, the code with pandas_ta is broken, as if there is a conflict. Any idea what it could be and how to solve it? Thank you very much!
It should not happen. You may try reinstalling Pandas_TA
I'm having this error. Would really appreciate if you can help.
ERROR: TA_Lib-0.4.19-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.
I have already check that my PC is 64bit and Python is version 3.9 but still having this error
Okay... it should not have thown an error. I have 2 solutions for you, 1) use google colab (it works there, for sure) 2) In local drive, downgrade your Python to 3.7 and then try again. I am quite sure... both will work :) Let me know if it still throws an error.
@@FinancialProgrammingwithRitvik Thanks for the reply.
I manage to install successfully with following step:
1. Downgrade Python to 3.6 version
2. Download and Unzip ta-lib-0.4.0-msvc.zip
3. Move the Unzipped Folder ta-lib to C:\
4. Download and Install Visual Studio Community 2015
Remember to Select [Visual C++] Feature
5. Build TA-Lib Library
From Windows Start Menu, Start [VS2015 x64 Native Tools Command Prompt]
Move to C:\ta-lib\c\make\cdr\win32\msvc
Build the Library nmake
6. Open Anaconda prompt
7. pip install ta-lib
Thank you so much for the detailed information, Benny. That's why say this platform a community, where we all learn together :)
Bro! in 2023, for the latest version of python i.e 3.11.3 we don't have the whl file . how to install now. Also sorry if i am missing something here.. but video uploaded 2 years ago then why name the title install 2023
Thanks for your feedback. The video mentions 2023 not because it was recorded in 2023 but because it's still valid in 2023. Now, coming to the first point. I understand whl is not available for 3.11 but you can anyways downgrade it to 3.10 to use it. I have used it in multiple projects in 2023 doing the same. I hope it clears your doubt. And I am glad to see our profile pics are similar :)
@@FinancialProgrammingwithRitvik thanks for your suggestion
Hello Mr Ritvik, it seems that the links provided are outdated, Can you please refresh us by giving the file directly in like a Drive link or something ?
Which links are outdated? I checked all the links are working. Please elaborate.
@@FinancialProgrammingwithRitvik I think he is talking about the wheel file shown around the 03:16 mark. Though I didn't see the link for that in the description. I have been trying to find a new source for the wheel file but cannot find anything. So if you know any alternatives that would be great.
After installing the talib, i only get access to private attrib of the library and not the Functions, e.g. i tried to user the AAROON but it simply dont show
Strange! Did you install the entire library or just some segments?
thanks dude😀
You're welcome!
make a detailed video on how to create a nifty prediction for option buyers
Noted!
Good
Thanks! :)
Hi! I wonder how to show the tooltip while coding in jupyter notebook?
What do you mean by Tooltip?
@@FinancialProgrammingwithRitvik It's okay now I have downloaded the nbextention for jupyter notebook
I got problem with Linux talib installation on vps. It's good if you share about installation on Linux vps to.
I'm trying to make telegram bot interface to show analysis on stock. But stuck on linux vps talib installation.
I have provided a link in the description box. You can follow the steps in that to install.
hi getting the following error AttributeError: module 'numpy' has no attribute 'bool' after installling brew and talib and import in python on anaconda. any solution
Please upgrade the Numpy library.
crystal clear explanation.
Thanks for your appreciation! :) Just curious to know which tech indicator is your favourite?
When installing anaconda i get Python 3.8. The pyton i use in VSC is 3.9. So i cant import Ta-Lib with python 3.9. And when i switch to conda env with pyton 3.8. I cant run the terminal because numpy dosnet work. How should i do?
My lovely viewers... Any suggestions here?
My python Version is 3.9.13 , i downloaded the TA_Lib-0.4.24-cp39-cp39-win_amd64.whl but it always says : ERROR TA_ .... is not supported wheel on this platform. My Processor is x64 bit i have no clue whats wrong , i did not found a single solution for this ... can you help me please ??? Love your video , sry for my bad english greetings from Munich
Hi
Can you make a video on Stock Chart Patterns( Head and shoulder, double bottoms,etc...) with python code, thanks
Yes, soon
You are my hero thank you!
hahaha, my pleasure! :)
Hi! I've been able to install the library in anaconda(spyder) but not in visual studio :( How can I do?
I was trying 2 ways but when i try to import talib it just said no module named "talib"
When i check it said requirement satisfied and i was trying to reinstall by whl and ancoda but it doesnt work
can you help me please
There can be the problem in the version of Python you are using. Is it fully updated?
@@FinancialProgrammingwithRitvik yes it is, i also try to reinstall the visual studio code but it didnt work
My favourite indicator is VWAP, is this on talib?
O Wow... Any specific reason?
@@FinancialProgrammingwithRitvik It is commonly used by daytrader to see if a stock is bullish or bearish
@@brianwake100 Agreed. Any views on trend reversal signals? (Like Doji, evening star, etc.)
tx for ur videos!
Glad you like them!
nice!!!
Thanks!
Thanks for your great effort .. Can I learn to how to install TA-Lib in Amazon Linux 2 AMI (ASW) ?
I pasted a link in the description. You can refer it to install.
I really loved the jukebox intro!!
Hahaha... Thank you 😂
@@FinancialProgrammingwithRitvik Haha, you are amazing
@@codycody6597 :)
Thanks for your great effort. The videos were extremely useful. I will be appreciated if you can make an instruction for getting Forex data (for instance EURUSD hourly or 15 minutes) online in python. Thanks a million
Noted!
@@FinancialProgrammingwithRitvik Thanks again. looking forward to watch it.
:)
thanks ;)
It's my pleasure ;)
It seems good, but I'm trying to install it for PyCharm using python 3.9 and it still gets an error. It's telling me there's not a compatible version.
Sometimes downgrading python version works. You may want to try that.
@@FinancialProgrammingwithRitvik I'll try that, but I've also had issues with it in the past. Thanks!
i am sorry but i cannot see the link for the wrapper in the decription, could you kindly help me with it
It's not in the description box. You need to follow the steps I mentioned in the video.
Thanks for the video. It is educative. How do i install ta-lib on termux or pydroid3?
I don't use termux or pydroid... I will do some research and get back once I find something :)
Hello sir! I also use talib in Python. I have a problem with EMA indicator on BTC parities. For example when I try to get EMA for BTCUSDT, SOLUSDT, ETHUSDT etc. it works well. But when I tried to get EMA for ETHBTC or SOLBTC parity, it gives wrong value. Could you please try that? Do you also get this wrong values? Thanks
can i ask you something, why tradingview and ta-lib rsi values don't match
Is there no way to access the data in tradingview correctly?
I never cross checked with Tradingview. Did you use same input period in both?
@@FinancialProgrammingwithRitvik yes
Bro this is the best video for beginners, would love to see how to use heiken Ashi charting type in python If you know how to add it then please make video on that too
Ok. Let me do some research. I will try to cover it in my next TA-Lib videos
@@FinancialProgrammingwithRitvik I have a code for Heiken Ashi candle I can email you
@@kashifpalawkar7 Yes, could you email me. If it's amazing, I can make a video on it giving credits to you :) (if you are fine)
Hi is there a way to install Talib on android mobile. I'm using python 3
Not sure of any. I will check and let you know.
@@FinancialProgrammingwithRitvik ok thanks
the link is not in the description. I found it on the github page tho
Oh, Which link are you looking for?
proper!
Thank you so much!
hey! that link is not working to install TA-Lib. Could you help me.
Oh, which link are you looking for?
i have python 3.11 installed im having so much problem with installing throug pip
please help !!!!!!!!!!!!!!!!!!!!!
great!
Thank you so much for your appreciation! :)
Bro make a video on candlestick sma RSA patterns using ta lib🙏
will do soon. Shall I keep using TA-Lib or you have any other library suggestion for me?
But these library have problems if I have find RSI for only Volume column then it work
Oh, I did RSI analysis using TA-Lib and didn't face this issue. Could you please elaborate?
how can i open that installations prompt on macOS?
Hey can you please make a complete course on algo trading specially for indian s ?
It will be launched soon.
Thank you for the useful video, it is very clear and good presentation!! :-)
Thanks :)