AI Gen XII executes trades based on market analysis and includes built-in risk controls such as dynamic lot sizing, trailing stops, and a time filter to restrict activity to specific hours. The system also monitors broker conditions like spreads and stop levels to adjust execution parameters. Although the code features many obfuscated variables, it includes settings tailored for proprietary trading firm requirements.
Read from AI Gen XII EA.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
_
string
MM
Risk
bool
1
automatic
bool
true
FixedLot
double
0.01
PropFirm
bool
false
Trailing
bool
false
TrailingStart
double
52.0
TrailingStop
double
17.0
MagicNumber
int
5005
Comment
string
AI GEN XII
GPTModel
string
GPT-4o
Aggressivity
string
Low Aggressivity
Show all 18 inputs
Name
Type
Default
Description
Function
string
Advisor only
DisableAnimation
bool
false
StartHour
int
0
StartMinute
int
0
EndHour
int
23
EndMinute
int
59
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone KanekiCraynet/AI-Gen-Xll-1.6 from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 file into Experts.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
Falcon A is a MetaTrader 4 robot that utilizes a k-Nearest Neighbors (kNN) classification algorithm for pattern-based trading. It follows a model-based approach where the user must first generate historical data files through a training simulation in the Strategy Tester. The system calculates entry probabilities using
This MetaTrader 4 expert advisor implements a sophisticated trading framework based on a 2023 soft computing research paper. It utilizes a Bidirectional LSTM with an Attention Mechanism and Chaotic Neuro-Oscillators to predict future High, Low, Close, and Open prices. To address the limitations of traditional lagging i
This MetaTrader 4 expert advisor functions as a communication interface between the terminal and an external Python-based reinforcement learning model. It utilizes deep Q-learning to determine trading actions at every price tick, passing market data through local files to the external script. The system implements a ma
Falcon F2 is an expert advisor for MetaTrader 4 that implements model-based trading by interpreting external signals. The robot acts as an execution interface for predictions generated outside the platform, such as those from R-based models or a Decision Support Centre. It enters trades when predicted price changes exc
Falcon S is a rule-based expert advisor for MetaTrader 4 designed to execute trades based on external sentiment analysis data. It functions as a production bridge for decisions generated in external environments like R, reading trade triggers from CSV files. The robot operates primarily on the H1 timeframe with schedul
NNA Expert is an automated trading robot for MetaTrader 4 that utilizes external deep-learning models to analyze cryptocurrency markets. The system operates by generating market data files on every new bar and triggering an external batch script via Windows shell commands to obtain trade signals. It supports long and s