From 7758bada20f2e9aee83137e342560e096396c59f Mon Sep 17 00:00:00 2001 From: Vittus Mikiassen Date: Tue, 23 Jun 2026 20:43:34 +0200 Subject: [PATCH] Update README with training instructions and remove goals Removed project goals section and updated training instructions. --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 7c369e5..1bf2be2 100644 --- a/README.md +++ b/README.md @@ -160,22 +160,8 @@ Train and trade simultaneously: python mt5-xau-lstm-ppo-bot.py --train --test ``` ---- - To train download a m5 xauusd csv file form kaggle or dukascopy and place the folder in "download" relative to the directory the mt5-xau-lstm-ppo-bot.py is in. -## Project Goals - -Current work focuses on: - -- Improving PPO policy learning -- Better feature engineering -- Dynamic trade management -- VWAP and volume analysis -- Smart Money Concept detection -- MFE/MAE prediction research -- Higher timeframe context - --- ## Disclaimer