Тёмный

AI Crypto Trading: 70% Accurate Buy and Sell Signals Using RSI & Python (MUST WATCH) 

Подписаться
Просмотров 3,9 тыс.
% 137

#Programming #Python
Build an artificial intelligence (AI) model that can predict buy and sell signals for Bitcoin with 70% accuracy.
Disclaimer: The material in this video is purely for educational purposes and should not be taken as professional investment advice. Invest at your own discretion.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
⭐Please Subscribe !⭐
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
🐦🔥🐤 Support The Channel🐤🔥🐦
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
⭐Get the code and data sets or just support the channel by becoming a supporter on Patreon:
►www.patreon.com/computerscience
⭐Website:
►everythingcomputerscience.com/
▶️ Get 2 Free Stocks on WeBull (valued up to $1850) when you deposit $100 or more :act.webull.com/kol-us/share.html?hl=en&inviteCode=LR6VIpFiAkPe
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
📚Helpful Python Programming Books📚
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
► Hands-On Machine Learning with Scikit-Learn and TensorFlow:
amzn.to/2AD1axD
► Learning Python:
amzn.to/3dQGrEB
►Head First Python:
amzn.to/3fUxDiO
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
📚Helpful Financial Books📚
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
🌟Stock Market Investing Books:
✔️The Bogleheads' Guide to Investing
amzn.to/3s0icxA
✔️The Intelligent Investor
amzn.to/34Mj7t1
✔️A Random Walk Down Wall Street
amzn.to/3Bv0ghW
🌟Money Mindset Books
✔️Rich Dad Poor Dad:
amzn.to/3rZW6eE
✔️Get Good With Money: Ten Simple Steps To Becoming Financially Whole:
amzn.to/3I1UXc1

Наука

Опубликовано:

 

16 окт 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@epicmonckey25001
@epicmonckey25001 11 месяцев назад
Something interesting to try would be to expand the features list to include more columns, and see what that does to the accuracy. Also displaying a graph of the performance would be cool, like where did the model predict right and wrong.
@fabricecappe7651
@fabricecappe7651 3 месяца назад
Really great content, I learned a lot thank you.
@ViralFreedomLS
@ViralFreedomLS 10 месяцев назад
Never stop making these 🙌🏾
@rrahll
@rrahll 11 месяцев назад
thanks mate) always like this kind of topics that's interesting
@serg8483
@serg8483 8 месяцев назад
Dude, this is the last time I'll comment your videos . Don't mislead people. You have a lot of subscribers and you must be responsible for it. You are aware that you have a data leak here. You haven't made an offset in your target variable. Offset a day ahead and your accuracy will be 50% or so.
@phulm
@phulm 7 месяцев назад
I think this does what you say is needed: # Create a new column % change df['Percentage Change']= df['Close'].pct_change() # change here for 1 day offset? # checks df['Difference'] = df[['Percentage Change']].shift(-1) # print(df.tail()) # a check
@serg8483
@serg8483 7 месяцев назад
Yep TARGET = 1 df['Percentage Change']= df['Close'].pct_change().shift(-TARGET) @@phulm
@Latte-rf7vg
@Latte-rf7vg 7 месяцев назад
Come on. At least he created a video for people to learn. If you understand machine learning, you must know that no model is perfect, we need tunning as well. Whether it's misleading or not, he stated that he was not a financial advisor.
@sevadach4348
@sevadach4348 2 месяца назад
@@Latte-rf7vg This is such a massive miss lead that people would be better off not watching this video. Because if you are new in this space and follow those instructions worst case you implement real time trading bot, you will suffer huge losses, and best case you will smash your head against the keyboard for hours trying to replicate same accuracy with the same method, without achieving any progress
@eliotharreau7627
@eliotharreau7627 8 месяцев назад
;OK !nice work bro. And what is the name of this best model ? Thank you.
@sevadach4348
@sevadach4348 2 месяца назад
28:34 ​​⁠ This is such a massive miss lead (error in placement of targets (Signals)) that people would be better off not watching this video. Because if you are new in this space and follow those instructions worst case you implement real time trading bot, you will suffer huge losses, and best case you will smash your head against the keyboard for hours trying to replicate same accuracy with the same method, without achieving any progress
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 2 месяца назад
Hi thanks for the comment. Could you please be more specific on what the exact error is for the target variable?
@sevadach4348
@sevadach4348 2 месяца назад
@@ComputerSciencecompsci112358 target column is not offset so model tries to predict weather price went up or down on current candle knowing it's open and close values
Далее
#ipl #iphone #россия #aquarium
0:12
Просмотров 2,1 млн
Apple designers updating the iPhone design 😫
0:26
iPad Turned Into Car Touchscreen (Via: @biggibril)
0:11