I found an old repo of mine from 2018. A stock price predictor. TensorFlow 1.x, raw Python.
https://github.com/alexander2323/deep-learning-predicting-stock-price
I was 23 and I had no idea what I was doing. I just knew I wanted to predict markets with neural networks, so I read papers and started building.
8 years later I have an autonomous trading agent running on a Raspberry Pi on my desk. It scans markets, builds its own strategies, and paper trades while I sleep. I didn’t write a single layer. I described what I wanted and it exists.
I could barely get 50% accuracy on my old script in 2018.
Today i am getting way higher estimates on the paper trading.
Here is the dilemma: do I share my secrets publicly? This is the dilemma that keeps me from talking about it online because it could be copied easily and would ruin the strategy.




