You still have to describe exactly how you want it to trade.
Make a script in r that connects to binance and keeps a list of all the coins, loop endlessly through the coins and whenever one of them has a buy signal purchase $1 of it. Use a combination of moving averages crossing, MACD and RSI to determine buy and sell signals. Keep a list of all open positions and how much they've gained or lost since purchase. Using a trailing loss calculation on every position so if it trails 5% it will stop loss.
It'll output a lot of bad code that needs fixing but it'll mostly get the skeleton right
Yup I just had it make a crypto trading bot for me (seriously)
fk that's smart thinking on your part!
You still have to describe exactly how you want it to trade.
Make a script in r that connects to binance and keeps a list of all the coins, loop endlessly through the coins and whenever one of them has a buy signal purchase $1 of it. Use a combination of moving averages crossing, MACD and RSI to determine buy and sell signals. Keep a list of all open positions and how much they've gained or lost since purchase. Using a trailing loss calculation on every position so if it trails 5% it will stop loss.
It'll output a lot of bad code that needs fixing but it'll mostly get the skeleton right
I'm interested :O