How To Build a Cryptocurrency Trading Bot with Python [Part I: Trailing Stop Loss]

  Рет қаралды 9,922

Algovibes

Algovibes

Күн бұрын

Пікірлер: 54
@AlexDBall
@AlexDBall 2 жыл бұрын
I've hit the like button harder than my stop loss got hit!
@Algovibes
@Algovibes 2 жыл бұрын
:D Thanks for watching mate
@twizzlemania3843
@twizzlemania3843 2 жыл бұрын
been following thus channel since early 2021 and it literally changed my life ^^. thanks for inspiring content
@Algovibes
@Algovibes 2 жыл бұрын
Thank you so much for your long term support buddy :-)
@Arthsinghnita
@Arthsinghnita 2 жыл бұрын
keep doing the good work . there are very less youtubers who dig in so much in algo and ur one of them thank u so much
@Algovibes
@Algovibes 2 жыл бұрын
Thank YOU! :-)
@Random_work822
@Random_work822 4 ай бұрын
@@Algovibes hi i have tried this method but it doesn't work can you make another video about it?
@bryan-9742
@bryan-9742 2 жыл бұрын
LOVE the video. Excited to see the next couple. I'm going to turn it into a class with Momentum I think. (i turned your Indian momentum video into a class for crypto momentum. going to add the TSL into that one. pinning down the short term crypto reversal is a bit more challenging. )
@Algovibes
@Algovibes 2 жыл бұрын
Awesome! Thanks a lot Bryan.
@elasuper876
@elasuper876 2 жыл бұрын
can't wait to part 2. Thank you
@Algovibes
@Algovibes 2 жыл бұрын
Thanks Mario 😁
@kennithsmit2356
@kennithsmit2356 2 жыл бұрын
Can't wait for next video. Awsome as always , thank you
@Algovibes
@Algovibes 2 жыл бұрын
Thanks a lot Kennith!
@yanchobeats
@yanchobeats 2 жыл бұрын
Thank you for this awesome work mate! You are a gem to many people!
@Algovibes
@Algovibes 2 жыл бұрын
thank you much! Happy to have you on board.
@dileepsenaka
@dileepsenaka 2 жыл бұрын
Wonderful ! waiting for part III. 🙏
@Algovibes
@Algovibes 2 жыл бұрын
Thanks mate!
@dennbauer
@dennbauer 2 жыл бұрын
Great video to explain the principle of a TSL. Regarding python implementation I would have preferred to see an actual python class StopLoss with a function trail() and a function or property is_triggered() or similar. By doing so you could easily reuse the code in future projects. Still a great series and looking forward to see more!! Danke dir!
@Algovibes
@Algovibes 2 жыл бұрын
Thanks mate / Danke! :-)
@GiovaneMU
@GiovaneMU 2 жыл бұрын
Why is returning this error? ----> 4 liveprice = float(*data['kline']*['close_price']) 5 print(liveprice) TypeError: string indices must be integers
@Algovibes
@Algovibes 2 жыл бұрын
Hi Giovane, just keep the code as shown in the video and you won't run into this error. Cheers!
@arturKrzyzak
@arturKrzyzak 2 жыл бұрын
I'm also on hype train for next part of the series. The way I learn python is to look on trading view indicators pine code and rewrite them to python. It's great way to check if python code indicator works allright by comparing output values with TV indicators. Now, this trailing stop loss/take profit series might complete my bot abilities. Thanks a lot.
@Algovibes
@Algovibes 2 жыл бұрын
Thanks a lot Artur!
@khunspeech9021
@khunspeech9021 Жыл бұрын
thks for the video! couldn't find this anywhere
@Algovibes
@Algovibes Жыл бұрын
Welcome mate! Be invited to check out the other videos.
@RubiconDota
@RubiconDota 2 жыл бұрын
That uwba library is new to me. Can't wait to try it.
@Algovibes
@Algovibes 2 жыл бұрын
Give it a go! Thanks for watching man :-)
@moffartjoshua4266
@moffartjoshua4266 2 жыл бұрын
how comes when I import my files , the line turns grey as if am writing a statement or using the #function
@Love_Single-Eyelids
@Love_Single-Eyelids 2 жыл бұрын
binance getting liquidation price from open positions?
@Algovibes
@Algovibes 2 жыл бұрын
Can you elaborate? Thx!
@darkklucyy661
@darkklucyy661 2 жыл бұрын
Hello, you are the only one whos helping about trade bots in the internet so i wanted to ask you if you know how to entegrate or use non official tradingview indicators(ADX an DI v4 for example)in python Thank You!!
@FireFly969
@FireFly969 2 жыл бұрын
You need to convert them from pinescript to python Means you need to learn pinescript It's easier than python
@darkklucyy661
@darkklucyy661 2 жыл бұрын
@@FireFly969 well thats a great idea thanks,but i am not able to reach one of thems source code what to do now ?
@chigstardan7285
@chigstardan7285 2 жыл бұрын
As for me, I just use pandas_TAlibrary so...
@moffartjoshua4266
@moffartjoshua4266 2 жыл бұрын
Kindly can someone assist me on how to access the ubwa library
@ghazanferali366
@ghazanferali366 2 жыл бұрын
Hi, I want to build a bot, which should run 24/7 and execute trades on the basis of one minute granular data. What's the best option?
@Algovibes
@Algovibes 2 жыл бұрын
Hi Ghazanfer, I have covered topics like that in my cryptobot playlist. Be kindly invited to check out the videos there! Let me know if you need any support.
@traderbsas
@traderbsas 2 жыл бұрын
Codee?
@Algovibes
@Algovibes 2 жыл бұрын
I'd love to provide! Just sign as a Tier-2 channel member here: kzbin.info/door/87aeHqMrlR6ED0w2SVi5nwjoin
@kia4now
@kia4now 2 жыл бұрын
Hey AlgoVibes big fan here. If you're looking for video ideas, I can't seem to find a good tutorial anywhere on implementing more than 1 coin trading alerts/signals/backtests anywhere for crypto trading. A lot of single coin strategies but they are not very helpful when trying to isolate high win ratio entries/exits while scanning the whole market
@Algovibes
@Algovibes 2 жыл бұрын
Hi Kaveh, thanks a lot for your comment mate :-) I have a ton on videos of multiple coin strategies. Be warmly invited to check out the cryptobot playlist! Let me know if you have any further questions.
@anatarek6022
@anatarek6022 2 жыл бұрын
Thanks 🙏
@Algovibes
@Algovibes 2 жыл бұрын
Thanks for watching Ana!
@Berkayda
@Berkayda 2 жыл бұрын
nice video
@Algovibes
@Algovibes 2 жыл бұрын
Thanks buddy!
@FireFly969
@FireFly969 2 жыл бұрын
Thank you
@Algovibes
@Algovibes 2 жыл бұрын
Thank you for your support!
@hadimustafa6714
@hadimustafa6714 2 жыл бұрын
I never miss any vide of yours. You are posting amazing content for beginners. There is a course on using reinforcement learning for managing portfolio on Coursera. Can you kindly check that and make an easy version of it for your viewers?
@Algovibes
@Algovibes 2 жыл бұрын
Thanks for your support Hadi! Also thanks for the suggestion - surely an interesting topic!
@amothe83
@amothe83 2 жыл бұрын
👏👏🙏
@Algovibes
@Algovibes 2 жыл бұрын
❤️
@thechoosen4240
@thechoosen4240 2 жыл бұрын
Good job bro, JESUS IS COMING BACK VERY SOON;WATCH AND PREPARE
@jhomzmarcelotv274
@jhomzmarcelotv274 2 жыл бұрын
Hi can i contact you?
@Algovibes
@Algovibes 2 жыл бұрын
Sure! What can I do for you?
I Gave My Terrible Trading Bot $10,000 to Trade Stocks
16:05
Coding with Lewis
Рет қаралды 544 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Inside the V3 Nazi Super Gun
19:52
Blue Paw Print
Рет қаралды 2,5 МЛН
How I'd Learn AI in 2025 (if I could start over)
17:55
Dave Ebbelaar
Рет қаралды 1,2 МЛН
Trailing Stop Backtest For Algorithmic Trading in Python
19:25
CodeTrading
Рет қаралды 16 М.
Convert TradingView Indicators into Strategies with AI (IT FINALLY WORKS)
21:49
How to Use a Trailing Stop Loss (Order Types Explained)
10:06
Arvabelle
Рет қаралды 809 М.
How To Build A Trading Bot In Python
18:46
CodeTrading
Рет қаралды 875 М.
How to do RESEARCH on a Cryptocurrency Coin or Token (DYOR)
16:05
Whiteboard Crypto
Рет қаралды 374 М.
Where Does Bad Code Come From?
42:21
Molly Rocket
Рет қаралды 211 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН