Тёмный

3 Must-Know Algorithms for Automating Chart Pattern Trading in Python 

neurotrader
Подписаться 21 тыс.
Просмотров 42 тыс.
50% 1

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

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 56   
@homealone75
@homealone75 Год назад
Your RU-vid channel is my kind of channel! Great and much needed content!!
@ryanoneill2007
@ryanoneill2007 9 месяцев назад
Really good video, it's important that beginners know these basic strategies that can assist them with their trade career. It requires a lot to trade actively, I guess many make losses due to lack of skills to handle their tradings.
@alexjack6990
@alexjack6990 9 месяцев назад
You will win and profit very much from trading if you have an expect handling your trades for you. They're always much better qualified.
@justinaholt4497
@justinaholt4497 9 месяцев назад
The right strategy and broker can make or save you thousands of dollars.
@pamelaglynn3281
@pamelaglynn3281 9 месяцев назад
That's true. Doing technical analysis on your own time can be very demanding and boring. Thank God for all them pro brokers. I'm glad I don't gotta do that anymore.
@ryanoneill2007
@ryanoneill2007 9 месяцев назад
I like trading though I'm not very good at it but I try. However using a broker always gets me much improved returns.
@andydevine1284
@andydevine1284 9 месяцев назад
Very well said man. If you want good results be ready to pay or work for it if you have the time.
@CasaTropical
@CasaTropical Год назад
Amazing approach and video's you have Is there a possibility to make a Pine scrıpt ındıcator for this? New follower added ;)
@neurotrader888
@neurotrader888 Год назад
I may in the future, but I don't use tradingview much and I am very inexperienced with pinescript.
@vinipaivas
@vinipaivas Год назад
Damn your content is exactly what I was looking for!!!! You MUST create a training course. Also interested to know if I can make more money working with Trading Bots than currently as a senior software engineer. Knowing that you came from Computer Science background I am very interested in your views about that. Would you say your gains are restricted by the amount of money you are willing to risk in your bots? I have an OK life but want to provide more to my family. Thanks!
@garkeiner2342
@garkeiner2342 Год назад
Hi! Thanks for the great videos you put out. 1. A question reg. the rolling windows: Is there a reason to implement it by hand (other than showing the mechanics for educational purposes), instead of e.g. using a `pandas.DataFrame` and its `rolling`-method, e.g. `df.rolling(window=xxxx).max/min()` to detect extrema? 2. I guess a more general question out of curiosity: Do you use `pandas` at all? (Why or why not?)
@thiagovitordrumond1844
@thiagovitordrumond1844 Год назад
This is the video I needed I had no idea how to build the target set, I was thinking in classifying as Buy, Hold and sell signals with a time series network. Hope it works
@neurotrader888
@neurotrader888 Год назад
Very cool, I should have mentioned this in the video. I forgot. I tried training a classifier to predict local tops and bottoms a while back. I found it effective to give it some leeway, label the candle(s) before and after the actual bottom/top as well. That way the model doesn't get punished if its almost right. I didn't get great results overall, but I think its a reasonable approach.
@thiagovitordrumond1844
@thiagovitordrumond1844 Год назад
@@neurotrader888 Nah, didn’t work predicted Hold signals all the way.
@sevenjuan1528
@sevenjuan1528 Год назад
Just found this channel. New sub. How did you show the code on the chart? for example directional change
@gone12345
@gone12345 Месяц назад
Did you look further into this topic, if so could you share your findings with me
@camefromsirius6985
@camefromsirius6985 9 месяцев назад
THANBK YOU, THANK YOU THANK YOU!!!!! WOWOWOWOWL YESSSS IYESSSS .... ARRIVEDERCIII !!!!!
@stevemorosko6171
@stevemorosko6171 7 месяцев назад
I am trying to find the highs and lows ALTERNATING based on number entered I tried your code but sometimes I get 2 or 3 highs before another low. How can I make sure its alternating. I am trying to determine the percentage up or down it goes each way to determine what total percentage if I buy at each drop
@gogogomes7025
@gogogomes7025 7 месяцев назад
So I should start looking for local Tops and Bottoms in my area? 🤔🤔🤔
@yellowboat8773
@yellowboat8773 2 месяца назад
Would pips be able to be used in a live trade? Because it would have no idea whats in front of it
@eitan71
@eitan71 3 месяца назад
what an EXCELLENT video! Thanks!
@rverm1000
@rverm1000 5 месяцев назад
this is the kind of info i would like to test . i went looking for a different way of looking for stock volatility. there was an anomally detection video on youtube that looked good. so i adapted it to stocks. it works pretty good. much better success now at picking stocks that have to potential to go up.
@anilkumarsharma8901
@anilkumarsharma8901 Год назад
merey resketch karwa do phir sari duniya following karegi
@gustavnilsson9589
@gustavnilsson9589 Год назад
is the sigma value the percentage you choose yourself?
@generalgyan8099
@generalgyan8099 9 месяцев назад
how to call functions with dataframe???
@anilkumarsharma8901
@anilkumarsharma8901 Год назад
please provide it in trading view by changing it in pine script
@DeAdBiGeYeFiSh
@DeAdBiGeYeFiSh Год назад
goodness bless your videos, neurotrader really neat and informative
@architsharma292
@architsharma292 5 месяцев назад
If you’re going +1 in index to find a top or a bottom, how do you use this strategy in the backtest? That’s a lookahead bias unless you’re saying we would use these tops/bottoms as a trigger for the trade
@ytolgaarda
@ytolgaarda 5 месяцев назад
There is no problem in this backtest. In fact, if it shows a top in the live data, it is definitely going to the bottom(same as bottom to top), but I am not sure about waiting for any signal to buy or sell. because ask this function "What is the price of the coin when we receive the signal?" I'm not sure about the answers we will get. because we can draw candles for 1 hour or 15 minutes. When thefunction says us to BUY THIS ONE or SELL THIS ONE, its already too late...
@sinan245
@sinan245 8 месяцев назад
Very nice info about the topic and I have to say the presentation is exceptionally good. Well done
@Sanatan_mantras
@Sanatan_mantras Год назад
what do you mean by "cheating with future data" on using scipy implemention? Thanks!
@neurotrader888
@neurotrader888 Год назад
When building a trading application you can't look forward in time, only backwards. The loop goes through each candle. if the loop is on the candle of 01-23-2020, we can't use data from 01-24-2020. Only data from prior dates. The scipy implementation does look forward, so it must be used with care.
@powerball200
@powerball200 10 месяцев назад
can we become rich by it?
@alekseysidorov443
@alekseysidorov443 Год назад
Hi, thanks for sharing such useful things. Could you share such algorithms using vectorisation of data?
@neurotrader888
@neurotrader888 Год назад
I'm not sure if its possible to vectorize these algos. I have C++ implementations I use, or you could speed them up with numba.
@goohobot
@goohobot Год назад
Fantastic video. Would you please share the tools or libraries used to make those charts and animations?
@gone12345
@gone12345 Месяц назад
Did you look further into this topic, if so could you share your findings with me
@JPDuRoland
@JPDuRoland 4 месяца назад
does anyone know how he made the animations in the beginning?
@neurotrader888
@neurotrader888 4 месяца назад
Its matplotlib, I saved many images and strung them together using my video editor.
@sushmithaprabakaran
@sushmithaprabakaran Год назад
Thanks a lot brother
@mohammadsafai2720
@mohammadsafai2720 Год назад
thank you for your videos, very clear and perfect. can you make about the detecting Three drives chart pattern? I am working on it and used rolling windows before. but have never been successful. so if you could give me some advices, that would be awesome.
@neurotrader888
@neurotrader888 Год назад
Yeah, I may do a more broad video for finding many harmonic patterns/Fibonacci stuff. Harmonic patterns seem to be a popular topic. In the past I have tried but they did not appear profitable.
@mohammadsafai2720
@mohammadsafai2720 Год назад
@@neurotrader888 thank you. I wish i could talk to you about my team in private. We had so many good results but our main strategies needs these type of patterns as a trigger for combining other indicators.
@如水-e3r
@如水-e3r Год назад
It's great to discover this channel and thanks for your video. I'm now picking python for stocks screen and pattern recognition. Your methods are useful for identification of invented head & shoulder pattern with following uptrend movement, especially by locating the lowest/higher points and straight line method with distance measurement. I will start to try it in weekend, ha.
@_Nocturnal.
@_Nocturnal. 7 месяцев назад
Your videos are awesome! Thank you!
@popovichrush
@popovichrush Год назад
Please can you help me buy coding my strategy for me....am willing to pay for your work.....i also subscribed to your channel just today
@neurotrader888
@neurotrader888 Год назад
Thanks for watching. I do not currently do consulting work.
@popovichrush
@popovichrush Год назад
@@neurotrader888 but can I share my strategy with you so you code it for us to use....because I know nothing about coding and I know you are the code of god .....my strategy is not that difficult.....even if you can write a machine learning to look for my setups too it will help so that I wouldn't have to be going through all the charts looking for my setups or Is there a way for an AI to look for setups and send alert whenever it sees the setup.
@whirlingdeath4573
@whirlingdeath4573 Год назад
@@popovichrush could you share the strategy with me? I know coding and interested your strategy
@popovichrush
@popovichrush Год назад
@@whirlingdeath4573how long have you been coding if I may ask
@whirlingdeath4573
@whirlingdeath4573 Год назад
@@popovichrush I coding for 7 years
Далее
ТАРАКАН
00:38
Просмотров 1,4 млн
Auto-detect Support and Resistance in Python
17:06
Просмотров 22 тыс.
Price Trend Channels Automated In Python
27:56
Просмотров 34 тыс.