Тёмный

Algorithmic Trading Alerts In Python For Forex And Stock Markets 

CodeTrading
Подписаться 69 тыс.
Просмотров 17 тыс.
50% 1

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

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 59   
@wellbrutin
@wellbrutin Год назад
i have one word for youu, AMAZING!!!!!! amazing work dudeee,
@CodeTradingCafe
@CodeTradingCafe Год назад
Thanks a lot! good luck to you!
@the-d-r
@the-d-r Год назад
Hey Bro, you are doing a great job with your Videos. But honestly, you titled your thumbnail with "live trade alerts". Well... What you are showing has nothing to do with Live Alerts, because for live alerts you need Live Marked Data. Like provided with CQG or Rithmic. With these Data Feeds you can really get live alerts when a pattern appears. With Yahoo Finance and delayed Data you can't trade with Real Money. What I want to say, I would very much appreciate, if you would do a video, where you use a real live data stream.
@CodeTradingCafe
@CodeTradingCafe Год назад
Hi thank you for your support. This might be surprising but on daily, hourly and 4h timeframes you can stream live data with yfinance, delays are mostly for lower timeframes. In this video I used the daily timeframe so the data is streamed live without delay since you query prices once per day. The other sources are not free unfortunately so it's not for everyone.
@RaadYacu
@RaadYacu 2 месяца назад
very helpful - thx
@CodeTradingCafe
@CodeTradingCafe 2 месяца назад
Glad it helped!
@AnthonysTradingChannel
@AnthonysTradingChannel Год назад
Thank you for sharing, the video was informative.
@CodeTradingCafe
@CodeTradingCafe Год назад
Glad it was helpful! thank you for your support.
@jroche1832
@jroche1832 8 месяцев назад
Do you need to run this on a cloud server or can it run from a local PC with at BAT file and scheduler? Recommendations?
@CodeTradingCafe
@CodeTradingCafe 8 месяцев назад
I ran it from a local PC, you can also run on a small server, it's very simple so a basic setup is enough.
@Cavz001
@Cavz001 Год назад
Great video sir. Quick question. Delving deeper into algorithmic trading, I’ve found that mere backtesting isn’t sufficient and processes like out-of-sample backtesting, Sample parameter optimization, walk-forward optimization and Monte Carlo Simulation are viltal to creating a solid system. Question is: how do you conduct these tests with Python?
@CodeTradingCafe
@CodeTradingCafe Год назад
Hi thank you for your comment. I would say the best is to test a strategy live on a paper account nothing can replace this, as for the tools you mentioned I don't think Monte Carlo sampling is crucial in this case, in my opinion live testing is a great validation.
@Cavz001
@Cavz001 Год назад
@@CodeTradingCafe thank you
@ShafaqIftikhar-pw9ld
@ShafaqIftikhar-pw9ld Год назад
Absolutely lovely!
@CodeTradingCafe
@CodeTradingCafe Год назад
Thank you! 😊
@mehmetakifsaloglu8717
@mehmetakifsaloglu8717 Год назад
Could you create a video about walkforward analysis? Thanks to your help, I've improved myself a lot so far in everything. Thank you.❤
@CodeTradingCafe
@CodeTradingCafe Год назад
Thank you for your support. Definitely walk forward is on my list, and it's actually very close to this video, part of it is streaming live data and trading with paper account.
@mehmetakifsaloglu8717
@mehmetakifsaloglu8717 Год назад
@@CodeTradingCafe Thank you, all of your contributions are very valuable, you're the king.👍🏼
@ЭльмарИдрисов-г5э
Thank you!
@CodeTradingCafe
@CodeTradingCafe Год назад
You're welcome! Good luck!
@keikoo3282
@keikoo3282 Год назад
Cool, now with the crypto
@CodeTradingCafe
@CodeTradingCafe Год назад
I am so sad how the crypto crashed, it was nice to mine :)
@tmyersf4
@tmyersf4 Год назад
​@@CodeTradingCafe Yes too many bad actors and very little trust now. Nobody in their right mind would trade the current market given the lack of liquidity. I still scan the market every now and then but more for nostalgia and remembering the good times.
@CodeTradingCafe
@CodeTradingCafe Год назад
You reminded me of my wallets I need to check I had some coins/money in there but I guess I just left those behind in the disappointment.
@pysoft
@pysoft 10 месяцев назад
Thank you, i am using 'ccxt' to get prices, i have to remove last row from dataframe to make sure result is not wrong?
@CodeTradingCafe
@CodeTradingCafe 10 месяцев назад
Hi, I never worked with ccxt data before but you can try and check the streamed data (print it) so you can see the format if it's correct and all.
@ALOKKUMAR-wg3ky
@ALOKKUMAR-wg3ky Год назад
Hi, Just encountered with your channel. Thanks a lot. Will consider joining. Can you provide some references(books/courses/any_other_resources) on how can we learn it in more depth? Or maybe your journey like how you started from zero and about the brief process of your journey so far? Thanks again!
@CodeTradingCafe
@CodeTradingCafe Год назад
Hi, thank you for your comment. My journey is kind of long probably there is shorter ways to do it but I come from C++ so Python was a discovery I made 10 years ago. Books I honestly can't remember all of them between trading and Machine Learning I am counting more than 50-60 books I guess. If you are interested in this field you can start with python basics from one side and trading books and tutorials in parallel with python. This is around 6 months of work, then if you like it you can move on to Machine Learning applications and that is a lifetime learning cycle. Good luck!
@vassiliscapsis5828
@vassiliscapsis5828 2 месяца назад
@@CodeTradingCafe I like the lifetime learning cycle !!!
@devilmaycry1710
@devilmaycry1710 Год назад
Hey, bro, your new subscriber . I have done coding on XGBC with 10-12 T.A I got results to but the problem is how would I determine next day or next week buy or sell signal? based on train and test results. Can you help me or I have to time series analysis?
@CodeTradingCafe
@CodeTradingCafe Год назад
Hi, I assume you are using a sliding window for your time series analysis?
@devilmaycry1710
@devilmaycry1710 Год назад
@@CodeTradingCafe correct
@H_EL
@H_EL Год назад
Hello. you still didnt code my idea 🙂 someone commented that it is 70-90% winning rate..plz code it in video soon, thanks and all the best!
@CodeTradingCafe
@CodeTradingCafe Год назад
Sorry about this :) I have a loooot of ideas on my list, can you remind me very briefly which one was it (saves me the time looking into that list). Thank you for your support!
@H_EL
@H_EL Год назад
@@CodeTradingCafe I am sure you are so busy and have much ideas from the fans )) my idea sent you to gmail..about 2-3 up candles and pullback then breaks the high to buy )) Good luck
@ShafaqIftikhar-pw9ld
@ShafaqIftikhar-pw9ld Год назад
Would be looking forward to this
@botnoid
@botnoid Год назад
First Comment + Like ❤
@CodeTradingCafe
@CodeTradingCafe Год назад
Legend! :) thank you for your support!
@munivoltarc
@munivoltarc Год назад
good, can u please make a video on price action trading with out using any indicator and use multitime frame way of trading
@CodeTradingCafe
@CodeTradingCafe Год назад
thank you for sharing. Your idea is interesting but it also easier to do in live testing rather than backtesting, just because the data is not always as clean, so live data is easier to deal with.
@munivoltarc
@munivoltarc Год назад
@@CodeTradingCafe THANKS FOR YOUR REPLY, I HOPE YOU CAN DO, PRICE ACTION ALGO TRADING IN FUTUER TECHNICALLY TRADING IS GOOD IF YOU DO WITH PRICE ACTION WAY.
@CodeTradingCafe
@CodeTradingCafe Год назад
I fully agree price action works well for market entry... now the exit is up to the trader though!
@ShardulPrabhu
@ShardulPrabhu 9 месяцев назад
Where we can put code so even machine is not working it will work
@CodeTradingCafe
@CodeTradingCafe 9 месяцев назад
Nowhere, but you can deploy it on the cloud using services like AWS, GCP and MS Azure.
@NexusSMB6
@NexusSMB6 Год назад
Isnt pushbullet a better alternative ?
@CodeTradingCafe
@CodeTradingCafe Год назад
Hi, it might not be the easiest alternative for non familiar, but I agree that it does more than just a simple message. Is it free? or you have paid options?
@NexusSMB6
@NexusSMB6 Год назад
@@CodeTradingCafe Free is less than 100 message/month. Do you know Hummingbot ?
@CodeTradingCafe
@CodeTradingCafe Год назад
This should be enough 100 messages per month meaning 100 valid signals per month it's enough if you are trading on daily timeframes. Hummmingbot I know only what it is but never used it.
@Avramkorets
@Avramkorets 11 месяцев назад
This same code, but using pushbullet libraries colab.research.google.com/drive/1yfjcNSrQqS4PmbLxgypiOzAdEkU8Aaz-?usp=drive_link
@atangbingana283
@atangbingana283 9 месяцев назад
Hey how can i do a volume alert ?
@CodeTradingCafe
@CodeTradingCafe 9 месяцев назад
Hi just like any other alert only put the condition on volume. Check this video for live streamed data ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-WcfKaZL4vpA.html
@DEEPAKCHAUDHARI-d9g
@DEEPAKCHAUDHARI-d9g 3 месяца назад
Sir please convert trend meter trading view indicator on python..thanks in advance
@CodeTradingCafe
@CodeTradingCafe 3 месяца назад
Hi, I am not familiar with this indicator, if you have any details or a reference around the algorithm it might help.
@akam0707
@akam0707 Год назад
When will algo trading course will be on udemy? 😂
@CodeTradingCafe
@CodeTradingCafe Год назад
I promise I am recording and editing every day I didn't know it's that much time. I could eventually give you early access to whatever is online already but it might not be worth it without the parts I am still preparing. All of this to say I am really working on it regularly :)
@bobisbob646
@bobisbob646 Месяц назад
Ugh. Just learn how to use a websocket so it can continually monitor.
@CodeTradingCafe
@CodeTradingCafe Месяц назад
Thanks... I will
@TheAnical
@TheAnical Год назад
Can you make a discord?!
@CodeTradingCafe
@CodeTradingCafe Год назад
I started a discord a year ago but couldn't moderate and deal with it properly so it's kind of closed behind! sorry, I will look into it again, hopefully soon enough.
Далее
Stock Screener in Python
34:58
Просмотров 52 тыс.
Create email and text message SMS alerts with Python!
9:49
Intro to async Python | Writing a Web Crawler
14:23
Просмотров 80 тыс.
Technical Analysis with TradingView in Python
9:53
Просмотров 35 тыс.