Great vid, RSI is cool. This helped me connect the dots on some things thanks a lot!
@jarjarbinks8274 жыл бұрын
There's no link to source code or documentation ?
@IgansF2 жыл бұрын
Dude this is great. Thx
@HassanEid-wo1ki10 ай бұрын
Love your channel. Learning a lot and appreciate your way of explaining while coding. Question...why are the first 13 values NaN when printing them out and how can I make an adjustment to that where it doesn't affect the training of my machine learning model?
@metehandeniz67413 жыл бұрын
Thanks for the video dude. It is very informative. I know this kinda out of topic, how can I turn on the (information box), appears while you are coding
@jessebelleman80704 жыл бұрын
thanks a lot, very clear explained
@metehandeniz67413 жыл бұрын
Why does not RSI indicator show the last day on the plot? I compare the RSI curve with tradingview RSI. Our RSI curve is not showing last day
@idontwantyoutoknowme2 жыл бұрын
hey! thx a lot for this vid! just a lil question: how should i do when there is a full "moon" on a row? I mean: let's say that the price increased every time during the last N candle, the loss average will be null. So we will have an error (of division by zero) when you code the relative_strength. Thx for your answer!
@dipto1002 жыл бұрын
If we use a timeframe of 15 days for RSI, how come we graph it on the same x axis as the adjusted prices? The timeframe there is from 2018 onwards.
@zayyandalai2093 жыл бұрын
thanks for this video
@dad89613 жыл бұрын
I am getting an error as 'pandas_datareader._utils.RemoteDataError: Unable to read URL:'. What can be done to resolve the issue??
@LiviusMinitechnicus3 жыл бұрын
Very Cool! Thanks for sharing! I do have a question. I have checked against the FB RSI on Yahoo Finance and the values don't match. For example, for 02/26 I get an RSI of 38.39 while YahooFinance is showing 48. Any idea why this may happen? Thanks.
@vcool3 жыл бұрын
Don't use the shown approach. It uses SMA which is the incorrect way to calculate RSI.
@Unremarkabler3 жыл бұрын
@@vcool what is the correct way if not SMA? Are saying yahoo approach is the correct?
@prachiprachy27272 жыл бұрын
@@Unremarkabler exponential moving avg is generally used instead of simple moving avg
@8ksmiff5023 жыл бұрын
Hello ! I have parse data with my python file and getting the result in python console, now I want to export this data to google sheet. Can you help me to do that ?
@oscarsibanda94542 жыл бұрын
Thanks a lot :)
@rushas4 жыл бұрын
Nice one. Is it possible to increase the font size? It's really hard to read when watching on mobile. Thanks
@rushas4 жыл бұрын
@Rohan Mengle How do you do that on mobile?
@matkoschlebikom36304 жыл бұрын
@NeuralNine in line combined["RSI"] = RSI i get error ValueError: cannot reindex from a duplicate axis can you help me?
@Max-qg7pc3 жыл бұрын
I encountered the same error
@naneci2 жыл бұрын
Same here! Did anyone manage to solve it?
@muhammeda14264 жыл бұрын
Hi When i set 'FB' as 'BTC-USD' it gives error "combined['RSI']=RSI "
@chandruztc3 жыл бұрын
df = yf.download(tickers='FB', start="2020-01-01", interval='1d') USE THIS
@muhammeda14263 жыл бұрын
@@chandruztc i dont have issue with FB i have problem with btcusd
@santoshlalwani25033 жыл бұрын
i am new to python so i kind of find it a little hard , but i just love watching your videos amazing content
@obi-wankenobi79294 жыл бұрын
Why it doesnt show the screen? please help
@nicopacabana66113 жыл бұрын
import matplotlib matplotlib.use('qt5agg') PUT that on your code
@vcool3 жыл бұрын
This uses the SMA which is the wrong way to calculate the RSI.
@rohanmane74234 жыл бұрын
Very useful
@NeuralNine4 жыл бұрын
Thank you :)
@Naaathaniel4 жыл бұрын
it's says no module named pandas:1
@Maddy-pf9ib4 жыл бұрын
means u need to install it, run pip install pandas
@Naaathaniel4 жыл бұрын
@@Maddy-pf9ib ok thx
@mr.l1m1tless3 жыл бұрын
Hi bro, how can I contact with you? I need your help