- Search Energy EXCH
-
Bl4ckP3n9u1n replied Oct 5, 2025For those who spotted the flaw in the last log I have updated the logic to fix this as the updated log below shows why the flaw needed to be fixed. See the UPDATED LOG as the continuation from the previous post and then the LOG WITH FIX as GATE ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Oct 5, 2025I have updated the GATE to include a weekend sentinel to check any open trades over the weekend and identify any gaps upon market open as the current SELL trade (which should not have been executed in the first place, but now I have also fixed this ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Oct 5, 2025GATE rode out the Friday NY market open (and all of Friday trading) and waiting for the Sydney open and hopefully hit the SELL TP. The script has a multi-layered post-trade analysis system that is automatically triggered the moment a trade closes. I ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Oct 4, 2025I am looking at a Python script conversion to mql5 file (Expert Advisor). I need to continue to test GATE with the current Python script before I think if it is worth it to convert to an EA. We are missing about 5% of the functionality due to MQL5 ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Oct 3, 2025That time every other TP level hit right at the price high for all the BUY trades and the only SELL trade doesn't hit the TP and there's a huge reverse. Apart from that and what could wipe out all of the gains from the previous trades, GATE is going ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Oct 3, 2025The live trading Playbook (with the strategies) injection works. 2025-10-03 15:35:03,455 - INFO - --- Running Full Analysis Cycle --- 2025-10-03 15:35:04,380 - INFO - Junior AI (M15 Strategist) analyzing... 2025-10-03 15:35:06,068 - INFO - Junior AI ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Oct 2, 2025Straight out of the GATE... This is a very small sample chart of GATE which at first you might not consider is significant however, when you see that first 3 trades were all executed very close to each other, the second being on the same candle and ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Oct 2, 2025BTW The GATE has placed a SPX500 trade that we hope hits today. Entry Price: 6723.80 TP: 6807.06 (83.26 points) SL: 6654.41 Lots: 0.01 Lets see how we go.
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Oct 2, 2025I've been looking at an easier way to work on the AxiomEdge whilst I've had some time off recently. Basically it's a live version, but stripped down using the general framework from AxiomEdge, I call it Gemini Adaptive Trading Engine (GATE). MT5 and ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Sep 21, 2025SLIDELINE PROJECT To try and take my mind off the stress of figuring out how I can sort out AxiomEdge I worked on a small 'basic' project over the weekend thinking I might have some Eureka moment with AxiomEdge. I didn't. However, the ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Sep 21, 2025It's all CLI based using python. Stay tuned and I'll update everyone with instructions by the end of the year. For the moment I need to fix a few things.
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Sep 19, 2025UPDATES Work and personal things have just got in the way and a realistic view would be it won't be until the end of this year I make any more progress. I haven't updated for awhile as there's not much since the last. My quest for trying to keep ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Aug 1, 2025Explaining the complexity behind how AxiomEdge Develops and Discovers its own strategies I am currently using M15, H1, H4 and D1 data for 5 years with AxiomEdge. Combined data for H4: 33,668 rows for 4 symbols Combined data for M15: 400,692 rows for ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jul 27, 2025Congratulations Lionesses! UEFA Women's Euro Winners 2025 Proud day to be English
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jul 23, 2025MODULARIZATION OF AXIOMEDGE Whilst I am still working on the framework I am also modularising the codebase. This will form the basis of the commercial version. This will enable users to test and develop their own strategies and use their own defined ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jul 22, 2025Here is another version of STREAMLINED. I have stripped out all of the complex Features that take up a lot of compute (time and resources) and included 'AI Discovered Features'. There are trade-offs removing the complex features if one is looking to ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jul 22, 2025(When this is complete) Why you should try this instead of backtesting.py or similar products or tools? The primary difference is that tools like backtesting.py are strategy validators, while this framework is a strategy discovery and adaptation ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jul 22, 2025I haven't worked on 'STREAMLINED' for a while now but this was the last 'version' I have. There's chances of bugs still and I think there's a memory leak. I posted about that issue last week.
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jul 22, 2025Sorry for the late reply. This is an error in the train_and_diagnose_regime function because the StandardScaler is being asked to process a DataFrame with zero rows, which is mathematically impossible. The root cause is that when preparing the data ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jul 14, 2025Still testing and 'working on' the full version For everyone following, I have been busy with my normal work but have been making slow progress. The most recent improvements have been mainly 'tweaking' the framework performance, but I have included ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1