- Search Energy EXCH
-
Bl4ckP3n9u1n replied Jun 10, 2025I got the CSV bar data from MT5 Terminal. Goto View and Symbols (this will open in Specifications) but select the tab Bars Once in Bars, choose the currency and timeframe and date range Press the Request and Export Unfortunately the M15 csv are too ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 10, 2025There is not data that gets exported to csv. It only uses csv files to train from. I got mine from the MQL5 Desktop Terminal, but the main thing is to ensure that the headers are correct. The only exports are the files created from the report: ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 10, 2025Sorry everyone, I just found a couple of things that needed fixing. Script Update: V1.31 Based on the analysis, I have made the following improvements in version 1.31. V1.31 UPDATE (Robustness & Traceability): FIX - Folder Naming: Result folders are ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 10, 2025Evolution Summary: V90.1 to V130 This is my final version I'll be sharing, it has everything you need to find and develop you own strategy for the MQL5 platform. Just set it to '280 runs' so it stays within the daily free Google Flash 2.0 API limit ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 9, 2025Update coming soon - after I finish testing a few new ideas to improve the script. What is already included (I am up to Version 103) a circuit breaker when the draw down becomes too significant it stops the training and then this data about the ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 9, 2025Changelog: Advanced ML Trading Framework (Static Backtest vs. V90.1 Adaptive Walk-Forward) Attached python script for you to modify and adapt - rename from txt to .py End_To_End_Advanced_ML_Trading_Framework_PRO_V90.1_SHAP_FIX.txt Line 64 api_key = ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 7, 2025Comprehensive Analysis of the Advanced ML Trading Framework (Watch this space, in my rush to refactor I now have a few bugs to fix - I'll post the complete fixed script after a full diagnostic run) Instructions: Rename the text a .py Ensure the file ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 5, 202530 Iterations Later... (Final) Consolidated Out-of-Sample Results (The "True" Performance): Total Trades: 289 Win Rate: 86.16% Total PnL (ATR): +206.470 ATR Avg PnL / Expectancy (ATR per trade): +0.714 ATR (Extremely high!) MAR Ratio: 93.679 ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 5, 2025Anyone interested in testing using an 'account' please see the attached text (python) file to accompany the previous backtest.py Develop this into your own account tester. The script has been significantly enhanced to move beyond abstract ATR-based ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 5, 2025Backtest my strategy! For anyone else who wants the strategy to develop the python script is attached as a text file - just rename it to .py The .csv data I used is from MetaTrader Desktop Terminal. The line to load and modify to suit your file path ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 5, 2025And now for something completely different... (a new EA) Backtesting Vs. Backtesting (Personally I think you can backtest until the cows come home but it's not real world results, and with that said...) I am working on a pure TA EA (will release ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 5, 2025One more note about the Confidence Levels, there needs to be some tweaking to do with these. I am analysing these however your own results may differ. These adjustments that I see is the difference between the Low and Medium Buy and Sell. So it is ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 4, 2025For anyone who has tried the GeminiEA and found there was a API error, I realised that I had a lock of sorts in the code, being the dependency on specific prefixes like "AIzaSy" (which was part of my first key). Here are the required code blocks to ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 3, 2025GeminiCommanderEA Change Log Entry Version: 1.7 Date: 2025-06-04 Component: Trade Execution Filters, AI Prompt Logic, Data Collection Summary of Changes: Version 1.7 focuses on critical bug fixes related to trade execution filters (specifically ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 3, 2025GeminiCommanderEA: Version 1.7 Changelog (from v1.6) This release focuses on deepening market analysis, refining AI prompt intelligence, and enhancing trade management flexibility. Key updates aim to provide the AI with richer contextual ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 3, 2025I have made a few improvements to GeminiCommanderEA that I'll be releasing in a new version a few days. Currently running to test the performance of the improvements. The ultimate goal would be to have the Gemini AI/LLM control all aspects the trade ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 2, 2025GeminiCommanderEA Change Log Entry (sorry again, just noticed this and had to update it) Version: 1.6 (Further Internal Update) Date: 2025-06-03 Component: Trade Identification & Cross-Session Management Logic
FEATURE: Enhanced Trade ...Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 2, 2025GeminiCommanderEA Change Log Entry Version: 1.6 (Internal Update/Patch) Date: 2025-06-03 Component: Trade Execution & Outcome Tracking
FIX: Improved PositionID Retrieval After Trade Execution Issue Addressed: The EA occasionally failed to ...Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 2, 2025GeminiCommanderEA Changelog: v1.2 to v1.6 Please excuse the jumping from versions 1.2 to 1.6 I just didn't really track anything. (Again I was unable to upload the .mq5 file but I have attached it as a .text that can just be saved as .mq5) The main ...
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1
-
Bl4ckP3n9u1n replied Jun 2, 2025Here's GeminiCommanderEA 1.2 in action - all output in the 'Experts' tab.
Experimental MT5 EA using Gemini Flash API - GeminiCommanderEA_v1