FrankPro

 Multifunctional universal trading system. Suitable for all Forex and Crypto markets.

.set files are updated weekly, published on our site.
----

  New function added, 2024.10.15:

  integration of AI llama models.

  Added additional RSI MACD indicator filters.

  Flexity AI indicator integration.

---

  FrankPro.ex5[POLYINDICATORS AND AUTOMATIC OPTIMIZATION], a heavy build featuring most of TS_DayTrader Trading System.
An extensive array of tools for manual and automated trading.

Parameters(.set files) for FrankPro.ex5 and Frank.ex5 are interchangeable.

  Сan work with Optimizator.ex5 - advisor performing automatic optimization of agents(google it or send us a DM to know more).

  Features PolyIndicators module.
PolyIndicators create the so-called "Hive-mind". A group of agents is linked together.
The resulting "swarm" of agents uses a collective type of intelligence.
(read more in the Documentation section on our site).

  The Trading System identifies trend movements, reversals and continuations,
tracks horizontal channels, formed by levels of support and resistance(Key Levels), and channel breakouts.
Frankenstein's trading strategy is based on Key Levels coupled with pattern recognition algorithms
looking for 10 classes of patterns - DD, DB, SD, SB, RB, RD, SSD, SSB, BSB, MSB.
These 10 patterns identify trading entry points.

  8 patterns are candle-based patterns tracking specific bursts of volatility.
Once 'triggered' by an active Test Level in the predefined by input parameters environment they produce a signal that is
later processed by a number of TA filters.
 
  2 patterns - BSB and MSB - based on 'Start Bar' signal identified within a Profit Region following a Key Level puncture.
The signals produced by these two patterns are later processed by TA filters as well.

  The Trading System features multiple TA tools:

    - Fractals
    - RSI divergences
    - Trailing system based on Bollinger Bands
    - Technical Pocket(ATR)
    - Test Levels
    - Position Manager
    - TradingTime Manager

  Frankenstein combines these techniques with multiple built-in safety components
(such as: Balance, Equity, Spread, Slippage, Volume, Positions checks)
to form a coherent trading strategy.

----

  Manual Trading Mode makes it possible to manually open positions within the Frankenstein EA
trading strategy and use the EA's tools with those positions: Trailing SL and Position Manager.
Automatic risk management makes it a job of two clicks to open a position manually - just click "Manual" and then "Buy".

  Frankenstein agents maintain a database, see the "DATABASE" block of parameters.
An option to output the trading history to the .csv or .txt file.
Each unique instance of Frankenstein EA keeps track of its own trading statistics.
This data can be displayed in the chart window next to EA's controls. Use of unique MAGIC numbers
allows maintaining trading statistics independently for each Frankenstein running.

----

  We host a local optimization farm. Working 24/7, it automatically performs optimization of agents, and the results are published weekly.
Download latest .set files, including up-to-date configurations for the Forex and Crypto markets.

---------
-- About:
---------
 
  Developed by a fellow team of traders/coders with over ten years of cumulative experience.
The trading strategy was tested in real market conditions and proven to be profitable over the years
which has lead to the development of the first version of Frankenstein.

---

Author: Alexey Grebyonkin[RU],
Coder: Viktor Kokotin[RU]

FrankPro 5.2, released on Огт 22 2025.



Documentation(the most essential part of it, the rest is available, write us a message).

Technical Analysis Model

The following article describes TS_DayTrader pattern-based analysis model,
used in Frankenstein EA.
The model is implemented as iFrankenstein.ex5 indicator.

We will describe the model as well as the particular implementation
and most important associated parameters.

This brief presentation is meant to provide
with understanding of the system,
teach how to manage Expert Advisors,
perform optimization of the system and customization of trading strategies.


Framework Overview

The system allows for detection of a range of different patterns.

Pattern models can be complex and consist of multiple elements, the basic elements include:

  1. Key Level
  2. Test Level
  3. Сandle-pattern
  4. Divergence

All four work together to detect a very specific market response:
a reaction to the price breaking out of the horizontal channel, returning to it, then reversing at the specific
level(Test Level) and following again the bigger trend movement.

  • Key Levels identify horizontal channels, the price breaking out of them,
    bouncing within the channel.
  • Test Levels identify price levels at which the price movement is supposed to reverse.
  • 10 candle-based patterns identify specific volatility patterns
    that may signal about a coming reversal. These are trigger-signals.
  • For divergences detection, Relative Strength Index type of indicator is used on different timeframes.

The goal of the system is to trade either the price bouncing between the boundaries of a channel or
the price breaking out of a channel.

A complex pattern model can include different patterns and their combinations, for ex.:

  • Pattern Model, without KeyLevels
  • KeyLevels + Pattern Model
  • KeyLevels + Pattern Model + Test Levels
  • KeyLevels + Pattern Model + Test Levels + Divergences + Technical Pocket
  • Pattern Model + Divergences + Technical Pocket
  • e.t.c...

Fractals

Most of the EA's technical analysis models use C_iFR - Fractals module - as main data input.
EA usually runs multiple C_iFR modules(multiple for each pattern),
each can be individually configured for a specified timeframe.

C_iFR is similar to 'Fractals.ex5' - a well-known MT5 indicator.

To see C_iFR data from the iFrankenstein Engine set 'Show fractal lines(C_iFR)' to true.
Each fractal data point marks a local price extremum - the last local price minimum or the last local price maximum.

In contrast with 'Fractals.ex5', C_iFR can virtualize higher timeframes using the
data from the timeframe of the chart window.
The virtualized timeframe is set with the 'TF for the KeyLevels Fractals' parameter.

Fractal data is used to track the 'channel' of the price.
The price is likely to 'break out' of a channel on higher volumes.
In the Market these channels are created by Orders accumulating
around the last local minimum or the last local maximum of the price.

iFrankenstein uses 'Key Levels' to track, display and trade these channels.


Key Levels

A Key Level is, basically, a horizontal line on a chart drawn from the last known price maximum or minimum
(defined by the last known fractal from the C_iFR).
2 Key Levels form a horizontal channel.

Price often 'bounces' inside such horizontal channel until it 'breaks out' of it.
A lot of trading strategies are based on this understanding of the market mechanics.
This is the most basic yet most important aspect of TA - understanding
the channels and observing how the price action reacts to their formation.

iFrankenstein model defines 2 Key Levels: KLS1 and KLR1.
KLS1 is also known as the 'support' and KLR1 as 'resistance'.

Sometimes reffered to as 'bearish' and 'bullish'.
They are mirror copies of each other.
Both can be used to create signals for BUY and for SELL trades.
A trader acts based on the premise that the price will either "touch" the level, jump from it and reverse,
or puncture it and continue the movement in the same direction as part of a bigger trend
or as a result of high volatility.

Tracking the way the Market reacts to these levels
is the core principle.


Key Support Level(KLS1)

KLS1(a.k.a. KUP1), first and foremost, is associated with the accumulation of BUY orders.
By default, it is drawn as a red horizontal line.
KLS2 is the thinner line.
You can turn on diplaying of fractal data for C_iFR('Show fractal lines(C_iFR)' parameter) to see
the sprecific fractal point(last price maximum or minimum) that the Key Level is based on.


Key Resistance Level(KLR1)

Often, a lot of 'SELL' orders are accumulated around the KLR1(a.k.a. KUS1) level.
This main resistance level is drawn as a blue horizontal line.
KLR2 is the thinner line.
The same way as with the KLS1, you can see for KLR1
the fractal point(last price maximum or minimum) that the Key Level is based on.
Set 'Show fractal lines(C_iFR)' to true to see the fractal data.


Key Level Tests

"Test of a Key Level" - is a failed attempt of the price to puncture a Key Level.
Depending on the input parameters, a Key Level Test(KLT)
is defined either as any single candle bar entering KLS1-KLS2 or KLR1-KLR2 region
or as series of bullish and then bearish(and vice versa) bars entering
and then exiting the above mentioned regions.

Parameter 'Tests area width, ticks' specifies the width of the KeyLevels region
sensitive to a 'KeyLevel Test'(KLS1-KLS2 or KLR1-KLR2 region).

Parameter 'Minimal KeyLevels Tests number(0 = OFF)' sets the minimal number of Key Level Tests required to approve a pattern for trading.
If this condition is not met - the pattern will be ignored by the program.

'Tests structure' - the miminal opposite bars number. The number of bars moving in the opposite direction(defined by open-close prices)
required for a Test to be confirmed. Also, the opposite bars must be in series, next to each other or separated by dodgees - '+' like patterns with open=close prices.


Test Levels

When a Key Level is 'punctured', for 1-8 candle-based pattern models,
'Test Levels' appear.
For the BSB-MSB(9-10) pattern models, 'Profit Zones' appear.

Test Levels do not appear in case if Key Level Tests requirements are not met.


PUT1

PUT1 - is a 'Test Level'.
It symbolizes the KeyLevel(defined by previous price extremum)
that was previously punctured by the price movement.


PUT2

PUT2 - is also a 'Test Level', similar to PUT1,
but it represents the opposite previous extremum(the opposite border of the current channel).

For 'bearish' market the same logic is applied, just reverse the colors blue to red
and reverse the positions.


Fractal Test Levels

In addition to simple Test Levels, based on the channel borders,
iFrankenstein model features Fractal Test Levels.
These are built based on previous fractals from the associated C_iFR module.
Fractals are detected prior to KeyLevel Puncture and PUT1,2 formation.


FUT1,FUT2

'FUT1' symbolizes the very last(the newest) fractal from the specified timeframe,
'FUT2' is the older fractal, the penultimate one.

With the data from C_iFR you can see the exact price peaks that formed
the fractals.


Configuration

In iFrankenstein, for each of the 10 patterns there's
a separate block of input parameters associated with Key Levels
under the 'KeyLevels' category.



KeyLevels and TestLevels parameters:
  • 'ON/OFF' turns on/off the KeyLevels module(and Test Levels as well).
  • 'Bars to the left of the fractal' specifies the number of bars to the left of the fractal for the main C_iFR module.
    It tunes the performance of the fractal parser.
  • 'Bars to the right of the fractal' same as the above, but specifies the number of bars to the right of the fractal.
    Generally speaking, the narrower the range specified by these two parameters, the more fractals are discovered
    by the algorithm. But it increases the amount of 'noise'.
  • 'TF for the KeyLevels Fractals' switches the timeframe. Can only be equal to the timeframe of the chart or be higher.
    If the lower timeframe is used the parameter will be automatically incremented
    and set to be the current timeframe of the chart window.
  • 'Minimal KeyLevels Tests number(0 = OFF)' sets the minimal number of Key Level Tests required to detect(identify) a pattern.
  • 'Tests structure' - the miminal opposite bars number. The number of bars in the opposite direction(defined by open-close prices)
    required for a Test to be confirmed. Also, the opposite bars must be in series, next to each other or separated by dodgees- '+' like patterns with open=close prices.
  • 'Tests area width, ticks' specifies the width of KeyLevels sensitive to 'KeyLevel Tests'.
  • 'PUT1%' corrects the position of the PUT1 vertically, % relative to the distance between PUT1 and PUT2.
  • 'PUT2%' corrects the position of the PUT2 vertically, % to the distance between PUT1 and PUT2.
  • 'PUT1 - lifetime, bars(0 = OFF)' - the lifetime of PUT1, in number of bars of the timeframe specifed with 'TF for the KeyLevels Fractals' parameter.
  • 'PUT2 - lifetime, bars(0 = OFF)' - the lifetime of PUT2.
  • 'FUT1 - lifetime, bars(0 = OFF)' - the lifetime of FUT1.
  • 'FUT2 - lifetime, bars(0 = OFF)' - the lifetime of FUT2.
  • 'Bars to the left of the fractal' specifies the number of bars to the left of the fractal for the separate C_iFR module used for FUT1,2 detection.
  • 'Bars to the right of the fractal' - same as the above, but specifies the number of bars to the right of the fractal.

10 Basic Patterns

There are 10 basic candle-based pattern models used to predict price movements.
DD,DB,SD,SB,RD,RB,SSD,SSB - indexed as 1-8 - 'triangle' models symbolizing specific volatility regions that form visible "dips and tops".
BSB,MSB - 9-10 - 'StartBar' type of patterns. This model consists of specific series of bars detected within a 'Profit Zone(Channel)'.

5 patterns are for 'SELL' trades and 5 patterns are for 'BUY' trades, they are mirror copies of each other.

BUY: DD,SD,RD,SSD,BSB
SELL: DB,SB,RB,SSB,MSB

Each pattern model and all associated with it modules can be activated or completely deactivated with 'ON\OFF' parameter.

These 10 patterns are used either without any additional models
or in conjunction with prior punctured KeyLevel and a triggered TestLevel(as part of a bigger complex model).

Each of these 10 patterns, when completed, sets up an Entry Point - the bar and price at which
the EA enters the market(opens a trade).

Patterns can be used on their own.
We recommend combine them together with KeyLevels and TestLevels - this is a more productive setup.

Complex pattern

When used in conjunction with KeyLevels and TestLevels, a pattern is approved for trading
and an Entry Point is created only if the 'left edge' of the 'triangle' is located at the specified TestLevel(simple or fractal one, PUT1,2 or FUT1,2).
(in case of 'triangle' patterns 1-8)


Patterns 1-8:

DD

DD is also known as "Double Bottom".
Often used as a simple BUY signal, but can be used as part of a more complex pattern.
On chart it is displayed as a symbolic blue triangle and a 'DD' label below it.

DB

DB is also known as "Double Top".
It is considered to be a SELL signal.
On chart it is displayed as a symbolic red triangle and a 'DB' label below it.

SD

SD is also known as "Weak Bottom".
It is a BUY signal.
Displayed as a symbolic blue triangle with 'SD' label below it.

SB

SB is also known as "Weak Top".
It is a SELL signal.
Displayed as a symbolic red triangle with 'SB' label below it.

RD

RD is also known as "Reversal Bottom".
It is a BUY signal.
Displayed as a symbolic blue triangle with 'RD' label below it.

RB

RB is also known as "Reversal Top".
It is a SELL signal.
Displayed as a symbolic red triangle with 'RB' label below it.

RD,RB Correction Level

RD(and RB) has additional parameter - 'CL(Correction Level)'.

The T.1 - T.2 distance (height of the left edge of the "triangle") is considered to be 100%.

Correction Level module acts as a filter.
If T.3 Price, the bar low, is located below the price of the Correction Level - the
pattern model is considered complete and approved, in other case -
the pattern is not complete and not processed any further.

SSD

SSD is also known as "Complex Weak Bottom".
It is a BUY signal.
Displayed as a symbolic blue triangle with 'SSD' label below it.

SSB

SSB is also known as "Complex Weak Top".
It is a SELL signal.
Displayed as a symbolic red triangle with 'SSB' label below it.

Pattern Height

All "triangle" patterns have 'Pattern maximal height' and 'Pattern minimal height' parameters, they act as a simple filter.

"Pattern Height" is the height of the left edge of the triangle.

Patterns that are too big or too small are not displayed and not processed any further.

iBB

A custom Bollinger Bands - iBB - is in the 'recipe' for patterns 1-8 ('triangles'), it's part of their models.

Its dynamics is used to determine the beginning of the pattern.

For each pattern there's a separate iBB section.

To calibrate(and to optimize) iBB use input parameters:

  • iBB period
  • iBB deviation

Bar B.

There's additional filter associated with the "bar B", it acts as a basic anti-slippage filter and position filter.
"bar B" is a name for the bar that forms a reversal movement.

Basically, the height of the left edge of the triangle is considered 100%.
If bar B(the bar previous to the Entry Point) exceeds the price level specified
by 'Check bar B' parameter - trading is denied.

Patterns 9-10:

BSB

BSB is also known as "Bullish Start Bar".
It is a BUY signal.
Displayed as a blue-ish rectangle.

MSB

MSB is also known as "Bearish Start Bar".
It is a SELL signal.
Displayed as a red-ish rectangle.

Profit Zone

Both patterns - MSB and BSB - start with a Key Level puncture.
Once a Key Level is punctured by price movement, and if the conditions for KeyLevels Tests are met,
a Profit Zone appears.

Profit Zone is configured with parameters under the "Profit Zone" category for BSB and MSB.

The LifeTime is set in number of bars.

ATR(Average True Range) indicator value at the moment of KL puncture
is used to determine Profit Zone's boundaries, it is multiplied by the PZ-, PZ+ coefficients.

PZ- level sets the minimal price.
PZ+ level sets the maximal price.
If any candle closes outside this range - the pattern is filtered out.

iSTB

BSB, MSB pattern models include signals from a custom "StarBar" indicator (iSTB).
StartBar is based on iTrendDetector, it has the same inputs.

BSB, MSB trigger

BSB and MSB pattern scheme:
1) Key Level Puncture
2) Profit Zone Formation
3) Start Bar Rotation

Start Bar Rotation is StartBar switching and signaling opposite direction.

The rotation must happen within the current Profit Zone(previously defined with ZV-, ZV+ parameters).

A trading signal is created the moment the Start Bar rotation ends, as indicated
with iSTB(StartBar indicator, notice the candles colored yellow or green).

The green region end is marked with the first yellow bar. The second yellow bar
has a trading signal drawn over it; the full pattern has been formed(Key Level Punctured and Start Bar has "rotated").
Thus, trading has been triggered.

BSB, MSB KeyLevel Retest

If the parameter 'Require KeyLevels retest with bars rotation' is set to true,
the rotation must re-puncture the KeyLevel again with High or Low price of one of the bars.


iSIG

Each Pattern, when completed, results in an Entry Point(entry points are managed by the iSIG module).
Each Entry Point is associated with a Stop Loss and a Take Profit,
if passed through filters.

An Entry Point, on a chart, looks like a blue(buy) or red(sell) circle with an arrow inside of it.

If the trading environment and input parameters allow for opening a trade,
Take Profit and Stop Loss symbols appear.


Stop Loss

The distance to Stop Loss is specified in ticks.
See 'SL(ticks to the pattern's base)' input parameter.

The pattern's base is the triangle's left corner.


Take Profit

The distance to Take Profit is specified with a ratio value.
See 'TP("Target")' input parameter.
The value represents the ratio between the distance to SL and the distance to TP
(from the Entry Point price).
1.0 stands for equal SL and TP,
2.0 sets TP twice as 'big' as SL.
For example, for DD(Double Bottom), the TP is set to 2.0,
so the distance to TP(212 ticks) is twice as big as
the distance to SL(106 ticks).


Divergences

iFrankenstein hosts iRSI_iDiv - a divergences module.

For divergences detection a separate timeframe is used, it is specified with 'TF for the RSI divergences' parameter.
Arrows on the chart symbolize price peaks that define the divergence.

Series of vertical lines above bars symbolize an activated divergence signal.

For each of the 10 patterns there's a separate block of parameters
for divergences.

Divergences module acts as a filter.
It either allows the trade or forbids it.

There's 3 main categories of divergences, based on their structure and ways of application:

  • Bearish
  • Bullish
  • Simple
  • Reversed
  • Filter
  • Signal

Bearish and Bullish divergences mirror each other.

Simple Bearish divergences are generally used as SELL signals.
Bullish divergence is a mirror copy of the Bearish divergence, but signals BUY and
is drawn in blue color.

Reversed Bullish Divergence is defined not as difference in price between the peaks but
as difference in price between the dips(bottoms).

Same goes for the Reversed Bearish divergence, it is defined as difference in price between two peaks.

All types of divergences can either be used to form a signal
or set up a filter.
If module is set to 'Filter' - trades that oppose the signal are forbidden, filtered out(Entry Point is deactivated
and TP-SL symbols disappear).

For example, whenever a bearish divergence is detected and, simultaneously, a SELL signal from the divergences module is alive -
Entry Points get deactivated(SL and TP disappear).

If module is set to 'Signal' - only trades that match an active divergence signal are allowed.

If 'Instant Signal Start' parameter is set to false
and the signal did not start because for the signal to start the RSI value first has to
exceed the level specified by Overbought/Oversold parameters.

If the 'Instant Signal Start' parameter is set to 'true'
the signal starts instantly no matter the environment.

Other important parameters to consider for optimization:

  • 'OFF,FILTER,SIGNAL' — 0 = OFF the Divergences module, 1 = set as FILTER, 2 = set as SIGNAL provider.
  • '(0)Fast,(1)Strict,(2)Full' — Divergences Detection Algorithm. "Fast" is fast but is easily triggered. Strict is slower, but gives better precision, less noise. Full is the slowest but the most powerful one, creates a lot of noise.
  • 'RSI period' — period for the RSI module. Values in the range of 4-20 are reasonable.
  • 'Search depth, bars' — the search depth, in bars of the specified TimeFrame. The algorithm does not parse further this value.
  • 'Minimal Deviation, ticks' — the minimal difference between the price values of the peaks to trigger divergence detection. The so-called 'Sensitivity' factor.
  • 'Minimal Deviation, RSI value' — the minimal difference between the values of the RSI peaks to trigger divergence detection.
  • 'Signal Death level' — the RSI value at which the signal dies.
  • 'Signal Lifetime, bars' — the lifetime of the signal, in bars.

Technical Pocket

TP - Technical Pocket - is a volatility-filter.
It defines the minimal required day volatility for a trade to be approved.
The higher the value - the bigger volatility is required.

On chart with Frankenstein EA, TechnicalPocket status is displayed at the bottom.

Day volatility is measured with the Average True Range (ATR) indicator.
The Technical Pocket value is defined as
ATR value for the previous day(D1 timeframe) multiplied by
the factor "TP:Technical Pocket Height".

Each of 10 patterns(DD, DB, SD...) has its own block of input parameters for T.Pocket.

If Take Profit is placed outside the price limits allowed by Technical Pocket —
trading is canceled(filtered out).

The price limit for Take Profit is arithmetically defined as the High(or low for SELL) of the current day
minus the Technical Pocket value.

The idea of this filter is to trade only positions supported by high volatility of the previous day.
Or, in other words, it only allows trading if the previous day was volatile enough,
depending on the trade parameters.


Example...

ATR on Daily gives us the Technical Pocket value 796 ticks.

ATR value for the previous day is 796 ticks.
"TP:Technical Pocket Height" = 1.0. (1.0 is 100%. For 150% use 1.5, and so on...)
This makes the Technical Pocket value = 796 ticks * 1.0 = 796 ticks.

Subtract this value from the current day price maximum; the resulting value sets the threshold
for the Take Profit.


Retrospection Depth

An important parameter to mention - Retrospection Depth.

Configures the depth of calculation on historical data for the indicator engine.
It sets the range of bars that indicator data is being process prior to the last
known historical data bar. It's a precalculation range.
The higher the value the deeper you can see into the past.

To spare the RAM, CPU resources, the value is supposed to be in the 100'000nds.

For more

Feel free to ask any questions, the info provided above is a quick overview
of the system and only covers the basics.


おすすめのプロダクト
Nova RSW Trader is a contrarian-style Expert Advisor designed around the Reverse Sweep concept — identifying overextended market moves and targeting structured reversals with precision. Instead of following the herd, Nova RSW Trader waits for exhaustion, imbalance, and specific technical triggers before entering trades that seek to fade extremes and capitalize on mean reversion. This EA is built for traders who understand that price doesn’t move in straight lines forever. With strict conditions
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVEEAはこの記事に基づいています: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp 取引条件 -X期間のEMAとMACDの下で取引されている通貨ペアがマイナスの領域にあることを確認します。 -価格がX期間のEMAを超えるのを待ってから、MACDがネガティブからポジティブにクロスする過程にあるか、5バー以内でポジティブな領域にクロスしたことを確認します。 -X期間EMAの上に長いXピップを移動します。 -エントリー時のポジションのXとリスク額を売ります。後半のストップを損益分岐点に移動します。 -トレーリングストップを使用 -リスク警告 -ADX PROを購入する前に、関連するリスクに注意してください。 -過去のパフォーマンスは将来の収益性を保証するものではありません(EAも損失を出す可能性があります)。 -示されているバックテスト(スクリーンショットなど)は、最適なパラメーターを見つけるために高度に最適化されていますが、結果をライブ取引に転送すること
ライブシグナル:   https://www.mql5.com/en/signals/2360479 時間枠:   M1 通貨ペア:   XAUUSD Varko Technologies は ビジネスではなく、自由の哲学です。 私は長期的な協力と評判の構築に興味があります。 私の目標は、変化する市場の状況に合わせて製品を継続的に改善し、最適化することです。 Gold Safe EA   - アルゴリズムは複数の戦略を同時に使用し、基本的な哲学は負けトレードとリスクの制御に重点を置いています。 取引の終了と制御には複数のレベルが使用されます。 エキスパートをインストールするにはどうすればいいですか? EAからXAUUSD M1通貨ペアチャートにファイルを転送する必要があります。SETファイルは必要ありません。タイムシフト値を設定するだけで済みます。 IC Markets や RoboForex などのブローカーと同様に、時間を使うことをお勧めします。 GMT シフトの時間 =   IC Markets の時間 - ブローカーの時間。
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA     は、人気の通貨ペア(EUR/USD、GBP/USD、USD/JPY、AUD/USD、USD/CAD)、金(XAU/USD)、原油(Brent、WTI)、および暗号通貨(BTC、ETH、LTCなど)といった需要の高い金融商品でのアクティブトレードを目的とした多機能ロボットです。 本アルゴリズムの中核には、従来の移動平均(Moving Average)と比較してより明確なシグナルを提供する改良版のHull Moving Average (HMA) が採用されています。アドバイザーは短期的な価格変動に柔軟に対応し、グリッド方式のオーダー設置と高度なリスク管理ツールを活用します。組み込みのビジュアル・パネルにより、取引パラメータの設定および管理が簡素化されています。 HMA Scalper Pro EA   の主な機能と目的 スキャルピング手法 短期的な価格変動に焦点を当て、迅速にエントリーとエグジットの可能性を見極めます。 グリッド方式 価格が逆行した場合に、設定したステップごとに追加オーダーを開き、より有利な平均エントリーポイントを得ること
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Phoenix MT5
Volodymyr Hrybachov
非インジケーターエキスパートアドバイザーは、インジケーター、注文グリッド、マーチンゲールを使用しません。 1日あたりの取引数は厳しく制限でき、一度に1つの注文のみが市場に出回ることができます。取引はストップロスによって保護されており、リアルまたはバーチャル(ブローカーから隠されている)のいずれかです。穏やかな市場で、アジアのセッション中に動作します。滑りや広がりの拡大に対する保護機能が組み込まれています。月曜日から金曜日に取引を転送せず、金曜日に取引を自動的に閉じる機能があります。 戦略は価格パターンを使用します-これは短期トレンドの方向を決定するための普遍的な方法です。便利なマネーマネジメント、Nバランスごとの固定ロットがあります。チャートには貿易統計が表示され、設定と最適化が簡単です。 デフォルトの作業時間枠はM5、EURUSD記号です。次のペアがアドバイザーに適しています:GBPUSD、USDCAD、EURUSD、USDJPY、USDCHF、AUDUSD、NZDUSD .. .. オプション: START_HOUR、START_MINUTES-取引開始の時間と分。
HMA TrendPro Experts · AuroraQuantSystems · Version: 1.2 · Activations: 5 AQS-HMA TrendPro Hull Moving Average (HMA) trend-following Expert Advisor for MetaTrader 5 Engineered around trend-cycle confirmation, ATR-defined exits, structured pyramiding, and production-grade safety controls. Overview AQS-HMA TrendPro is a rule-based trend-following EA for MetaTrader 5 that seeks to participate in sustained directional moves by combining: Fast HMA reversal timing (entry trigger) Slow HMA trend conf
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (239)
Hamster Scalpingは、マーチンゲールを使用しない完全に自動化された取引アドバイザーです。夜のスキャルピング戦略。 RSIインジケーターとATRフィルターが入力として使用されます。アドバイザには、ヘッジ口座タイプが必要です。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 一般的な推奨事項 最小デポジット$ 100、最小スプレッドのECNアカウントを使用し、eurusd M5 gmt +3のデフォルト設定。 入力パラメータ EAは、4桁と5桁の両方の引用符で機能します。入力パラメータでは、5文字の値をポイントで示し、すべてを4文字で自動的に再計算します。 NewCycle-モードがオンの場合、アドバイザーは停止せずに動作します。モードがオフの場合、一連の取引の完了後、アドバイザーは新しい注文を開きません。 期間インジケーター1-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。 ダウンレベル
Zeno
Anton Kondratev
5 (2)
ZENO EA は、ゴールド市場の脆弱性を特定するための、複数通貨、柔軟性、完全自動化、多面的なオープン EA です。 Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  ,   Not   "ChatGPT" ,   Not   Unrealistically Perfect Backtests  Signal Live +51 Weeks :  https://www.mql5.com/en/signals/2350001 Default   Settings for One Сhart   XAUUSD or GOLD H1 ZENO Guide 信号 手数料無料のブローカー払い戻し アップデート 私のブログ 最適化 Only 1 Copy of 10 Left  for 290 $ Next Price 745   $ 各ポジションには常に   固定 TP と低 SL および 仮想 取引の利益追跡 。 ど
RoundLock EA MT5
AW Trading Software Limited
Round Lockは、ダイナミックポジションロック機能を備えたスマートアドバイザーです。Round Lockは、ダイナミックポジションロック機能を備えたインテリジェントなアドバイザーであり、段階的なポジション増加と市場への動的な適応を備えた双方向注文ロック戦略を実行する高度なトレーディングアドバイザーです。 ラウンドロックの利点: ポジションロックによるリスク管理、 市場のトレンド分野におけるダイナミックなボリューム成長、 制限に応じた柔軟な動作設定、 フラットとトレンドのフェーズに適しており、それぞれの状況で結果を最適化します。 保護メカニズムを備えた平均化戦略とグリッドアプローチの自動化。 MT4バージョン -> こちら / トラブルシューティング -> こちら アドバイザーは、反対方向の注文を2つオープンします。そのうちの1つが利益確定で決済されると、2つの注文が再度オープンされます。注文量は、Multiplier_Volume乗数のボリュームとアドバイザーがオープンした注文数に応じて増加します。新しいオープンペアごとに、同数の注文がオープンされ、互いにロックされます。同じ種
MT4バージョン: https://www.mql5.com/ja/market/product/149784 MT5バージョン: https://www.mql5.com/ja/market/product/149785 サトシ・ナカモト – BTCUSD M5 エキスパートアドバイザー サトシ・ナカモトは、M5時間枠のBTCUSD専用に設計されたエキスパートアドバイザーです。 RSIベースのエントリーとADXベースのエグジット、そして堅牢なリスク管理レイヤーを組み合わせます。 厳格なアカウント保護を維持しながら、ビットコインの微細な動きを捉えることを目指しています。 主な機能 銘柄と時間枠に特化:BTCUSD、M5に最適化されています。 エントリーロジック: • RSIクロスオーバーでモメンタムバーストを検知します。 • 期間と水準を柔軟に設定できます。 エグジットロジック: • ADXでポジションのクローズタイミングを確認します。 • 迅速かつ規律あるエグジットのために設計されています。 リスク保護: • スプレッド、最大オープンポジション数、最大ロット数。 •
このエキスパートアドバイザー(EA)は、 DE40 指数(ブローカーによっては DAX、GER40 などと表記されることがあります)の取引を目的としています。EA は市場での取引機会を自動的に特定し、リスクに基づいたアプローチでポジションを管理します。 2 つの取引モード から選択できます。 保守的 – より遅く安定したアプローチ。 積極的 – 大きな市場の動きを利用するために設計された、より速い戦略(リスクが高い)。 この戦略は、あらかじめ定められた時間枠に従ってポジションと取引方向を選択し、 1 日に最大 1 件 の取引を実行します。 ヘッジなし グリッドなし マーチンゲールなし 仕様: シンボル: DE40, GER40, DAX レバレッジ: 任意 時間枠: 5 分足でのパフォーマンステスト済み、他の時間枠にも対応可能。 推奨ブローカー: IC Markets 最低推奨入金額: $500 注意: 購入後、EA のマニュアルを受け取るためにメッセージをお送りください。 免責事項 – 取引リスクおよび将来の収益性について 金融市場での取引は高いリスクを伴い、すべての投資家に適し
New Product Description for MadoCryptoXPro --- MadoCryptoXPro — The Smartest Crypto Warrior ️ Battle-tested on BTC & ETH. Built for real-time chaos. --- MadoCryptoXPro isn’t just another technical bot. It’s a battlefield machine designed to handle the madness of BTCUSD and ETHUSD with surgical precision. Whether the market is flat, trending, or just plain psycho — it stays focused, adapts fast, and protects your capital like a vault guard on Red Bull. --- Core Features: Smart
Nova ADX Trader is built around the proven strength of the Average Directional Index (ADX) — a trend strength indicator trusted by professionals for decades. Rather than guessing momentum, this Expert Advisor measures it directly, trading only when the market shows conviction and clarity. By combining ADX readings with directional filters, Nova ADX Trader avoids weak, indecisive conditions and focuses exclusively on high-quality, directional setups. It enters only when trend strength exceeds key
Hunt Protocol
Dmitriq Evgenoeviz Ko
Hunt Protocol is a Expert Advisor (EA) designed for trading the Gold (XAUUSD) market. It uses a unique strategy for capturing price impulses (impulse scalping) that occur during sharp price movements over short timeframes (seconds), as well as trend filtering on higher timeframes. The advisor is designed to profit from the high volatility of precious metals, combining entry accuracy with strict risk control. Only 5 copies at premium price, then the price will increase! Exclusive to XAUUSD: The
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Deriv EA New price $199 USD , future price will be $399 USD INTRODUCTION Deriv is MT5 broker which provide a wide range of derivatives exchange to its clients. On this broker we find a number of indices which includes Volatility 10 index, Boom 1000 index, Crash 1000 index and many more. After i have been trading for 6 years on this broker i then decided to come up with an Expert Advisor to automate the process. Hence i developed this simple bot based on 2 Moving Average Cross Overs. Take you
PANHA SCALPING EA MT5 PANHA SCALPING EA MT5 is a professional automated scalping system designed to trade fast-moving forex markets using real-time market direction and advanced position control. The EA focuses on precise entries, controlled exposure, and intelligent basket-level profit and risk management, making it suitable for traders who want structured, automated scalping without complex configuration. Strategy Overview Market-direction based scalping Designed for fast-moving forex symbo
FREE
EMLU Precision AI — Free Demonstration Version for MT5 Type: Expert Advisor (MT5) ️ Important Notice (Read Before Downloading) This Free version of EMLU Precision AI is designed strictly for demonstration, research, structural inspection, and interface familiarisation . It does not represent the behaviour, logic depth, live signals, or performance results of the full paid version. Performance, trade frequency, and result quality are intentionally reduced to prevent misuse of the free edition as
FREE
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
Agera
Anton Kondratev
5 (4)
AGERA は 、金市場の脆弱性を特定するための、完全に自動化された多面的なオープン EA です。 Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :    https://www.mql5.com/en/signals/2363787 Tickmill Real :     https://www.mql5.com/en/signals/2361808 Default       Settings for One Сhart 
The EA opens trades based on Fractals indicator signals and uses smart averaging and position volume calculation. Unlike most grid expert advisors, Double Grid Pro opens averaging positions only on signals. The Fractals indicator is considered the most effective in this case. The expert Advisor can be configured for an aggressive and conservative trading style. The key parameter in the strategy is the CorrectionValue parameter, it indicates the size of the correction at which we close the enti
AurumAlert
Samuel Yip Jing Han
AurumAlert — CCI Gold Swing EA v6 A fully automated MetaTrader 5 Expert Advisor for swing trading XAUUSD (Gold) on the H1 timeframe . AurumAlert combines a dual-CCI crossover system with divergence detection, an ADX trend filter, and an H1 RSI confirmation layer to identify high-probability trend-following entries on Gold. The ATR trailing stop rides extended moves and locks in profit progressively. Technical support is provided for XAUUSD H1 only. Hedging account required.Full documentation fil
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
YenSync
Michael Prescott Burney
1 (1)
円同期     YenSyncは、実績のある富士波システムのコアロジックに基づいた、USD/JPYの1時間足チャート向け高度トレーディングシステムです。USD/JPYペア特有の価格変動に対応するように設計されたYenSyncは、様々なボラティリティ状況下において、正確な市場エントリー、トレンド同期、リスク管理を最優先事項としています。 このシステムは、内部のモメンタム追跡機能と方向性アライメントフィルターを活用し、明確かつ一貫した市場トレンドを捉え、短期的な変動の影響を最小限に抑えます。取引タイミング、最大スプレッド、資本削減フィルターを精密に制御できるほか、ロットサイズ、最大ポジションサイズ、取引頻度をユーザーが自由にカスタマイズできるため、リスクと取引戦略を好みに合わせて調整できます。 YenSyncは効率性と適応性を重視して設計されており、USD/JPYペアの高い変動性を管理するために、信頼性が高く体系的なアプローチを求めるトレーダーにとって理想的な選択肢となっています。
Confluence Structure Pro EA Confluence Structure Pro EA is a professionally engineered automated trading system built for disciplined and structured market execution. It is designed to identify high-quality trading conditions and execute with precision while maintaining strict risk control. The system uses a multi-layer internal confirmation model to filter low-probability setups and avoid unnecessary market exposure. It focuses on quality over quantity, ensuring trades are taken only when condi
WHOOSH – スマート平均足グリッドEA MT4バージョン: https://www.mql5.com/ja/market/product/142798 MT5バージョン: https://www.mql5.com/ja/market/product/142799 WHOOSHは、市場の勢いを素早く捉え、ポジションを動的に管理し、包括的なリスク管理によってアカウントを保護するために設計された、スマートなマルチタイムフレーム平均足ベースのエキスパートアドバイザー(EA)です。 このEAは、トレンドフィルタリング、制御されたグリッド平均化、そして柔軟な資金管理の力を組み合わせることで、FX、金(XAUUSD)、指数など、様々な金融商品でスキャルピングとスイングトレードの両方を可能にします。 主な機能 マルチタイムフレーム平均足確認 3つの異なるタイムフレームでトレンドが確認された場合のみエントリーするため、誤ったシグナルを削減します。 スマートグリッドとヘッジ カスタマイズ可能なピップステップと乗数による平均化オプション。 双方向ヘッジ(買いと売りの同時実行)または排他モー
このプロダクトを購入した人は以下も購入しています
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (499)
トレーダーの皆さん、こんにちは!私は Quantum Queen です。Quantumエコシステム全体の至宝であり、MQL5史上最高評価とベストセラーを誇るエキスパートアドバイザーです。20ヶ月以上のライブトレード実績により、XAUUSDの揺るぎない女王としての地位を確立しました。 私の専門は?ゴールドです。 私の使命は?一貫性があり、正確で、インテリジェントな取引結果を繰り返し提供することです。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引 価格。10 点購入ごとに50ドルずつ値上がりします。最終価格1999ドル ライブシグナルICマーケット:   こちらをクリック ライブシグナルVTマーケット:   こちらをクリック Quantum Queen mql5 パブリックチャンネル:   こちらをクリック ***Quantum Queen MT5 を購入すると、Q
Gold House — ゴールド・スイングブレイクアウト取引システム バージョン2.0が大幅な改善を伴ってリリースされました。 近日中に価格調整が予定されています。早めの導入をおすすめします。 93   本販売済み — 残り7本のみ。最安値で手に入れるチャンスをお見逃しなく。 Live signal: https://www.mql5.com/en/signals/2359124 最新情報をお届け — MQL5チャンネルに参加して、製品アップデートやトレードのヒントを受け取りましょう。 リンクを開き、ページ上部の「購読」ボタンをクリックしてください: Click to Join このEAは、私たちのチームの内部リアル取引口座から生まれました。7年間のヒストリカルデータで開発・検証し、実際の市場パフォーマンスで確認した後に公開を決定しました。出品のためにバックテスト曲線を特別に最適化してはいません。ご覧いただいているのは、私たち自身がずっと使用してきたバージョンそのものです。 固定時刻のエントリーやインジケーターのクロスに依存しません。代わりに、ゴールド市場で最も根本的な価格構造である
Quantum Valkyrie
Bogdan Ion Puscasu
4.9 (126)
クォンタムヴァルキリー - 精密、規律、実行 割引   価格。10 回購入するごとに価格が 50 ドルずつ上がります。 ライブシグナル:   こちらをクリック Quantum Valkyrie MQL5 パブリックチャンネル:   こちらをクリック ***Quantum Valkyrie MT5 を購入すると、Quantum Emperor または Quantum Baron を無料で入手できます!*** 詳細については、プライベートでお問い合わせください! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      こんにちは、トレーダーの皆さん。 私は Quantum Valkyrie です。正確さ、規律、そして制御された実行で XAUUSD にアプローチできるように構築されています。 数ヶ月間、私のアーキテクチャは舞台裏で洗練され続けました。変動の激しいセッシ
Akali
Yahia Mohamed Hassan Mohamed
4.2 (49)
LIVE SIGNAL: ライブパフォーマンスを見るにはここをクリック 重要:最初にガイドをお読みください このEAを使用する前に、ブローカーの要件、戦略モード、およびスマートアプローチを理解するために、設定ガイドを読むことが重要です。 ここをクリックして公式Akali EAガイドを読む 概要 Akali EAは、ゴールド(XAUUSD)専用に設計された高精度スキャルピングエキスパートアドバイザー(EA)です。非常にタイトなトレーリングストップアルゴリズムを利用して、ボラティリティの高い期間に瞬時に利益を確保します。 このシステムは精度を重視して構築されており、市場の急速な動きを利用し、市場が反転する前に利益を確定することで、高い勝率を目指しています。 設定要件 通貨ペア: XAUUSD(ゴールド) 時間足: M1(1分足) 口座タイプ: Raw ECN / 低スプレッドが必須です。 推奨ブローカー: ガイドを参照してください 注意: このEAはタイトなトレーリングストップに依存しています。スプレッドの広い口座ではパフォーマンスに悪影響を及ぼします。サーバー時間とブローカーの選択の詳細
Quantum King EA
Bogdan Ion Puscasu
4.97 (155)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT4バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT5 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! 正確さと規律をもって取引を管理します。 Quantum King EA は、 構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合します。M5 の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) WARNING : 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポートとレ
重要 : このパッケージは、現在の価格で、非常に限られた数のみ販売されます。    価格はすぐに1499ドルになるだろう    100 以上の戦略が含まれており 、今後もさらに追加される予定です。 ボーナス : 999 ドル以上の価格の場合 --> 私の他の EA を  5 つ無料で選択できます! すべてのセットファイル 完全なセットアップと最適化ガイド ビデオガイド ライブシグナル レビュー(第三者) 究極のブレイクアウトシステムへようこそ! 8 年をかけて丹念に開発された、洗練された独自のエキスパート アドバイザー (EA) である Ultimate Breakout System をご紹介します。 このシステムは、高く評価されているGold Reaper EAを含む、MQL5市場で最高のパフォーマンスを誇るいくつかのEAの基盤となっています。 7か月以上にわたって1位を維持したこのほか、Goldtrade Pro、Goldbot One、Indicement、Daytrade Proもランクインしました。 Ultimate Breakout System は単なる EA
Goldwave EA MT5
Shengzu Zhong
4.7 (30)
リアルトレード口座   LIVE SIGNAL(IC MARKETS): https://www.mql5.com/en/signals/2339082 本 EA は、MQL5 上で検証済みのリアルトレードシグナルと、完全に同一の取引ロジックおよび執行ルールを使用しています。推奨された最適化済み設定を使用し、信頼性の高い ECN / RAW スプレッドのブローカー (例:IC Markets または EC Markets) で運用した場合、本 EA のリアルトレード挙動は、当該ライブシグナルの取引構造および執行特性に極めて近い形で設計されています。ただし、ブローカーごとの取引条件、スプレッド、約定品質、ならびに VPS 環境の違いにより、個々の結果が異なる可能性がある点にご注意ください。 本 EA は数量限定で販売されています。現在、残りのライセンスは 2 件のみで、価格は USD 799 です。購入後は、プライベートメッセージにてご連絡ください。ユーザーマニュアルおよび推奨設定をお渡しします。 過度なグリッド手法は使用せず、危険なマーチンゲールも行わず、ナンピン(平均取得単価の引き
私のライブシグナルと同じ結果を求めていますか?   私と同じブローカーを使用してください:   IC MARKETS  および  I C TRADING .  中央集権的な株式市場とは異なり、FXには単一の統一された価格フィードは存在しません。 各ブローカーは異なるプロバイダーから流動性を調達しているため、独自のデータストリームが生成されます。他のブローカーでは、私の取引パフォーマンスの60〜80%程度しか再現できない可能性があります。     ライブシグナル IC MARKETS:  https://www.mql5.com/en/signals/2344271       MQL5 Forex EA Trading チャンネル:  MQL5チャンネルに参加して最新ニュースを受け取ってください。  MQL5にて15,000人以上のメンバーが参加するコミュニティ . 499ドルでの販売は残り10本中3本のみです! それ以降、価格は599ドルに引き上げられます。 本EAは、購入されたすべてのお客様の権利を保護するため、限定数のみ販売されます。     AI Gold Trading
Full Throttle DMX
Stanislav Tomilov
5 (5)
フルスロットルDMX - リアルな戦略 , とリアルな結果   Full Throttle DMXは、EURUSD、AUDUSD、NZDUSD、EURGBP、AUDNZDの通貨ペアで動作するように設計された、マルチ通貨取引エキスパートアドバイザーです。このシステムは、よく知られたテクニカル指標と実績のある市場ロジックを用いた、古典的な取引アプローチに基づいて構築されています。EAには10種類の独立した戦略が含まれており、それぞれが異なる市場状況と機会を特定するように設計されています。多くの現代の自動システムとは異なり、Full Throttle DMXは、グリッド、平均化、マーチンゲール、その他の積極的な回復手法といったリスクの高い資金管理手法は使用しません。このシステムは、長年にわたりテストされてきた、規律正しく保守的な取引哲学に従っています。EAは、H1時間枠で動作するデイトレードシステムを使用し、影響力の大きい経済イベント時の取引を回避するためのニュースフィルターを内蔵しています。取引は5つの通貨ペアに分散されているため、単一市場への依存を軽減できます。この戦略は透明性の高い取引
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (17)
取引は少なく。質は高く。一貫性がすべて。 • ライブシグナル モード1 Twister Pro EA は、XAUUSD(ゴールド)のM15タイムフレームに特化して開発された、高精度スキャルピング Expert Advisor です。取引回数は少ない — しかし、取引するときは必ず意味があります。 すべてのエントリーは注文が出される前に5つの独立した検証レイヤーを通過するため、デフォルト SET では非常に高い勝率を実現します。 2つのモード: Mode 1 (推奨) — 非常に高い精度、週あたりの取引数は少なめ。資本保全と規律ある取引のために設計。 Mode 2 — より高い取引頻度、やや低い精度。より多くの市場参加を好むトレーダー向け。 仕様: 銘柄:XAUUSD | タイムフレーム:M15 最低入金額:$100 | 推奨入金額:$250 RAW SPREAD 口座は必須 VPS の使用を強く推奨 グリッドなし。すべての取引に明確なテイクプロフィットとストップロスが設定されています! 推奨ブローカー: Exness Raw | IC Markets | IC Trading
私のライブシグナルと同じ結果をお望みですか?   私が使っているのと同じブローカーを使用してください:   IC MARKETS  &  I C TRADING .  中央集権化された株式市場とは異なり、外国為替には単一の統合された価格フィードがありません。  各ブローカーは異なるプロバイダーから流動性を調達し、独自のデータストリームを作成しています。 他のブローカーでは、60〜80%に相当する取引パフォーマンスしか達成できません。 ライブシグナル MQL5のForex EA Tradingチャンネル:  私のMQL5チャンネルに参加して、最新情報を入手してください。  MQL5上の14,000人以上のメンバーからなる私のコミュニティ . 10個中残り3個のみ、$499で提供中! その後、価格は$599に引き上げられます。 EAは、購入されたすべてのお客様の権利を確実にするため、数量限定で販売されます。 AI Gold Scalp Proのご紹介:損失を教訓に変える自己学習型スキャルパー。  ほとんどのスキャルピングEAは自分のミスを隠します。AI Gold Scalp Pro
Syna
William Brandon Autry
5 (24)
Syna 5 – 永続的インテリジェンス。真の記憶。ユニバーサル・トレーディング・インテリジェンス。 ほとんどのAIツールは一度回答すると、すべてを忘れます。何度も何度もゼロからやり直すことになります。 Syna 5は違います。 すべての会話、分析したすべてのトレード、なぜエントリーしたか、なぜ見送ったか、そしてその後マーケットがどう反応したかを記憶しています。毎セッションの完全なコンテキスト。トレードを重ねるごとに蓄積されるインテリジェンス。 これはマーケティングのためにAI機能を付け足しただけのEAではありません。 これは、インテリジェンスがリセットを止め蓄積を始めた時のトレーディングの姿です。 私たちは2024年末にMean Machineでこの変革を始めました。リアルな最先端AIをライブのリテールトレーディングに導入した最初期のシステムの一つです。 Syna 5は次なる飛躍です。 従来のEAは静的です。固定されたロジックに従い、マーケットが変化すると取り残されます。 Syna 5は時間とともにインテリジェンスを蓄積します。実際の結果から学び、変化する状況を認識し、思考と応答の
AI Quantum Scalper — インテリジェント実行の進化 精度。知性。マルチマーケットの支配。 SETファイルをダウンロード  | 入力ガイド | セットアップガイド Promotion: 割引価格:プロモーション期間中、価格は**毎日50ドルずつ上昇**します。 段階的価格設定:最初の100名の顧客の後、価格は**999.99ドル**に上昇し、その後**4999.99ドル**まで段階的に上昇します。 特別オファー:今すぐAI Quantum Scalperを購入すると、**EA Titan Breaker**を受け取るチャンスがあります(詳細はプライベートメッセージでお問い合わせください)。 Live Signal: [CLICK HERE] 重要:購入後、最適化されたsetファイルおよびインストール手順を受け取るために、必ずプライベートメッセージを送信してください。 紹介 私はAI Quantum Scalperです。 私は一般的なエキスパートアドバイザーではなく、高頻度または無制御なスキャルピングのために設計されたものでもありません。私は、精度、規律、そして
Aot
Thi Ngoc Tram Le
4.8 (105)
AOT マルチ通貨エキスパートアドバイザー AI センチメント分析搭載 相関通貨ペア間のポートフォリオ分散のためのマルチペア平均回帰戦略。 初めて AOT をテストしますか?     まず   固定ロットサイズ設定 から始めてください。固定ロットサイズ 0.01 | ペアごとに単一ポジション | 高度な機能はオフ。 システムの動作を理解するための純粋な取引ロジック   です。 トラックレコードシグナル 詳細 設定ファイル名 説明 ミディアムリスク 2 Darwinex Zero、  口座サイズ  $100k Live – Set 2 リカバリー機能を有効化 (-500 ポイント) ミディアムリスク 1 ICMarketsSC、 口座サイズ $10,000 Live – Set 1 リカバリー機能を有効化 (+500 ポイント) ハイリスク Exness、 口座サイズ   $2,000 Personal Set リカバリー機能を無効化。相関フィルターを有効化。SPS を有効化 重要! 購入後、インストールマニュアルと設定手順を受け取るためにプライベートメッセージを送信してください。 リソ
The Gold Phantom
Profalgo Limited
4.46 (24)
プロップファーム準備完了! --> すべてのセットファイルをダウンロード 警告: 現在の価格では残りわずかです! 最終価格: 990ドル 新着(399ドルから) :EAを1つ無料でお選びください!(取引口座番号は2つまで、UBSを除く私のEAのいずれか) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   ライブシグナル ライブシグナル2 !! ゴールドファントム登場!! The Gold Reaper の大成功に続き、その強力な兄弟機、 The Gold Phantom を ご紹介できることを大変誇りに思います。これは、同じ実戦テスト済みのエンジンをベースに構築された、純粋で無駄のないブレイクアウト システムですが、まったく新しい一連の戦略が盛り込まれています。 The Gold Reaper の非常に成功した基盤の上に構築された The Gold Phantom は 、 自動化された金取引をスムーズに実行します。 このEAは複数の時間枠で同時に動作するように設計されており、取引頻度を完全に制御できます。 非常に保守的な設定
Nano Machine
William Brandon Autry
5 (7)
Nano Machine GPT Version 2 (Generation 2) – 持続的プルバック・インテリジェンス 私たちは2024年末にMean Machineでこの変革を始めました。リアルな最先端AIをライブのリテール外国為替取引に導入した最初期のシステムの一つです。 Nano Machine GPT Version 2はそのラインにおける次の進化です。 ほとんどのAIツールは一度回答すると、すべてを忘れます。 Nano Machine GPT Version 2は違います。 分析したすべてのプルバックセットアップ、すべてのエントリー、すべての見送り、各判断の背後にある推論、市場の反応、そして各Machine Symmetryバスケットの実際のパフォーマンスを記憶しています。毎セッションの完全なコンテキスト。時間とともに蓄積される集中したインテリジェンス。 これはマーケティングのためにAIを付け足しただけのEAではありません。 これはプルバックトレーディングのために構築された持続的な専門インテリジェンスです。 従来のEAは固定されたルールの中に閉じ込められたままです。Na
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Golden Hen EA
Taner Altinsoy
4.51 (55)
概要 Golden Hen EA は、 XAUUSD 専用に設計されたエキスパートアドバイザー(EA)です。異なる市場状況や時間枠(M5、M30、H2、H4、H6、H12、W1)でトリガーされる 9つ の独立した取引戦略を組み合わせて動作します。 EAは、エントリーとフィルターを自動的に管理するように設計されています。EAの中核となるロジックは、特定のシグナルを識別することに重点を置いています。Golden Hen EAは、 グリッド、マーチンゲール、またはナンピン(averaging)手法を使用しません 。 EAによって開かれるすべてのトレードは、事前に定義された ストップロス(Stop Loss) と テイクプロフィット(Take Profit) を使用します。 ライブシグナル   |   アナウンスチャンネル  | セットファイルをダウンロード v3.7 9つの戦略の概要 EAは複数の時間枠で同時にXAUUSDチャートを分析します: 戦略 1 (M30):   この戦略は、定義された弱気パターンの後に、潜在的な強気(bullish)反転シグナルを識別するために、直近のバーの特
リアルタイム取引シグナル 取引活動の公開リアルタイム監視: https://www.mql5.com/ja/signals/2364406 公式情報 出品者プロフィール 公式チャンネル ユーザーマニュアル セットアップ手順および使用ガイド: ユーザーマニュアルを開く PrizmaL Gravity は、構造化されたシンプルなスキャルピング環境において、ニューラルネットワークの学習によって開発された次世代のエキスパートアドバイザーです。 本システムは2020年から現在に至るまでの市場データでトレーニングされ、異なるボラティリティ環境や市場挙動に適応できるよう設計されています。 最新のアップデートにより、戦略は買いと売りの両方の取引を完全に統合しました。 システムは特定の方向に偏ることなく、モデル条件に基づいて両方向を活用します。 PrizmaL Gravity は継続的な市場参加ではなく、選択的な参加モデルを採用しています。 現在は週5日間の全取引期間にわたって稼働し、内部フィルタリングロジックを維持しながら、より多くの市場フェーズに対応します。 市場条件が整っ
Gold Trade Pro MT5
Profalgo Limited
4.28 (36)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲー
Karat Killer
BLODSALGO LIMITED
4.71 (31)
純金の知性。徹底的に検証済み。 Karat Killer   は、使い回しのインジケーターと水増しされたバックテストを持つ、ありふれたゴールドEAではありません——XAUUSD専用に構築された   次世代機械学習システム   であり、機関投資家レベルの方法論で検証され、見せかけよりも実質を重視するトレーダーのために設計されています。 LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next increase. 詳細なバックテストレポート、検証方法論、ポートフォリオ相関研究 BLODSALGO Analyticsサブスクリプション——無料プロフェッショナルダッシュボード(購入に含まれます) LIVE IC TRADING SIGNAL   すべてのブローカーで動作します。推奨ブローカーについては   こちらのガイドをご確認ください。 ほとんどのEAが固定ルール、
"GoldBaron"は完全自動取引ロボットです。 金取引(XAUUSD)のために設計されています。 ただ、xauusd毎時チャートに取引の専門家をインストールし、将来の金価格を予測する力を参照してください。 積極的なスタートには100ドルで十分です。 推奨されるデポジットは400ドルからです。 一年前、私たちは証券取引所のテクニカル指標の開発に画期的な進歩を遂げました。 私達は全く新しい概念を作成することをどうにかしてしまった。 それを使用する指標は歴史に適応しませんが、実際には実際の効果的なパターンを明らかにします。 新しい開発のすべての力は、技術指標"__AceTrend__"に投資されました。 何が起こったのか見てください! 私たちはすべてのようなものを知っている、と私たちは積極的な方法でアカウントプロモーションを開始した理由です。 目標は、来年3月までに預金を10倍に拡大することです。 実際のテストはすでに開始されています。 https://www.mql5.com/ja/signals/2339244 __AceTrend__指標の開発から1年が経過し、ついに本格的な取引ボ
Gold Neuron
Vasiliy Strukov
5 (7)
Gold Neuron XAUUSD向け高度マルチストラテジー取引システム ご注意ください:EAが現在の状況で最適な戦略を市場から自動的に抽出するため、設定で「すべての戦略」を有効にしてください。 推奨最低残高:0.01ロットにつき200ドル 例:0.02ロットにつき400ドルの残高など Gold Neuron EAは、M15時間足での金(XAUUSD)取引に特化して設計された、プロフェッショナルなマルチストラテジーEAです。 このシステムは、10種類の独立した取引戦略を統合し、様々な市場環境下で高確率の取引機会を検出します。 単一戦略のロボットとは異なり、Gold Neuron EAは複数の取引手法を組み合わせることで、市場に動的に適応します。 • トレンド取引 • ブレイクアウト検出 • 反転機会 これにより、EAは様々な市場局面において常にアクティブかつ効率的に機能します。 このシステムは、広範なバックテストとフォワードテストを含む、3ヶ月以上にわたる開発、最適化、テストを経て完成しました。 コア戦略エンジン Gold Neuron EAは、価格変動分析とテクニカル指標を組み合わ
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.71 (122)
Quantum Bitcoin EA   : 不可能なことは何もありません。やり方を見つけ出すだけの問題です。 トップ MQL5 販売業者の 1 つによる最新の傑作、   Quantum Bitcoin EA で ビットコイン 取引の未来に足を踏み入れましょう。パフォーマンス、精度、安定性を求めるトレーダー向けに設計された Quantum Bitcoin は、不安定な暗号通貨の世界で何が可能かを再定義します。 重要! 購入後、インストールマニュアルとセットアップ手順を受け取るために私にプライベートメッセージを送信してください。 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル Quantum Bitcoin/Queen チャンネル:       ここをクリック ***Quantum Bitcoin EA を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! Quantum Bitcoin EA は H1 時間枠で成功し、市場の勢いの本質を捉える トレンドフォロー戦略 を
Invictus X
Guilherme Jose Mattes
5 (4)
Invictus XはMetaTrader 5向けの高度なエキスパートアドバイザー(EA)であり、スマートなボリュームロジックと多数の異なる分析ゾーンに基づいて構築され、高ボラティリティおよび低ボラティリティ市場の双方において高確率の取引ゾーンを特定します。 価格インジケーターのみに依存するのではなく、実際の市場参加がどこで発生しているかに焦点を当てています。システムは継続的に市場をスキャンし、新しい機会に適応します。単なる実行ツールではなく、市場の波に基づいて取引ロジックを変更する、スマートで動的なエキスパートアドバイザーです。 複数の資産を取引します:XAUUSD および BTCUSD XAUUSD H1 でデフォルト設定を使用するか、あなたのブローカーとリスク設定に最も適した  SETFILE   (update 24/03/2026) をここからダウンロードしてください。 EAの検証および開発過程で作成された様々なバージョンのテスト結果はこちらでご覧ください: SIGNALS MANUAL 残りわずか!299ドルで販売中 なぜ Invictus X なのか?   グリッ
XIRO Robot MT5
MQL TOOLS SL
4.79 (19)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
Mad Turtle
Gennady Sergienko
4.59 (87)
シンボル XAUUSD(ゴールド/米ドル) タイムフレーム(期間) H1-M15(任意) シングルポジショントレード対応 はい 最低入金額 500 USD (または他通貨の同等額) すべてのブローカーに対応 はい(2桁または3桁の価格表示、任意の通貨、シンボル名、GMT時間に対応) 事前設定なしで稼働可能 はい 機械学習に興味がある方は、こちらのチャンネルを購読してください: 購読する! Mad Turtle プロジェクトの主な特徴: 本物の機械学習 このエキスパートアドバイザー(EA)は、GPTサイトや類似サービスに接続しません。 モデルはMT5に組み込まれたONNXライブラリを使用して展開されます。初回の起動時に、偽造不可能なシステムメッセージが表示されます。 CLICK 参照: ONNX(Open Neural Network Exchange)。 資金の安全性 プリロールオーバーやマイクロスキャルピング、統計的サンプルの少ない狭いレンジでの取引を使用しません。 グリッドやマーチンゲールなどの危険な戦略を使用しません。 また、長期間稼働し、1日で利益や資金をすべて
Gold Vector Strategy – High win rate XAUUSD Scalper with Precision Breakout and Dynamic Risk Control Live Signals: Blackbull Real  | Vantage Real  | XM Real  | Blueberry Real   |   |   Exness Demo What is the Gold Vector Strategy? Gold Vector Strategy  is an Expert Advisor meticulously engineered for the highly dynamic Gold (XAUUSD) market. Unlike risky systems based on Martingale or Grid , Gold Vector employs a  high win rate scalping methodology  based on precision price action breakouts. The
Prop Firm Gold EA
Jimmy Peter Eriksson
4.48 (27)
金(XAUUSD)におけるプロップファームの課題に対応するために構築されました 簡単な  プラグアンドプレイセットアップ リスクのないマーチンゲール/グリッド ライブシグナル  |    FTMOの結果  |  公開コミュニティ 警告 :現在の価格で入手できる在庫はごくわずかです!最終価格: 990ドル 戦略 Prop Firm Gold EAは、MT5プラットフォーム上で金(XAUUSD)専用に設計されたマルチストラテジー取引システムです。 このシステムは、ブレイクアウトベースのコンセプトと日中価格パターンを組み合わせることで、日中の主要な方向性を捉える複数のロジックを統合しています。 これにより、単一の設定に依存するのではなく、さまざまな日中市場状況に適応できます。 この戦略は、インジケーターや固定時間枠に基づかず、カーブフィッティングを減らし堅牢性を向上させるために最小限の最適化を使用しています。Prop Firm Gold EAは、分散取引ポートフォリオの一部として効果的に機能するように設計されています。日中取引に特化したロジックにより、異なるアプローチを使用する他
作者のその他のプロダクト
Signal provider based on RSI Divergences from a higher timeframe. First 3 buffers export a signal. Timeframe for which divergences are detected is optional, see 'RSI divergences timeframe' parameter. The indicator uses different algorithms for divergences detection: 'Fast' algorithm is the simplest solution that works the fastest. 'Strict' algorithm filters out more noise but works slower than the previous one. 'Full' algorithm uses recursive functions and provides with lots of divergences
FREE
Frank
Alexej Grebyonkin
Multifunctional universal trading system . Suitable for all Forex and Crypto markets. .set files are updated weekly, published on our site. ----   Frank.ex5 [FOR OPTIMIZATION], fast engine for optimization of TS_DayTrader Trading System. Designed specifically for high-speed optimization in MT5 Tester. Parameters(.set files) for Frank.ex5 and FrankPro.ex5 are interchangeable.   Supports hedging accounting systems (successfully tested with netting accounting system as well), multiple timefram
フィルタ:
レビューなし
レビューに返信