A #Crypto trading algo using MAs, Volume and price vs local highs/lows fed into a CART to model tomorrow's price. Not advice
$BTC $ETH $VET $ZIL $BNB $XLM
Short thread to answer a question from @Aquariian_
This bot is coded in R #RStats and uses linear regression on a variety of trading indicators. The main packages are {crypto} which pulls data from Coinmarketcap, {tidymodels} which deals with the regression model and {tidyquant}