CCXT - Cryptocurrency Exchange Trading Library Tutorial

  Рет қаралды 73,792

Part Time Larry

Part Time Larry

Күн бұрын

Пікірлер: 118
@parttimelarry
@parttimelarry 3 жыл бұрын
Like the video? Support my content by checking out Interactive Brokers using the link below: www.interactivebrokers.com/mkt/?src=ptlPY1&url=%2Fen%2Findex.php%3Ff%3D1338 Follow Me On Twitter: twitter.com/parttimelarry Source Code: github.com/hackingthemarkets Buy Me a Coffee: www.buymeacoffee.com/parttimelarry
@m4ryou5h
@m4ryou5h 3 жыл бұрын
Cheers!
@jibe3222
@jibe3222 2 жыл бұрын
I appreciate your videos sir. I literally just begun programming for the first time in my life and was able to follow what you've done. Thank you!!! I'll watch&follow the rest of it tonight.
@kennychavez4726
@kennychavez4726 3 жыл бұрын
soothing voice from Part Time Larry to explain a library in 26 mins that would've taken me a day to understand, much love
@ZeroDay-gn2cw
@ZeroDay-gn2cw 3 жыл бұрын
Hello Mr. Larry You are the best teacher and the best programmer Thankful
@lightning_dynamics
@lightning_dynamics 3 жыл бұрын
as absolute noob I take this tutorial as my starting point, thanks man for putting so much effort in !!!!
@detroiter4eva
@detroiter4eva 3 жыл бұрын
This sure is an eye-opener.
@Atropin4ik
@Atropin4ik 2 жыл бұрын
Hooooooollllyyy molly I am so watching al your videos on the channel (haven`t any yet :) ! That is type of content I was looking for such a long time. Thank you in advance!
@damienong1462
@damienong1462 2 жыл бұрын
Really enjoyed your tutorial! Hope to watch more tutorial about ccxt from you.
@nixblicker
@nixblicker 3 жыл бұрын
This is incredible. You are a great teacher!
@Sumdottycoy
@Sumdottycoy 3 жыл бұрын
Bro your stuff is so slept on - so amazing!!! Could you do a video on a more advanced and generic strategy for crypto/stocks!
@detroiter4eva
@detroiter4eva 3 жыл бұрын
Holy #$*%! Thanks, dude. I've been looking for something like this for the past 3 months. You may have just answered my prayers. LOL
@stevenaohio
@stevenaohio 3 жыл бұрын
Ah!... I love how you make these topics digestible... AKA - still hungry... just kidding... THANKS AGAIN!
@Joemama0s
@Joemama0s 3 жыл бұрын
Great video once again! You know what would be a possibly interesting topic for a video: Is discussing how to better get involved in this ecosystem of bot trading. Im very currious to find out how you learn about all these things like the numerai contest or various trading platform's automated features. Just like where to go to get plugged in and how you keep up on new technologies and such
@detroiter4eva
@detroiter4eva 3 жыл бұрын
He ain't tellin. LOL
@kurgan3420
@kurgan3420 3 жыл бұрын
Thank you very much for your explanations always very clear.
@Ro1andDesign
@Ro1andDesign 3 жыл бұрын
I would love to see both a Super trend with MACD as well as an arbitrage strategy, as other comments have mentioned too.
@DavidDji_1989
@DavidDji_1989 3 жыл бұрын
Great video ! I would like to see the implementation of an arbitrage strategy :)
@lukeharper1204
@lukeharper1204 3 жыл бұрын
Awesome tutorial! keep up the good work
@unyimeakn9615
@unyimeakn9615 3 жыл бұрын
Looking forward to the super trend python implementation. If you can do super trend with MACD that will be great because I find that this is one of my best strategies when day trading. Super trend on his own is not very effect but with MACD it is a tool every day trader in my opinion needs.
@Austin9435
@Austin9435 3 жыл бұрын
Yeah thats one of the setups i am using. I would love to see the python implementation
@Cliff-M-
@Cliff-M- 3 жыл бұрын
Awesome content as always. Thanks.
@reyjanson1788
@reyjanson1788 3 жыл бұрын
can we see some Arbitrage implementation ?? x
@caroloko9
@caroloko9 3 жыл бұрын
Great video, more please! :)
@crisg6241
@crisg6241 2 жыл бұрын
Her Larry, thank you for taking the time to make videos for us all. Can you have a video on how to create a bracket/OCO order for coinbase pro?
@vincentcusack996
@vincentcusack996 3 жыл бұрын
Hi Larry, Your videos are awesome! I’m hoping that you could show us how to use CCXT to float a percentage of account pair to fill orders to compound buys and sells.. and maybe combine the forces of your tutorial library somehow by implementing different strategies simultaneously, say for instance: combine your Bollinger squeeze, with rsi oversold and an increase in last 14 period volume by 20% on a daily chart for a buy trigger. Then to sell, use the super trend for a stop loss on a 30 minute trigger and, use talib pattern recognition to calculate next Fibonacci high, or use trading view tend line cross trigger on an hourly chart, for a take win in an order cancels order.. Or maybe trade using both up and down derivatives? You have made learning coding fun!!! Thankyou.
@user-5ry3th
@user-5ry3th 3 жыл бұрын
it's amazing, thank you!
@rayvinvincent
@rayvinvincent 3 жыл бұрын
Absolute Legend!! Thank you so much!!
@Lorant1984
@Lorant1984 3 жыл бұрын
At 15:00 what key do you press in vs code to jump to the .fetch_ohlcv definition, please?
@ДаниярАринов-ы2е
@ДаниярАринов-ы2е 2 жыл бұрын
Hi Larry. Thanks for you perfomance. Do you have ideas for short trading?
@joaobrasil3689
@joaobrasil3689 3 жыл бұрын
Very nice. I would love to see some of this integrated with Backtracker
@garymihalik4065
@garymihalik4065 2 жыл бұрын
Thanks!
@parttimelarry
@parttimelarry 2 жыл бұрын
Thank you!
@kia4now
@kia4now 2 жыл бұрын
Great Video partime Larry, quick question is backtesting possible using just CCXT?
@eddaimes2247
@eddaimes2247 2 жыл бұрын
Great videos ... I'm using CCXT with python and it's mostly straight forward but I have hit a problem trying to find any straight forward information on how to implement the hashed signature and timestamp requirement necessary for some of the requests ... I even read somewhere that Binance are seeing large numbers of people spending hours on their servers trying to solve the Authentication errors/signature/timestamp errors etc ... I think it would be a popular video tbh ... I have spent about a week so far and still getting signature for this request not valid ... the explanations on stack-overflow are not exactly suitable for beginners and Binance documentation isn't a great help when using CCXT ... I doubt anyone but you could explain what the hell they want exactly.
@stefanogrillo6040
@stefanogrillo6040 Жыл бұрын
Larry is full time the n1😀
@TheFynaL
@TheFynaL 2 жыл бұрын
Good. If you are doing well and you have time, you could make a video of Arbitrage between exchanges with the ccxt library
@AutoOrders
@AutoOrders 3 жыл бұрын
Очень круто! Спасибо большое!
@bscarl88
@bscarl88 Жыл бұрын
i'm getting errors, I think the API might have changed for some of the functions? "gemini fetch_order_book failed due to an exchange error: gemini fetchCurrencies() failed to fetch correct data from website. Probably webpage markup has been changed, breaking the page custom parser.string indices must be integers"
@SolidBuildersInc
@SolidBuildersInc 3 жыл бұрын
Kudos - Question? Did you stop using your Docker Up install? Is that what you are in when you did this video? I am wondering if that Docker idea was deprecated? No longer needed? etc. Please advise.....
@evgeniis3464
@evgeniis3464 3 жыл бұрын
i've found another strange discrepancy between what you achieve and what i do: Traceback (most recent call last): File "/Users/someuser/PycharmProjects/somewhat_crypto/bot.py", line 19, in print(balances['total']['ETH2']) KeyError: 'ETH2' while I've follower your tutorial step by step :/ what am I doing wrong?
@jackroark6928
@jackroark6928 2 жыл бұрын
⭐❤
@macrobody
@macrobody 3 жыл бұрын
I'm going to follow along as usual. Great stuff. How about a buy order when RSI is oversold and the price is lower than the 200 ema on a 4 hour chart. Sell when price is 10% higher than 200 ema
@stevenaohio
@stevenaohio 3 жыл бұрын
Sounds like a great strategy. I may try later. See Larry’s next TA video. PTL has opened my eyes to the power of dataframes. Add new columns for RSI and 200ema to the base OHLC dataframe. This can be tricky, but I have done before. He gives BB example in the new TA video. Clues… may need dataframe iLoc & dataframe length manipulation to get RSI values to match correct rows. Stackoverflow is a great resource. Script will check next to last dataframe row for RSI/200ema triggers… add script to 4hr cronjob.
@thomasgeorge3229
@thomasgeorge3229 3 жыл бұрын
amazing!!!!
@elderofzion
@elderofzion 3 жыл бұрын
so this is like for accessing crypto exchanges programmatically? can it be used for sending crypto from one account to other?
@iliach4680
@iliach4680 2 жыл бұрын
I am creating a mobile application with react native and when I try to fetchBalance() it gives me CORS error 'No 'Access-Control-Allow-Origin' header is present'. Can you please suggest me how should I tackle this issue without setting up a proxy server? Thanks in advance
@albertovidalfernandez112
@albertovidalfernandez112 2 жыл бұрын
Hi Larry, could I ask you about how post a simple order with SL anda TP in bybit, I dont understand the documentation. Thanks bro
@user-wr4yl7tx3w
@user-wr4yl7tx3w Жыл бұрын
may be a useful video might be what checks one should do before installing a pip package. I noticed there are a lot of packages nowadays. and not sure which ones are okay. and what the consequences might be.
@letsgobrandon2044
@letsgobrandon2044 2 жыл бұрын
I appreciate your tutorials. They are wonderful help. Could you show us how to code a Ichimoku cloud strategy with long and shorts please.
@k2icc
@k2icc 3 жыл бұрын
Is coinbase and coinbase pro same or different companies? I logged in with same credentials, one has a live chart and the other not. But coinbase show balances, the other not.
@dhruvkhara
@dhruvkhara 3 жыл бұрын
how to place stoplosss and takeprofit in create_market_buy_order()?
@alirezaop3484
@alirezaop3484 3 жыл бұрын
hey larry thanks for the video i have a question my vscode doesn't show the methods of the ccxt library it's not just that one for all the libraries that i've downloaded with pip it doesn't autocomplete their methods do you know how can i fix that?
@Lorant1984
@Lorant1984 3 жыл бұрын
Larry, thanks for the video. Would you be able to point me to the video where you demonstrating how to use the "scheduler" library, please?
@marlenafabrick7662
@marlenafabrick7662 2 жыл бұрын
what was the library overview you are accessing?
@ahmetsuatyildiz4836
@ahmetsuatyildiz4836 2 жыл бұрын
Could you/anybody show how to write the candlestick data of multiple symbols into Excel with CCXT to build a screener? I tried the same method in the channel for S&P500 from yfinance, but it did not work.
@self-improvementdirection6012
@self-improvementdirection6012 3 жыл бұрын
This is the best tutorial on Programming I've seen. Please how can I use ccxt to fetch exchange's orderbooks using python asyncio.. i don't want to use ccxt pro. Please any little clue ?
@gavinramm6725
@gavinramm6725 3 жыл бұрын
Hi - I would love to know if this can be utilised with the backtrader to test the strats...
@parttimelarry
@parttimelarry 3 жыл бұрын
Will try this out github.com/Dave-Vallance/bt-ccxt-store
@artura3553
@artura3553 3 жыл бұрын
Great video. Regarding ccxt, if i am not wrong it doesn't support short selling, or does it? And as usual there are some pros and cons, it is convenient but by using it you have to sacrifice specifics like trail orders. If I am not wrong.
@parttimelarry
@parttimelarry 3 жыл бұрын
For sure, by attempting to support so many exchanges, there is definitely a "lowest common denominator" where you lose some functionality that is specific to certain exchanges. I want to check on CCXT Pro as well, I think you can only use websockets through that version. Maybe it has other features as well.
@francosammartino2523
@francosammartino2523 3 жыл бұрын
Love your content Larry! any chance you could mentor a fellow Argentinian Developer!? Keet it up, regards!
@JaJA-qt3br
@JaJA-qt3br 2 жыл бұрын
for now it is good idea to stake and wait so I think it makes sense to do it with leo token
@balazsa3
@balazsa3 3 жыл бұрын
It would be good to have an introduction to ccxt with node JS. :-)
@thoyo
@thoyo 3 жыл бұрын
Hi Larry, what IDE are you using on the right of the screen?
@detroiter4eva
@detroiter4eva 3 жыл бұрын
Video Studio Code?
@thoyo
@thoyo 3 жыл бұрын
@@detroiter4eva Thx!
@gideon4284
@gideon4284 2 жыл бұрын
great! I don't need to reinvent the wheel
@albertos4850
@albertos4850 3 жыл бұрын
Would you be able to do a video about backtesting in an easy way, for lets say all the crypto coins and compare them on 2 different strategies? thx !!
@gpet2184
@gpet2184 2 жыл бұрын
great video, can you make a tutorial for ccxt pro ?
@macrobody
@macrobody 3 жыл бұрын
Can you do a part 2 with some examples how to get trades from different exchanges?
@MrKabooly
@MrKabooly 2 жыл бұрын
Awesome tutorial. how fetch_ohlcv from Current candle that still not closed? i need open, high, low values in live with python. big Thanks
@Max-yz4dg
@Max-yz4dg 2 жыл бұрын
how can you get fetch multiple ticker at ounce ?
@mbrowne8166
@mbrowne8166 3 жыл бұрын
please connecting api to tradingview ,please have you a step by step tutorial. thank you.
@maheshborate68
@maheshborate68 2 жыл бұрын
can I use it for Indian Use Exchange
@wosixna8114
@wosixna8114 3 жыл бұрын
很受用
@husejinbg
@husejinbg 3 жыл бұрын
Hello nice video. Is is library safe to use can they steal my account or my money?
@TheShoTo
@TheShoTo 3 жыл бұрын
I can't find your video about NMR
@quynhd.2334
@quynhd.2334 2 жыл бұрын
Can this be use as a ramp?
@lazarium1154
@lazarium1154 3 жыл бұрын
I cant install ccxt? it says command not found
@AlexJaeger716
@AlexJaeger716 3 жыл бұрын
how do you use ccxt with the sandbox
@charlesrogers702
@charlesrogers702 3 жыл бұрын
could this be made to work with forex
@stevenaohio
@stevenaohio 3 жыл бұрын
Someone requested here in March of last but I see no updates: github.com/ccxt/ccxt/issues/6716
@dylanwirtz869
@dylanwirtz869 Жыл бұрын
import ccxt doesn't work, followed every troubleshooting list I could find, still .egg error "ccxt module not found" etc. I'm ready to throw this computer off a bridge, after shooting it first
@shunlyu6045
@shunlyu6045 3 жыл бұрын
would like to see triangle strategies.
@videobzz4647
@videobzz4647 Жыл бұрын
how import ccxt ?
@Person-hb3dv
@Person-hb3dv 2 жыл бұрын
12:55 O-o
@Weckmuller
@Weckmuller 3 жыл бұрын
Great to hear that you're aiming to make more crypto. I personally like it a lot. But I also like you other videos too. Thanks for making this content for us!
@parttimelarry
@parttimelarry 3 жыл бұрын
Definitely will be spending more time on crypto. While this channel was originally stock market specific, the stock market only being open 6:30AM-1:00PM on weekdays really limits some of the content I can make since I want to do more live trading demos. On top of that, the subscription / data access fees for stock market data gets old, especially since I like to make videos on multiple brokers and need to maintain an account for each one. Furthermore, the user interfaces for crypto apps are more fresh and innovative. The established stock brokers still have shitty mobile and web apps, which is why Robinhood was able to win so easily. Also, with all of the excitement around NFT's, social tokens, DeFi, etc. there is so much more tech to explore that it would be silly to limit technical content to the stock market applications.
@ivanetinajero
@ivanetinajero 3 жыл бұрын
@@parttimelarry Great desicion.
@m4ryou5h
@m4ryou5h 3 жыл бұрын
Thanks for ccxt video
@ivanetinajero
@ivanetinajero 3 жыл бұрын
Great content as always, thanks master. Maybe you could apply some strategy for buying/selling based on supports and resistences. Can you take a look at this python script for detecting those levels. towardsdatascience.com/detection-of-price-support-and-resistance-levels-in-python-baedc44c34c9 Thanks in advance.
@samgeorgesullivan
@samgeorgesullivan 3 жыл бұрын
Can't wait for the solidity streams :)
@lunoxmage4179
@lunoxmage4179 3 жыл бұрын
Good to see you again Larry. Binance Futures and doji strategy by 03.freeman (tradingview)
@shunlyu6045
@shunlyu6045 3 жыл бұрын
Larry, Long time no see! Hope to see your market making strategy for crypto in the future!
@InsertGreatChannelName
@InsertGreatChannelName 3 жыл бұрын
Thanks
@cetilly
@cetilly 3 жыл бұрын
Glad to see you ditched the black backdrop. I really like the larger PIP with a natural background much more.
@InsertGreatChannelName
@InsertGreatChannelName 3 жыл бұрын
What do you think about a Dropshipping Bot?
@Personify.solutions
@Personify.solutions 3 жыл бұрын
Great! thanks larry
@InsertGreatChannelName
@InsertGreatChannelName 3 жыл бұрын
You are alredy the Trading Bot Guy.
@parttimelarry
@parttimelarry 3 жыл бұрын
Haha, yeah I guess I am! Trying to find the right boundaries of the niche :)
@dservais1
@dservais1 3 жыл бұрын
When is the next one ?
@MrKabooly
@MrKabooly Жыл бұрын
after fetching 4 times i have error: "code" : "429000", "msg":"too many Requests" enableRateLimit = True but not resolve the error please help, Thanks
@AbdulrhmanAlhalabi
@AbdulrhmanAlhalabi 2 жыл бұрын
Hey Larry I am getting this problem at Binance could you help (it's only on binacnce-its everything working fine on coinbase ) Traceback (most recent call last): File "C:\Users\Abdulrahman Alhalabi\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen httplib_response = self._make_request(
@theodorelee4383
@theodorelee4383 3 жыл бұрын
Can you hook this up to backtrader?
Supertrend Part 1 - Average True Range
19:44
Part Time Larry
Рет қаралды 28 М.
How to whistle ?? 😱😱
00:31
Tibo InShape
Рет қаралды 23 МЛН
Mom had to stand up for the whole family!❤️😍😁
00:39
Sigma baby, you've conquered soap! 😲😮‍💨 LeoNata family #shorts
00:37
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 33 МЛН
But how does bitcoin actually work?
25:16
3Blue1Brown
Рет қаралды 16 МЛН
Build a Real-Time Crypto Trading Bot in under 100 Lines of Code
1:10:19
Part Time Larry
Рет қаралды 476 М.
Hacking Windows TrustedInstaller (GOD MODE)
31:07
John Hammond
Рет қаралды 694 М.
Supertrend 4 - CCXT Crypto Bot - Order Execution with Python
34:05
Part Time Larry
Рет қаралды 56 М.
Code a Crypto Trading Bot For Bitcoin With NodeJS & Binance API
18:41
Technical Analysis Library in Python Tutorial
22:24
Part Time Larry
Рет қаралды 51 М.
🔴 Let's code a trading bot for Solana!
52:21
EatTheBlocks
Рет қаралды 9 М.
How to whistle ?? 😱😱
00:31
Tibo InShape
Рет қаралды 23 МЛН