Hi All,
I've not been on Quantopian for a long time, so i'm still pretty new to it all but a managed to build an reverse scale trading algorithm based on an artikle i once read on the internet. The idea is that you buy more if a stock rises above a certain level, and sell when it goes below it. Then these levels adopt to the new price. With this you try to build a portfolio of continually rising stocks, by removing the ones that do not rise. Then when these also go below the adopted low level you hope to have made a profit.
Finaly i have made a profitable algorithm out of it, but it still contains some bugs, because at some point it buys way to much stocks at one day. Also i think that the selection method for buying algorithms could be improved, maybe even with a fundamental method. So far i have not been ablo to come up with a good method that helps the reverse scale method select good initial stocks. If anyone has some pointers or tips that could improve this algorithm that would be great!
Feel free to copy and improve this algorithm, and if you improve it it would be great if you can post your improved version here also.
Regards,
Dennis