If we'd like to use other assets, can we implement it in the current code or do we have to repeat this process for each asset?
@RhettReisman11 күн бұрын
Depends exactly what you're trying to do but you should be able to reuse a lot of code
@najee_salazarАй бұрын
This seems very interesting. So the manual part isn't changing the risk number but remembering to change your strategy?
@RhettReisman11 күн бұрын
Ultimately you should be able to automate the whole thing
@matthew38817 күн бұрын
Hi Rhett! Great video, thank you for sharing. Is there some way to sell based on a fixed dollar amount, same as buying? Or maybe a workaround?
@RhettReisman3 күн бұрын
Yeah you could just pull the number and execute a regular sell based on the number. There should be sell code examples in the readme
@BennetRosolanka25 күн бұрын
Very helpful cideo. Is it possible to do market order instead of limit order?
@RhettReisman11 күн бұрын
Code for market buys is in the github: github.com/rhettre/coinbase-advancedtrade-python # Perform a market buy client.fiat_market_buy("BTC-USDC", "10")
@biglonniegruhn2 күн бұрын
Will this work for say Doge or XRP?
@RhettReisman2 күн бұрын
Yes
@biglonniegruhn2 күн бұрын
@RhettReisman ty. I'm try this out. How has it been doing for you?
@myxalplyxАй бұрын
Very cool and informative. I just looked at a couple of your other videos as well. I'm trying to make a automated trading bot with a fairly simply strategy, that will be continuous. This is a good start. Not gonna lie, programming is beyond me but I understand it if I get way down into the weeds and details. I'm looking for simplicity in setting up though.
@RhettReisman11 күн бұрын
AI can help a lot now. Cursor is super helpful for programming and ChatGPT and Claude have come a long way: kzbin.info/www/bejne/eXSUZZtvib9rmMksi=zIifohZqJ8RUYzgH
@Arjun-iu7qo2 ай бұрын
Did you compare the results with fear and greed strategy? E.g buy half when greed and buy 1.5x when fear.
@RhettReisman2 ай бұрын
Planning to do a video where we run both in parallel for a year in separate Coinbase portfolios to see the difference. Will be interesting. Coinbase portfolios are perfect for this use case
@hydrozykАй бұрын
Any info on how to do it on my own machine? Etc, not on AWS.
@user-kw2hs8eu1sАй бұрын
One way would be to install Ubuntu Server on a machine, as a virtual machine, or cloud instance making sure you install and use python 3.9 but why would you do that unless you are just developing when he says AWS is free. It's going to be near 100% uptime with no cost to you.
@RhettReisman11 күн бұрын
I build out something similar locally in this video: kzbin.info/www/bejne/kGHakKeYbpZrgZIsi=5L9SCs-SN1t2XIBh
@BennetRosolanka25 күн бұрын
This is great. How can i do it with a market order?
@RhettReisman11 күн бұрын
Code for market buys is in the github: github.com/rhettre/coinbase-advancedtrade-python # Perform a market buy client.fiat_market_buy("BTC-USDC", "10")
@wildmanbeyond27 күн бұрын
Is there a way to use this method with Coinbase without coding? because I know some others do.
@RhettReisman11 күн бұрын
You need to code to execute more complex strategies. Only other option would be to subscribe to someone's app that does it for you.
@rasmusskov5897Ай бұрын
a couple of questions: 1. so this bot cant both buy and sell? 2. can you show your personal custom buy and sell strat numbers?
@RhettReismanАй бұрын
The can buy or sell. I run a few different strategies in separate portfolios - planning to make a video some time next year to share which ones have outperformed
@alessandrobernini6034Ай бұрын
Hi, very cool feature! if I test it on aws it shows me that he can’t find the module “coinbase_advanced_trader”… did you include it in the release .zip file? In the video you don’t use the same zip file you downloaded… can you help me?😅
@sortediak77502 ай бұрын
Hi, very interesting. I am using your kraken dca script and want to know if you'll update it with alphasquared ? Thank you
@RhettReisman11 күн бұрын
I don't have any videos planned for it - I haven't used Kraken in a while. I would be open to highlighting community efforts to update the Kraken code into a new python wrapper if you can convince someone in the Discord to help you build it: rhett.blog/discord