In the previous article, I introduced how I, as a programming beginner, started building an FX automated trading tool using ChatGPT and Codex. This time, I will explain what I prepared before actually ...
When testing an EA, there are moments when you get swayed by the numbers. It's making a profit. The Profit Factor isn't bad either. The maximum drawdown is within an acceptable range. Even so, some ...
This project builds an end-to-end machine learning pipeline to predict the next-day price movement of Apple (AAPL) stock using technical indicators derived from historical market data. The workflow ...
A from-scratch quantitative backtesting system implementing Simple Moving Average (SMA) and Exponential Moving Average (EMA) crossover strategies across seven stocks spanning five market sectors. All ...