Reading the description makes me very excited. Cant wait to see the final product. BTW thanks for writing a proper description. People nowadays seem to either put SEO nonsense or AI garbage.
@RhettReisman5 ай бұрын
Thanks 🙏 yeah descriptions are so powerful when we use them correctly. It’s weird how people just don’t put the right info in them definitely makes the video less helpful
@YizzyYikes5 ай бұрын
Thanks Rhett...great video and very easy to follow! Everything worked perfect for me. Looking forward to more videos!
@RhettReisman4 ай бұрын
Awesome! Glad it all worked out - more to come 🥳
@JesusSalazar-kv7mn5 ай бұрын
Love the video bro 💪 even with an official SDK, you are showing us the power of our own work!
@RhettReisman5 ай бұрын
Exactly 🙌 we can build even cooler things now that Coinbase released their sdk
@krrishjoyАй бұрын
Man Thank you very much, allots of people waste time and junks, your video is best . SUBSCRIBED TO MY MAN 😀
@RhettReisman8 күн бұрын
LETSS GOOOOOO
@mosl2te5 ай бұрын
Thank you for this!
@RhettReisman5 ай бұрын
Happy to help :)
@marknielsen4494Ай бұрын
Great video Rhett! Wondering how to know what version of coinbase sdk you put in your zip layer? I'm looking at your repo v0.3.2 - AlphaSquared Integration on Oct 13. The Coinbase repo shows latest release of v1.8.1 on Nov 15. Does this mean there's a newer version? If so, do you plan to keep your zip current? Thanks again for all your efforts - great work!
@RhettReisman8 күн бұрын
Cheers Mark sorry for the late response. Yes I need to keep my wrapper up to date with the latest from Coinbase to use the latest Coinbase functions. I'm going to try to be better about this in 2025, I recently got it caught up to use their latest release
@austinfrazier73252 ай бұрын
Awesome video
@RhettReisman2 ай бұрын
Thanks Austin 🙏
@user-kw2hs8eu1sАй бұрын
Cool, but is there any automated test cases to run to make sure everything is working as intended? Test cases when dealing with finacial stuff is a must.
@RhettReisman8 күн бұрын
There are test cases you can run in the github
@bobgibson13035 ай бұрын
Is there an automated withdrawal function that we can pair with this so we can auto buy and auto withdraw to cold storage? Awesome work Rhett!
@RhettReisman5 ай бұрын
Yeah link is in the description it should still work but might need to be updated
@_Shimona2 ай бұрын
Thanks for this! I am having trouble in python being able to fetch historic candle data, Any solutions?
@RhettReisman2 ай бұрын
What error are you facing? Might be easier to debug in the discord
@kevinwebber17465 ай бұрын
let's gooooo!
@RhettReisman5 ай бұрын
🥳🥳🥳
@matts81362 ай бұрын
How do we find out other functions available? For example I’m doing back testing and want historical candle data.
@RhettReisman2 ай бұрын
Here’s the documentation: docs.cdp.coinbase.com/advanced-trade/docs/rest-api-overview
@JiříVokurka-i3j4 ай бұрын
Hi Rhett, how can I setup the toggle AI Pane? Is there eny extension you have downloaded? Thanks for the video!
@RhettReisman4 ай бұрын
It’s a program called cursor.sh it’s not actually vs code
@Brutaka12 ай бұрын
What's curser essage? I cannot find that link in the description.
@RhettReisman2 ай бұрын
Video tutorial link: kzbin.info/www/bejne/eXSUZZtvib9rmMk&pp=ygUMcmhldHQgY3Vyc29y Download link: www.cursor.com/
@torbjrnaabergenes99713 ай бұрын
Hey, thanks for the tutorial. It worked well for me the first days, but after 4 days it started doing 3 orders in a row, per day. Very strange. The orders were right after each other, like 20 seconds gap. The same amount every time. Do you know how to fix this? The retry policy in aws is turned off. Regards
@RhettReisman3 ай бұрын
Coinbase introduced an issue recently that started throwing issues - I patched it in the latest release. If you use the new layer.zip in the new release that error should go away: github.com/rhettre/coinbase-advancedtrade-python/issues/92 I’m not sure that that’s what is causing your issue though. It’s weird that if the retry policy is off that it would be running multiple times. Try these steps if updating the layer.zip doesn’t work 1. **Duplicate Event Triggers**: Check if the EventBridge rule is somehow firing multiple times for the same event. You can inspect the EventBridge logs to ensure it's not triggering more frequently than expected. 2. **Concurrency Issues**: If Lambda is executing multiple times simultaneously, it could be leading to the behavior you're seeing. Ensure that the concurrency limit is set properly for your Lambda function. 3. **EventBridge Rule Misconfiguration**: If the rule is set to run based on time, ensure that there’s no accidental overlap or misconfiguration that’s causing it to trigger more than once per day.
@BreakNAllRecordsBARtv4 ай бұрын
Rhett, what is the advantage to this?
@RhettReisman4 ай бұрын
You can automate bitcoin accumulation / trading strategies and take advantage of advanced trade’s fee structure (vs mobile app - you have no access to advanced indicators like fear and greed / mvrv / alpha squared)
@gandolfgrey53854 ай бұрын
Coinbase advanced trade like is invalid
@RhettReisman4 ай бұрын
1) What
@GalaxyTile4 ай бұрын
“Link” is invalid. Says page not found.
@RhettReisman4 ай бұрын
Ah good call. I updated the Rhett.blog coinbase link. Thanks guys