How do you pick stocks you will trade each day, and how often do you update your portfolio? Do you have some kind of automated process for it or do you do this manually? Also, how many stocks you trade daily?
Weekly for ETFs (this could also apply to individual stocks), I run scripts to find a set of symbols such that each symbol's correlation to every other symbol in the set is below a threshold as described in this post.How do you pick stocks
%%
I saw this video where he mined candlestick patterns with a genetic algorithm. Not that candlestick patterns are necessarily a good predictor overall, but more as an inspiration how genetic algorithms can be used:I like the video -- the narrator gets to the points quickly and shows out-of-sample results.Interesting, I'll need to look into genetic programming in more detailI saw this video where he mined candlestick patterns with a genetic algorithm. Not that candlestick patterns are necessarily a good predictor overall, but more as an inspiration how genetic algorithms can be used: