Midas Institutional Ai System
- Experts
-
Yevgeniy Koshtenko
Professional and qualified investor and trader operating in Kazakhstan and the Russian Federation.
Active in financial markets since 2016, algorithmic trading since 2019, and machine learning and software development since 2021. - Version: 32.0
- Activations: 5
When a trading robot stops being a robot — and becomes a decision-making system.
Most trading advisors are built around a simple idea: a few indicators, a set of entry conditions, fixed risk, and the hope that a pattern discovered yesterday will still work tomorrow.
Midas Institutional AI System was built on a completely different philosophy.
It is not a single strategy.
It is not a single neural network.
And it is not another collection of technical indicators.
It is a multi-layer algorithmic trading architecture designed to bring into MetaTrader 5 the kind of principles more commonly associated with professional quantitative trading: model ensembles, walk-forward learning, meta-models, regime analysis, tail-risk control, dynamic capital allocation and an independent risk-governance layer.
Midas does not try to answer the primitive question:
“Where will price go next?”
It asks a much harder one:
“Is there a measurable statistical edge right now, how much confidence should we place in it, how much risk is justified in this specific market state — and should a position be opened at all?”
Not one neural network. An entire hierarchy of models.
At the core of Midas lies an ensemble architecture.
Different models independently analyse price movement, volatility, trend structure, cross-market relationships, the probability that favourable movement will occur before adverse movement, tail-event risk, trade quality and current market regime.
Their outputs are not simply averaged.
Above the base models sit META-models whose job is not necessarily to predict the market directly, but to evaluate the quality of the decisions produced by other models.
That distinction matters.
One model may identify a potential move.
Another may conclude that the probability of success is not high enough.
A third may detect abnormal volatility.
A fourth may recognise deterioration in market structure.
A fifth may reduce the permitted level of risk.
Only after a signal survives several independent layers of evaluation can it become a real order.
Deep Learning that is not allowed to become overconfident
Midas uses deep learning, but the neural network is deliberately not treated as an all-powerful black box with the authority to buy or sell by itself.
Deep models are primarily used where they have shown greater stability:
market regime, volatility, first-passage probability, tail risk, state quality and risk assessment.
The architecture observes market state across multiple time scales — H1, M30 and M15 — and combines them with the structure of the broader FX market.
Its internal representation includes more than one hundred causally calculated features built exclusively from already closed bars.
No future information is used in live logic.
No hidden look-ahead.
No retrospective access to data that would not have existed at the moment of the decision.
Walk-Forward instead of one beautiful backtest
One of the most dangerous temptations in algorithmic trading is finding parameters that explain the past perfectly.
Midas was developed around the opposite principle.
New models are evaluated using sequential walk-forward training.
Historical data is divided into chronological periods.
A model is trained only on information available in the past, then evaluated on the next unseen period. Only after that period is completed can it become part of the historical training set.
Month by month.
Year by year.
Without randomly mixing the future into the past.
Research versions of the system have been developed using historical data beginning in 2000, while individual Deep modules have passed through hundreds of sequential monthly out-of-sample periods.
If further training improved the training sample but damaged temporal validation, the new version was not automatically accepted.
It was rolled back.
For Midas, rollback is just as important as machine learning itself.
The system analyses not only a currency pair — but the FX market as a network
A conventional advisor looks at EURUSD as an isolated chart.
Midas treats currency pairs as interconnected components of a larger system.
EUR, USD, GBP, JPY, CHF, CAD and AUD are linked through multiple cross-rates.
For that reason, Midas contains a dedicated FX Graph Layer.
It evaluates relative currency strength, consistency between neighbouring pairs, the residual movement of a pair after common currency effects have been removed, the distribution of tension across the graph and cross-market imbalances.
Sometimes the most important information about EURUSD is not inside EURUSD itself.
It is hidden in how EURUSD behaves relative to EURJPY, USDJPY, GBPUSD, USDCHF and the rest of the currency network.
Compression State: the market as an information structure
Midas also contains a less conventional analytical layer: the study of market-state complexity.
The system estimates how regular or chaotic the current data structure is, how strongly it differs from previous states and how efficiently different transformations can describe the current market.
This is not used as a mystical directional predictor.
The Compression / MDL Layer serves a different purpose:
to identify regime change, structural surprise and the degree of stability in the current market state.
Sometimes knowing that the market has stopped behaving like its recent self is more valuable than adding one more technical indicator.
First Passage: the path of price matters, not only the final forecast
A traditional predictive model may say:
“Twenty-four hours from now, price is likely to be higher.”
For real trading, that is not enough.
If price first moves 200 points against the position and only later reverses, the model may technically be correct — while the real trade has already been stopped out.
That is why Midas uses First-Passage models.
They attempt to answer a more practical question:
what is more likely to happen first — favourable movement or adverse movement?
This allows the system to assess not only the expected destination of price, but also the potential path of the trade.
V19 Survival and Sharpe-oriented architecture
A separate development branch of Midas focuses not on generating more signals, but on capital survival.
The Robust Survival Layer analyses contamination in statistical distributions, disagreement between classical and robust estimators, instability in trend estimation and the influence of price gaps.
On top of this sits a Sharpe-oriented risk architecture whose purpose is not to maximise trade count, but to regulate risk according to the quality of the current market state.
In a strong environment, the system may retain normal risk.
In a questionable environment, it may reduce it.
In a poor environment, it may refuse the trade entirely.
Sometimes the best trade is the one that was never opened.
AI Risk Allocation
Position size in Midas is not simply a fixed lot value.
It passes through several layers of evaluation.
First comes the signal itself.
Then tail-event probability.
Then volatility state.
Then survival analysis.
Then meta-risk.
Only after all of these stages does the system calculate the amount of risk actually permitted.
Certain versions of the architecture also include adaptive reinforcement-learning modules capable of updating themselves using already completed trading events.
But AI does not receive unlimited authority over capital.
It remains subordinate to the Risk Manager.
VaR: risk is calculated before the trade exists
In professional portfolio management, placing a Stop Loss is not enough.
What matters is the monetary risk represented by that stop.
Midas uses empirical Value at Risk based on the historical distribution of market movement.
VaR can affect:
protective stop distance, permitted position size and total portfolio risk.
If current volatility requires a wider protective range, the system does not have to distort the stop simply to maintain an attractive lot size.
It reduces the lot.
If the resulting risk becomes unacceptable, the trade can be rejected entirely.
Independent Institutional Risk Manager
One of the most important parts of Midas operates outside market prediction altogether.
It is the independent account-protection layer.
Even if every AI model simultaneously wants to open a trade, the Risk Manager can still say:
no.
The system includes hard trading-lock logic for predefined daily and weekly drawdown limits.
Once such a limit is triggered, the restriction is not automatically removed simply because equity recovers a few minutes later.
The risk event has already occurred.
New entries remain blocked until the next authorised trading period.
Predictions belong to the models.
The final decision belongs to the Risk Manager.
Why “Institutional”?
The word Institutional does not refer to the size of the trading account.
It refers to the architecture.
Midas was developed around concepts that are rarely combined inside a conventional retail Expert Advisor:
-
ensembles of independent models instead of a single signal;
-
META evaluation of model quality;
-
walk-forward and temporal validation;
-
Deep Learning used as a contextual layer rather than an omniscient oracle;
-
FX causal graph analysis;
-
first-passage modelling;
-
volatility and tail-risk models;
-
MDL / Compression State;
-
Value at Risk;
-
portfolio risk budgeting;
-
model rollback;
-
an independent Risk Governor.
The goal is not simply to make the advisor automatic.
The goal is to make it systemic.
Fully autonomous MQL5 execution
Despite the complexity of its internal architecture, the user receives a standard Expert Advisor for MetaTrader 5.
Trading does not require a permanently running Python server.
No PyTorch runtime is required.
No external ONNX service is required.
No third-party AI API is required.
No need to transmit market data to the cloud.
Key models and inference logic are embedded directly into MQL5 and executed locally.
Install the Expert Advisor.
Configure the risk parameters.
Launch MetaTrader 5.
The system then operates inside the trading terminal.
Who is Midas Institutional AI System built for?
This product is not designed for someone looking for a “make money” button.
And it is not designed as another aggressive robot built around an attractive historical equity curve.
Midas was created for traders interested in a different level of algorithmic trading:
machine learning, quantitative modelling, portfolio logic, risk management and systematic market analysis.
It can be wrong.
It can experience losing periods.
Markets can change.
No model knows the future.
That is precisely why so much of the Midas architecture is dedicated not only to the question:
“When should we make money?”
but to the more important question:
“When should we not take risk?”
Midas Institutional AI SystemNot one signal.
Not one strategy.
Not one neural network.
It is a multi-layer trading decision system in which prediction, Deep Learning, statistics, currency-network analysis, META-models and risk management operate as components of one architecture.
Because in serious quantitative trading, the decisive advantage is not necessarily the model that is right most often.
It is the system that understands when it should not trust its own models too much.
Midas Institutional AI System — quantitative intelligence embedded directly into MetaTrader 5.
Trading financial markets involves substantial risk. Historical performance, backtesting results, modelling results and statistical research do not guarantee future returns. Before using the Expert Advisor on a live account, users should independently test it in the MetaTrader 5 Strategy Tester and configure risk parameters according to their capital, objectives and acceptable drawdown.
