How To Find Trend Lines FASTER, using Python (Part One)

  Рет қаралды 22,839

Tudor Barbulescu

Tudor Barbulescu

Күн бұрын

Hey friends,
in today's video I will show you a basic algorithm to programatically identify and draw trend lines. The code is a bit older so it's not perfect, or production ready, but the video contains insights into how you might think about these things and I think it will be valuable.
As usual, here's the complete code:
github.com/tudorelu/tudorials...
Think you would like to join our trading bot community, to share tips, ideas or get inspired?
t.me/joinchat/G0Ey-xVAjNdYcZc...
Join us on discord (algo trading community):
/ discord
I Twitch live coding sessions weekly:
/ tudorelu01
Binance referral code:
www.binance.com/?ref=10961872

Пікірлер: 42
@gordonk7585
@gordonk7585 3 жыл бұрын
You are a pure genius !! Thank you for your work body ;)
@al3meed226
@al3meed226 4 жыл бұрын
Hi bro , you are legend ! . I couldn't run the last version of Bot "part5" . But instead I tried by running part4 . I tested it about 2 weeks . It has very good accuracy with ichimoku strategy. Thanks for all of that . I am trying now to get part 5 working .
@cryptobit9608
@cryptobit9608 3 жыл бұрын
i can help if needed
@timmydotlife
@timmydotlife 2 жыл бұрын
I like the beat you added while coding
@markjudeestrera
@markjudeestrera 3 жыл бұрын
thanks Tudor will you still be adding more on this series? like adding pivots etc. again thanks
@Whitedtrades
@Whitedtrades 4 жыл бұрын
Keep good work dude!
@TudorBarbulescu
@TudorBarbulescu 4 жыл бұрын
Thanks, you too!!
@micahgunter8548
@micahgunter8548 3 жыл бұрын
I'm totally blown away by this program you've made. I'm having a bit of trouble adapting it to the data that I use. any chance I could get some troubleshooting advice from you?
@TudorBarbulescu
@TudorBarbulescu 3 жыл бұрын
This is one video I've been meaning to update for a long time; it's old clunky code and am not really keen on touching it again. But join one of the socials (Discord / Telegram) regardless and ask the question there, I or someone might be able to help troubleshoot.
@karthikprasad7991
@karthikprasad7991 2 жыл бұрын
Very well xplained
@vivekkoul4428
@vivekkoul4428 Жыл бұрын
Hi awesome video! But where to find the previous video?
@thokozanimpanza3135
@thokozanimpanza3135 3 жыл бұрын
Great video! could you please help me constructing extremums points using MQL4/5? I just wanna program a trend line strategy.
@johnterry8958
@johnterry8958 4 жыл бұрын
That was great. Can you also do support / resistance lines?
@TudorBarbulescu
@TudorBarbulescu 4 жыл бұрын
No promises. 😄
@cainezekiel8794
@cainezekiel8794 3 жыл бұрын
hi l can helo you with support and resistance
@christiancherful
@christiancherful 3 жыл бұрын
Great video! The title says part 1... Is there a part 2? If so, can you link to it?
@TudorBarbulescu
@TudorBarbulescu 3 жыл бұрын
No part 2 yet!
@christiancherful
@christiancherful 3 жыл бұрын
@@TudorBarbulescu , Looking forward to it!
@Lolo5
@Lolo5 4 жыл бұрын
Good explination
@TudorBarbulescu
@TudorBarbulescu 4 жыл бұрын
Thanks and welcome!
@narftom
@narftom 2 жыл бұрын
Can I use the code in Metatrader 5? Thanks!
@cainezekiel8794
@cainezekiel8794 3 жыл бұрын
hi bro. how can l get in touch? telegram seems not to be working
@cryptobit9608
@cryptobit9608 3 жыл бұрын
on part 5 if i wanna run strategy on just coins i am interested how would i go about it?
@TudorBarbulescu
@TudorBarbulescu 3 жыл бұрын
you can put the pairs in a list like this pairs_list = ['BTCUSDT', 'ETHUSDT'], loop through the pairs and do whatever analysis you want on each pair
@cryptobit9608
@cryptobit9608 3 жыл бұрын
@@TudorBarbulescu can i get the code for top 10 coins volume wise?
@saidabbassi9702
@saidabbassi9702 4 жыл бұрын
Can you Please help with a python bot calculating RSI or getting it from binance?
@guillaumemortelecque743
@guillaumemortelecque743 4 жыл бұрын
pyti as a function in it that calculate RSI, I don't know how to put in in the code, maybe "from pyti.RSI import RSI as rsi", then it has to calculate the RSI data like the program did for sma previously...
@TudorBarbulescu
@TudorBarbulescu 4 жыл бұрын
That is correct, just follow one of the previous videos (part 1 or 2) and instead of using the sma use rsi, also from pyti
@maheshhraut
@maheshhraut 3 жыл бұрын
Name of background speech?
@tomCatzy
@tomCatzy 4 жыл бұрын
Defently you make some good videos here. But i must admit this one i realy have troubles to figure out all the mathematics and functions that you use in the analysis file AnalysisTools.py file. Cross-product, Normalization and a lot of used factors in your code ...and others range and f.ex the - I simply don't get the definition: get10Factor. Where to 'find' the Points P1,P2 and P3 in the drawn lines ? Just clearify things out...
@TudorBarbulescu
@TudorBarbulescu 4 жыл бұрын
Hey man, join me in my twitch stream in 8 hours (8:30 AEST) where I will do some live coding and answer your question if you ask it in the chat! www.twitch.tv/tudorelu01
@falaqayoub4793
@falaqayoub4793 3 жыл бұрын
Part 2 please
@ratneshdawar960
@ratneshdawar960 11 ай бұрын
why we used the cross product here
@heyitsyusuf74
@heyitsyusuf74 4 жыл бұрын
Renko + Ichimoku. That would be insane.
@TudorBarbulescu
@TudorBarbulescu 4 жыл бұрын
Any good articles outlining this strategy?
@heyitsyusuf74
@heyitsyusuf74 4 жыл бұрын
@@TudorBarbulescu Individually, yes. Combining the two, no. Renko doesn't take time into consideration but there are modified Renko "indicators" on TradingView that do. Either way, the combination is amazing. Look into it.
@user-wd9sl7bu4q
@user-wd9sl7bu4q 9 ай бұрын
​thanks..please let us know the indicator
@choudhary6964
@choudhary6964 3 жыл бұрын
tudor, please please reply..it is urgent i am looking for something which can draw support and resistance based upon the criteria i have in mind, i want computer to draw support and resistance on around 10 stocks and 3 index in the live market, and after that i want the computer to tell me should i buy or sell, for this thing to happen what should i learn i know nothing about programming, but i can learn but don't know what to learn in programming, please guide tudor
@guillaumemortelecque743
@guillaumemortelecque743 4 жыл бұрын
a discord is more user friendly than a telegram by the way
@TudorBarbulescu
@TudorBarbulescu 4 жыл бұрын
Good suggestion dude
@TudorBarbulescu
@TudorBarbulescu 4 жыл бұрын
discord.gg/q89gPP
@FAROOQ95123
@FAROOQ95123 2 ай бұрын
Convex hull mate
Algorithmic Trading: The Basics (Part 1)
12:42
Tudor Barbulescu
Рет қаралды 35 М.
Can You Draw A PERFECTLY Dotted Circle?
00:55
Stokes Twins
Рет қаралды 45 МЛН
WHAT’S THAT?
00:27
Natan por Aí
Рет қаралды 7 МЛН
Can You Draw A PERFECTLY Dotted Line?
00:55
Stokes Twins
Рет қаралды 115 МЛН
마시멜로우로 체감되는 요즘 물가
00:20
진영민yeongmin
Рет қаралды 29 МЛН
Price Trend Channels Automated In Python
27:56
CodeTrading
Рет қаралды 32 М.
The REAL Three Body Problem in Physics
16:20
Up and Atom
Рет қаралды 139 М.
Automated Price Break Out Detection: Algorithmic Trading In Python
16:34
Algorithmic Trading Strategy Using Python
31:57
Computer Science
Рет қаралды 430 М.
Auto-detect Support and Resistance in Python
17:06
Chad Thackray
Рет қаралды 20 М.
The Man Who Solved the World’s Most Famous Math Problem
11:14
Newsthink
Рет қаралды 656 М.
Algorithmic trading in Python: Support and resistance
17:07
Samsung laughing on iPhone #techbyakram
0:12
Tech by Akram
Рет қаралды 432 М.
Как распознать поддельный iPhone
0:44
PEREKUPILO
Рет қаралды 1,9 МЛН
Смартфон УЛУЧШАЕТ ЗРЕНИЕ!?
0:41
ÉЖИ АКСЁНОВ
Рет қаралды 624 М.
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 36 МЛН