From 5e01b87d3c5e27887dcc9f9f6d4a546ea413ec82 Mon Sep 17 00:00:00 2001 From: Garfield Date: Sat, 21 Mar 2026 18:55:58 -0400 Subject: [PATCH] Update URLs to use git.fetcherpay.com domain - Changed from internal IP (10.152.183.192:3000) to domain - Ensures accessibility from any machine on any network - Consistent references for cross-machine access --- 2026-03-21-mql-trading-bots.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2026-03-21-mql-trading-bots.md b/2026-03-21-mql-trading-bots.md index edcce79..11296e8 100644 --- a/2026-03-21-mql-trading-bots.md +++ b/2026-03-21-mql-trading-bots.md @@ -130,7 +130,7 @@ input int InpTakeProfit = 200; // Points ## 5. Gitea Migration ### Repository Created: `mql-trading-bots` -- **URL**: http://10.152.183.192:3000/garfield/mql-trading-bots +- **URL**: https://git.fetcherpay.com/garfield/mql-trading-bots - **Web**: https://git.fetcherpay.com/garfield/mql-trading-bots - **Size**: 131 KB @@ -188,7 +188,7 @@ mt5-docker/config/.wine/drive_c/Program Files/MetaTrader 5/Bases/MetaQuotes-Demo ## 7. Next Steps for Future Sessions ### To Resume Work: -1. Clone repository: `git clone http://10.152.183.192:3000/garfield/mql-trading-bots.git` +1. Clone repository: `git clone https://git.fetcherpay.com/garfield/mql-trading-bots.git` 2. Check this conversation history file 3. Verify MT5 Docker status: `cd ~/mt5-docker && ./STATUS.sh` 4. Review latest logs for trading activity