No video

Auto-detect Support and Resistance in Python

  Рет қаралды 21,478

Chad Thackray

Chad Thackray

Күн бұрын

Пікірлер: 52
@k2icc
@k2icc Жыл бұрын
Definitely a great job there and a very nice tutorial. I love technical indicators, but Python has given me a lot when it comes to manipulate or handle data for a visual presentation.
@whatsthememe2913
@whatsthememe2913 Жыл бұрын
This exactly what I was looking for! Chad you’re a lifesaver. Next step would be to create a strategy on this information in python!
@jorgeplaza7938
@jorgeplaza7938 Жыл бұрын
Thanks for the video! Tried many aproaches to this matter and certainly yours is the best. KDE is a very interesting concept I now fully understand.
@daymaker_trading
@daymaker_trading Жыл бұрын
Wow, this is gold! Thanks so much for sharing your knowledge ❤
@paulbrown5839
@paulbrown5839 Жыл бұрын
Very solid piece of work this Chad. I've just been through it again and will take some of your innovative ideas from it. Cheers.
@ThinAirElon
@ThinAirElon Жыл бұрын
High Quality Channel on Algo
@ChadThackray
@ChadThackray Жыл бұрын
Thanks!
@TavoPlus
@TavoPlus Жыл бұрын
Excellent, I tried and personalized your code. Thank you, it helped me a lot!
@UnbenutzerKanalname
@UnbenutzerKanalname Жыл бұрын
i was trying to use a simple histogram for the min/max values, but the kernel is a great idea. thanks!
@brich8110
@brich8110 Жыл бұрын
Really really helpfull video, also what a great idea that you can try is to use some AI to learn with a volume indicator (for example) what support and res are more likely to be "respected". Thansk alot for the vid (Pretty sure you can do it with scikit
@GlebKretinin
@GlebKretinin Жыл бұрын
Great job Chad! Thank you for sharing!
@eige2992
@eige2992 Жыл бұрын
hello, great concept! i was in a confusion when I had to decide how to group the extrema values, but the concept of KDE in your video was very helpful. I guess you could try to find the peaks and trough separately instead of combining them together and running separate KDE algorithms to both of those values to differentiate support and resistance lines?
@karlbooklover
@karlbooklover Жыл бұрын
was just thinking about codifying patterns into vectorbt, this should work to implement as a strategy, thanks! :)
@kurdmanpar5706
@kurdmanpar5706 Жыл бұрын
Thank you for your good video. If this project is more complete to clearly define the lines of resistance and support, it will be very valuable. sincerely.
@mehranhub8312
@mehranhub8312 Жыл бұрын
you are amazing man please keep going on your educations😍
@anilmm2005
@anilmm2005 Жыл бұрын
Thanks lot Chad can you confirm how to get the code shown in the video?
@SkyRiderJavelin
@SkyRiderJavelin Жыл бұрын
Brilliant work Chad
@2907866
@2907866 Жыл бұрын
Great information and tutorial!
@TwelfthRoot2
@TwelfthRoot2 Жыл бұрын
i think weighting the S/R by volume could be helpful. great video.
@rabbitgomes5817
@rabbitgomes5817 10 ай бұрын
hey Chad! nice video, and awesome approach with signal processing and kde! Can you supply the code behind the "draw_candle_chart" function? I believe thats in the top of the notebook, but can't see it clearly on the video.
@ChadThackray
@ChadThackray 10 ай бұрын
If you lookup "How to Create a Candlestick Chart Using Matplotlib in Python" that's the code I used. At some point I'm planning on going through and linking all the code from my videos, but will take a few months
@rowanans
@rowanans Жыл бұрын
very beautiful, Chad!
@segunda_parte
@segunda_parte 6 ай бұрын
Thank you very much for the video. How can I make the volume be taken into account to give more relevance to the candles that have greater volume?
@tilttrader
@tilttrader Жыл бұрын
awesome video.
@davidberry8511
@davidberry8511 Жыл бұрын
Great video, support and resistance is a big topic to code since it is so subjective. Where can I download the your code fom this lesson?
@dataml-trading4085
@dataml-trading4085 Жыл бұрын
Very helpful man !
@valueray
@valueray Жыл бұрын
where is the jupyter?
@misaghesh4963
@misaghesh4963 Жыл бұрын
Thank you for your good video
@mohitgarg4168
@mohitgarg4168 Жыл бұрын
Fantastic work Chad..!! Can you please share a link to download this Jupyter notebook.
@zacharyperryman8663
@zacharyperryman8663 3 ай бұрын
Do you ever post your code so that followers can mess around on their own? Thanks!
@rickymacharm3437
@rickymacharm3437 Жыл бұрын
lovely video. for the interval could you test with ATR or standard deviation so it works with the present volatility of the asset
@ChadThackray
@ChadThackray Жыл бұрын
This is a good idea!
@BeyondTheHodl
@BeyondTheHodl Жыл бұрын
great video! Just wondering once you get the horizontal lines like you did at 13:38 how would I go about creating code so that the horizontal line stops once price hits it/crosses it?
@akbarboghani1
@akbarboghani1 Жыл бұрын
Thanks Chad.
@kailee-st2mf
@kailee-st2mf 9 ай бұрын
good job
@maverick456-33
@maverick456-33 Жыл бұрын
Very Nice Tutorial which can be applied for Pivot and Fibonacci ! Is it possible for Triangle patterns as well with this ?
@ChadThackray
@ChadThackray Жыл бұрын
With a bit of tweaking maybe. I'm going to try mess around with some other ML techniques to see if I get make it more reliable and recognise other patterns as well
@SY41LENDRA
@SY41LENDRA Жыл бұрын
i dont undesrtand about phyton coding, can you tell me what is the logic how to draw horisontal lines support and resistant in candlestick chart, i saw your video 14 minutes, i dont get the points
@orderflow2322
@orderflow2322 Жыл бұрын
it would be cool to see how to determine the flat algorithmically on python
@paulbrown5839
@paulbrown5839 Жыл бұрын
What we want is the strongest support and resistance levels. There are rules about which level is strong, and which is weak. Apply those to filter the levels down to the best ones.
@FilSerge
@FilSerge Жыл бұрын
What qre these rules?
@paulbrown5839
@paulbrown5839 Жыл бұрын
​@@FilSerge You can find them on YT..for example, a level near a round number is good, eg. 1.0850.
@rezasadeghi2520
@rezasadeghi2520 Жыл бұрын
thank you :)
@siddharththakur5978
@siddharththakur5978 Жыл бұрын
Why aren't we using moving average instead of kernel density?
@dimayasnohurskyi2805
@dimayasnohurskyi2805 Жыл бұрын
Do you have something similar for another TA stuffs, like triangles and etc?
@ChadThackray
@ChadThackray Жыл бұрын
Not yet!
@monkeyloopingtrading2013
@monkeyloopingtrading2013 Жыл бұрын
thank you ! i like it! but please help me. Why this error? NameError Traceback (most recent call last) Input In [131], in () ----> 1 draw_candle_chart(sample_df, price_range[peaks]) NameError: name 'draw_candle_chart' is not defined. i'm so frustrated🙃😊
@ChadThackray
@ChadThackray Жыл бұрын
You'll need to define a function to draw a candle chart, it's not built in. I copy-pasted the one from a website called statology and it worked pretty well
@CptnYarface
@CptnYarface 2 ай бұрын
He used a function called 'draw_candle_chart' to make the final plots with the support levels included. Statology has an example of how a candlestick chart can be made, but to overlay the support levels and create the "error bars," you will have to adapt the code yourself and create your own plotting function.. or maybe ChatGPT can help. I use mpf.plot(df, type='candle') to make candle charts, where df is a DataFrame with 'Open', 'High', 'Low', and 'Close' prices for the stock. Would have been nice to see the code for his function, for sure, but it will be an adventure trying to figure it out, at least lol
@DGM-DailyGameMoments
@DGM-DailyGameMoments 2 ай бұрын
Find it difficult to comprehend the logic and codes
@bikramssharemarkettradingc7366
@bikramssharemarkettradingc7366 Жыл бұрын
Your video is great, but there is. Some theory part. Not very easy for persons new to machine learning
@FilSerge
@FilSerge Жыл бұрын
There's no ML, just pure statistics.
Multi-timeframe Strategies in Backtesting.py
13:02
Chad Thackray
Рет қаралды 9 М.
2 Methods to Find Peaks in Mass Spectrometry Data Using Python
12:33
Christopher Pulliam, PhD
Рет қаралды 14 М.
When you discover a family secret
00:59
im_siowei
Рет қаралды 23 МЛН
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 38 МЛН
Whoa
01:00
Justin Flom
Рет қаралды 48 МЛН
Detecting Price Trends in python - Higher Highs, Higher Lows
24:18
Chad Thackray
Рет қаралды 27 М.
Market Profile and Support/Resistance Levels With Python
10:26
neurotrader
Рет қаралды 24 М.
Trading Indicator Analysis: CHOCH Indicator Python Implementation
14:10
Automated Price Break Out Detection: Algorithmic Trading In Python
16:34
Automated Support and Resistance Detection in PYTHON
19:25
CodeTrading
Рет қаралды 63 М.
Automated Price Action Trading Strategy In Python
32:48
CodeTrading
Рет қаралды 47 М.
When you discover a family secret
00:59
im_siowei
Рет қаралды 23 МЛН