Don’t really have a clear strategy yet. I’m thinking of trying to break it down into logical areas: like using the RSI for indicating “isOverbought” “isOversold”, and maybe the MACD for trend: “isConverging” “isDiverging”, then grab a couple of price points to see which way the price is going.
Then have some basic logic like “isOverbought” = true and “isConverging” = true and the price direction is going up, sell any long positions. Opposite on the other side…