• 概述
  • 评论
  • 评论
  • 新特性

FrankPro

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

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

  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.
For fast optimization capabilities, see Frank.ex5[FOR OPTIMIZATION] - designed specifically for the MT5 Tester.
All builds- FrankPro.ex5, Frankenstein.ex5 and Frank.ex5 have automatic trading capabilities.
Parameters(.set files) for FrankPro.ex5, Frank.ex5 and Frankenstein.ex5 are interchangeable.

  This version can 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.05, released on Jul 31 2024.



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.


推荐产品
Live signal https://www.mql5.com/en/users/datbh/seller [MT4 version: https://www.mql5.com/en/market/product/93601 ] ! Next price --> $699 and final: 1779$ MSC Line  is the advanced smart  grid system  which already works on real accounts. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechani
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
这是基于双均线交叉和箭头标识下单的自定义指标编写的EA。     当出现蓝色箭头向上时做多单。     当出现红色箭头向下时做空单。     当粉红色线向上穿过绿色线交叉时,粉红色线在上方,绿色线在下方,出现金叉,会出现蓝色箭头。     当粉红色线向下穿过绿色线交叉时,粉红色线在下方,绿色线在上方,出现死叉,会出现红箭头。 这是经典的双线交叉金叉死叉很好的实现,并且用箭头标识出下单点,准确率较高,然后编写出来根据线颜色和箭头很好标识下单方向的指标,无时间,货币对限制。 当前EA在同一种货币对只会开一单。 当前EA最好在1小时上工作,效果较好,当然其它时间周期上也是可以工作的,但需要自己去优化参数,获取到最佳工作周期,鱖后更改bigCycle和smallCycle这两个参数。 当前EA默认优化参数在EURUSD 1小时工作周期上效果最佳。 一般100美元挂0.01手,以这样的比例相对安全。 由于外汇交易是24小时运行,手工下单的话容易受到个人时间和情绪的影响,用当前的EA来挂单交易,是个不错的选择。 参数说明: bigCycle:大均线周期 smallCycl
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (5)
Matrix Arrow EA MT5   是一款独特的智能交易系统,可以通过图表上的交易面板手动或 100% 自动交易   Matrix Arrow Indicator 的 MT5   信号。   Matrix Arrow Indicator MT5   将在其早期阶段确定当前趋势,从多达 10 个标准指标中收集信息和数据,它们是: 平均定向运动指数 (ADX) 商品渠道指数 (CCI) 经典 Heiken Ashi 蜡烛 移动平均线 移动平均收敛散度 (MACD) 相对活力指数 (RVI) 相对强弱指数 (RSI) 抛物线SAR 随机振荡器 威廉姆斯的百分比范围 当所有指标给出有效的买入或卖出信号时,相应的箭头将打印在图表上,在下一个蜡烛/柱线的开盘时表示强劲的上升趋势/下降趋势。用户可以选择使用哪些指标,并可以单独调整每个指标的参数。使用   Matrix Arrow EA MT5 ,您可以直接从图表上的交易面板手动交易   Matrix Arrow Indicator MT5   信号,或使用 100% 算法交易选项   100% 自动交易! 注意力:   如果您想用您的  
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVE EA 基于这篇文章: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp 交易条件 - 寻找低于 X 周期 EMA 和 MACD 的货币对交易处于负区域。 - 等待价格上穿 X 周期 EMA,然后确保 MACD 处于从负向正的交叉过程中,或者在五个柱内进入正区域。 - 在 X 周期 EMA 上方做多 X 个点。 - 在入场时卖出 X 个头寸加上风险金额;移动下半场的止损点以达到盈亏平衡。 - 使用追踪止损 - 风险警告 - 在您购买 ADX PRO 之前,请注意所涉及的风险。 - 过去的表现并不能保证未来的盈利能力(EA 也可能亏损)。 - 显示的回溯测试(例如在屏幕截图中)经过高度优化以找到最佳参数,但因此无法将结果转移到实时交易中。 - 该策略将始终使用止损,但 SL 的执行仍取决于您的经纪商。 如果您对 EA 有任何建议,请给我留言。谢谢!
As a seller, I have a unique Expert Advisor on the MQL5 Market which I would like to offer. Even though I cannot guarantee success with this product, I can assure that it works and that it will help the consumer pass their Prop Firm challenges. It can be successfully used with 1H time frame and on the GBPCHF currency pairs but it can also be applied to other symbols and time frames. Moreover, I am offering a free risk management EA as an GIFT with this expert advisor. It will help users detec
FREE
GridMasterFx MT5
Sergey Kruglov
GridMasterFx   is an innovative tool for automated forex trading, which is based on a combination of a grid strategy and a unique trend calculation algorithm using the Moving Average indicator. This strategy allows the Expert Advisor to open and close positions on time, use the analysis of the current trend and instantly respond to market changes. GridMasterFx   Expert Advisor is an excellent choice for successful automation of your forex trading process. It easily adapts to various market co
| 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
Devilfish
Mikhail Sergeev
1.73 (11)
DevilFish  is a fully automatic, multi-currency trading system. Trading is based on explosions of price activity. Big profits, low drawdowns and good hedging results. Minimum Deposit: $ 150. No configuration required. Accounts: Netting, Hedging. Currency pairs: EURUSD, GBPUSD, AUDUSD, NZDUSD, USDCHF, USDCAD, USDJPY. It works on hourly bars and is not demanding on the quality of the Internet connection.  Works in the strategy tester in the "open prices only" mode. Does not use the super short tra
KT COG Robot MT5
KEENBASE SOFTWARE SOLUTIONS
KT COG Robot is a fully automated Expert Advisor based on the   KT COG Indicator . The COG indicator was originally presented by John F. Ehlers in the May 2002 edition of Technical Analysis of Stocks & Commodities magazine. The EA fires a long trade when COG line cross above the signal line and a short trade is fired when the COG line cross below the signal line.  Adaptive Filtration Our adaptive filtration algorithm combines the original COG formula with the major trend direction and market
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA
Cordoba mt5
Mikhail Mitin
Main: Not martingale, not a grid; Working on all symbols; Use on EURUSD; Use on M5. Signals: There is a good rational algorithm. Work of two indicators: Ichimoku and Alligator  (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on c
Bergland Gold MT5
Matthias Bessler
1 (2)
This fully automated trading system is part of the Bergland signal. It features a highly efficient trading logic, and a money management system. Reasonable calculated stop loss and take profit levels. It is easy to install and do not require a special setfile. XAUUSD, M15 Bergland Gold You can rent the Bergland signal here. If you like my product, please write a review.
ExtremeX
Noelle Chua Mei Ping
491   / 5000 该算法在极端波动条件下蓬勃发展。 它将在收市前评估状况,当市场波动到对您有利的极端水平时进入头寸并退出。 该算法不部署任何技术指标,只是简单的数学计算。 这在短期内非常波动的非定向市场尤其是外汇市场上非常有效。 您也可以在其他资产类别上进行测试。 进行了 20 年的回测以验证规则。 同样的逻辑已用在20多年的外汇市场。每个开仓最大的止损是0.8%,您可以随时调正,如果风险太高,请用于小数的Size来交易,可以输入0.01的Size。这个逻辑也会在周末把开仓带过,周五闭市前开仓,会在周一平掉。最迟会在Close HR的时钟平掉。不会把仓位带过第二个交易日。您也可以把最迟的平仓时钟给改掉,看看有别的方案。这个逻辑还未优化。
RSI Grid MT5
Joseph Anthony Aya-ay Yutig
免费获得其他 EA!!!免费获得其他 EA!!!免费获得其他 EA!!!免费获得其他 EA!!!免费获得其他 EA!!! RSI 网格基于 RSI 的超买和超卖情况,并在交易处于市场亏损的一侧时打开一个网格。 RSI 为技术交易者提供有关看涨和看跌价格动能的信号,它通常绘制在资产价格图表下方。当 RSI 高于 70% 时,资产通常被认为是超买,而当 RSI 低于 30% 时,资产通常被认为是超卖。 参数: 时间过滤器 周一 周二 周三 周四 星期五 周六 星期日 开始时间 时间结束 RSI 设置 RSI 周期 超买 超卖 大体时间 金钱管理 自动售货机 最大手数 获利 网格大小 乘数 尾随期权 追踪止损 尾随步骤 轨迹偏移 设置文件 v1.8 英镑兑美元 SET 1 https://youtu.be/a7PfCr1jYXQ https://drive.google.com/file/d/1dP1sZvSQddY_D0meY6vul4Kk78cqo
Pick and Roll
Marta Gonzalez
Pick and Roll   it is a Secure Automated Software for trade 28 pairs ​​simultaneously. P ick and Roll It is optimized for 28 pairs of forex market Pick and Roll  system operation: 1: PREVIOUS   TREND 2: CONSOLIDATION 3:   RUPTURE D o not use this robot at the same time as others, it is a multi-value robot, therefore it manages 28 pairs simultaneously. The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions   
MNG Mt5
TDINVEST LLP
4.3 (10)
IMPORTANT : When testing the EA or running it live, make sure to set "Activate MNG Martingale" to "True" Hello & Welcome To MNG MNG is a martingale EA that allows you to configure a lot of features that I'll detail below. But first, I'd like to insist on the fact that a martingale EA is never safe, no matter if it has a good track record for 5+ years, if it shows incredible backtest results, if it's marketed as the best EA or whatever its price is ($30,000 or $50). A martingale EA might bl
FREE
Ultimatum Breakout MT5
Ruslan Pishun
1 (3)
Ultimatum Breakout  - this trading system uses the strategy of valid breakouts, using multiple custom indicators for eliminating bad signals. The EA uses a very small SL so the account is always protected from equity drawdown with a very low risk-per-trade. The EA is fully adapted: calculates the spread — for pending orders, stop loss, trailing stop, breakeven. It was backtested and optimized using real ticks with 99,9% quality. It has successfully completed stress testing. No Martingale. No arb
Ziwox Fundamental Trader Ziwox Fundamental Trader 是一个交易助手,可帮助金融市场交易者根据 EA 信息数据做出明智的决策。 该 EA 使用在线资源来捕获必要的信息,例如货币的基本面偏差、货币对的零售交易者情绪比率、银行和机构预测、COT 报告数据以及复杂 EA 面板中的其他数据。 简而言之,它是一个集成的外汇数据源和信息,可帮助手动交易者做出更好的决策。 除了这个助手,它也是一个全自动交易系统,它使用基本面和技术数据自动进行交易对。 [   User guide & installation   |  EA components  |   Set file |    Join EA channel (Link in bio)  |  Live signal  |  All product  ] 组件和工具: 您进行交易所需的所有必要信息都在这里收集为一组集成到数据面板中的外汇数据流组件。 每个组件单独充当交易辅助指标或解释性市场报告,以帮助交易者做出决策。 这些组件提供了一个前景,但所有组件的协同作用形
LL Grid EA MT5
Leopoldo Licari
********** CHRISTMAS OFFER - LIMITED TIME ONLY 30$ ********** 6 COPIES OUT OF 10 LEFT AT $35  ---> NEXT PRICE $55 UPDATED v1.8 IS OUT ON MARCH 2022 " I built this EA based on my past trading experience, on my personal needs, on what I already had in my hands, on those useful functions that I needed. I am happy to share it with you at a very small cost considering the potential and the time dedicated to developing it. " PLEASE READ ALL THE DESCRIPTION BEFORE USE IT -  Grid EA with  selec
CAP Channel Trading EA MT4  is Expert Advisor that base on our famous indicator  CAP Channel Indicator .  EA is a non-optimized expert advisor you have to find best setting by yourself. Who using our CAP Channel Indicator and looking for EA that base on Channel indicator this EA is best for them. We give lots of options so you can customize your trading strategy.  [  Installation Guide  |  Update Guide  |  Submit Your Problem  |  All Products  ] Channel Trading is a volatility-based indicator th
EA Makoto MT5
Ruslan Pishun
The EA uses a trend strategy based on several relative Strength, Average True Range and Stochastic oscillator indicators. it Also uses a grid and averaging positions up to 6 orders. The EA uses the main timeframe H1 and M15, M30 as additional. Orders use stop loss, take profit, breakeven, trailing stop and smart filter to transfer positions to breakeven. Attention! This EA is only for "hedging" accounts. МetaТrader 4 version :  https://www.mql5.com/en/market/product/39786 Multi_Currency_BackTest
GOLD Scalper PRO MT5
Lachezar Krastev
4.21 (14)
PROMOTION: BUY 1 GET 1 FREE! --> Buy GOLD Scalper PRO with -50% OFF + 1 FREE EA! NOTE: Promo price: $197 ( Regular Price: $397) - The offer ends soon!  For more info about the promotion and possible free EAs, contact me! GOLD Scalper Pro  is a very effective and profitable trading strategy, professionally developed especially for trading  GOLD (XAUUSD) . I have used the most proven trading principle since the market exist – namely a position entry in the direction of a distinctive market impuls
Exclusive FOREX account HEDGE FuzzyLogicTrendEA is based on fuzzy logic strategy based on  analysis 5 indicators and filters. When the EA analysis all this indicators, it decides, based on its fuzzy strategy, which trade will be better: sell or buy. As additional functions, it´s possible defines spread maximum, stop loss and others. Recomm. Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUDCAD, EURCAD e USDJPY Recomm. timeframe: H1. Backtest were done on EURUSD, H1, 01/07/2023 - 26/0
Crypto MonKey
Dragan Drenjanin
Crypto Monkey is the latest addition to our suite of automated trading robots tailored for Bitcoin trading. Embracing a minimalist design, this robot aligns seamlessly with the aesthetic of our previously released applications on this online store. Notably, Crypto Monkey is equipped with predefined entry rules capable of generating market orders for both buying and selling positions. Additionally, the robot incorporates exit signal rules as well and includes standard rules such as Take Profit (T
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 ent
Recovery System
Maksim Neimerik
Recovery System EA The advisor is designed to automate the process of recovering losses on the current symbol. It can be used if there is a current loss, as well as to accompany other advisors. This product can also be used as a stand-alone advisor. Recovery System EA contains in the settings an option to select the operating mode: Recovery MA Cross Stochastic Bollinger Bands Non-indicators When working in Recovery mode, the advisor removes a losing position from a drawdown using the method sh
DiversiStrat Harmony Pro
Daniel Enrique James Whyte
DiversiStrat Harmony Pro: Revolutionizing Trading with over 25 Strategies in one EA! Welcome to the future of trading with DiversiStrat Harmony Pro – your ultimate solution for navigating the complexities of the market with ease and precision. Harnessing the combined power a package of meticulously curated strategies, this Expert Advisor (EA) is engineered to excel in the dynamic landscape of Forex trading. At the heart of DiversiStrat Harmony Pro lies a commitment to innovation and reliability.
FREE
IPgbpusd5
ANO IDS
3 (2)
The EA is recommended for trading GBPUSD M5. It is based on the strategy of "waiting out", the market entry (and exit) points are determined on the basis of correlation of a number of indicators. The trading volume for opening a position depends on results of previous trades. It is possible to limit the amount of risk (the AutoMM parameter). It is also possible to set the maximum spread, above which the EA will automatically suspend trading (the MaxSpread parameter). It also has advanced feature
该产品的买家也购买
AI Gen XII EA
Denis Kurnev
4.97 (29)
AI Gen XII EA This is an Expert Advisor with the latest use of trading realities and neural networks. The EA runs on the latest GPT-4o platform and also uses advanced discrete Fourier visualization in ATFNet, which equalizes the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The Expert Advisor can also trade different strategies simultaneously and combine test trades with real trading, which is very important in its time.   Details about Adviso
The Gold Reaper MT5
Profalgo Limited
4.59 (64)
道具準備就緒! ( 下載SETFILE ) 推出促銷活動: 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃金的最長可用期限進行了壓力測試,為不同經紀商使
Gold Scalper Trading MT5
Ho Tuan Thang
4.92 (13)
ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. - REAL SIGNAL: Default Setting:  https://www.mql5.com/en/signals/2251841 Gold Scalper Trading is an EA that uses a complex trading methodology that includes cross-market analysis to find scalpable entry points with XAUUSD, one of the market's wildest running pairs. EA uses stop loss for all orders, only 1 order and does not use any dangerous trading methods: No grid, no martingale,... Gold Scalper Trading is o
Gold Mana MT5
Dilwyn Tng
4.68 (19)
实时信号 1: https://www.mql5.com/en/signals/2233179 实时信号 2: https://www.mql5.com/en/signals/2242009 Gold Mana 经过一年多的深入研究和测试开发而成。这个专家顾问使用多时间框架的波动性测量,分析市场参与者的意图,并通过烛台图模式和供需分析在价格变化发生前预测价格变动,以准确进入市场,对黄金价格的关键水平突破作出高度反应。Gold Mana 在超过17年的时间里证明了其在各种高影响事件如金融危机、地缘政治新闻、疫情和经济变化中的稳定交易表现。 它提供了多种风险等级设置,适合实际/真实经纪账户,以满足个人的投资风格,并且还有专为通过道德交易机构(如FTMO)和运行高频交易(HFT)和非高频交易道德交易机构的资金账户设计的设置。 Gold Mana 不使用马丁格尔或网格等有害技术,这个机器人不是历史数据阅读器,没有回测数据操纵。它的每笔交易都有止损和止盈设置。它不使用剥头皮技术,因此对经纪商的滑点和点差更有韧性。 它的设计理念是低风险和高诚信,具有以下特点: 非历史数据阅读器 在关键水平突
Way To Stars是一款夜间头皮EA,专门设计在市场波动性较低的时间段进行交易来利用低波动性,以此降低风险。这款夜间头皮EA专注于利用小的价格变动进行频繁交易,通过积少成多的方式积累利润。本EA采用严格的止损措施来限制每笔交易的潜在亏损,确保了风险管理的有效性。Way To Stars 是一个真实且诚实的交易系统,它不依赖于号称的神经网络、人工智能、ChatGPT或完美的直线回测结果。 MT4版本     用户手册   signal:  https://www.mql5.com/en/signals/2220466 下一个价格: $799 setfile of signal 本EA的特点: 适合货币对:GBPUSD 加载时间框架:任意 无网格,无马丁,一次交易 将订单分散为多笔订单,降低风险,提高成功率 通过最大持仓时间和最大浮亏比例来管理风险 自动调整交易时间,考虑时区和夏令时变化 小资金账户适用 适用于低点差高流动性平台,如IC Markets 关于回测的特别说明: 夜间头皮策略包含了市场点差极高的一小时,为了取得较为真实的测试效果,请使用“每次报价基于真实数据”模式进行回
Diamond Titan FX
Lo Thi Mai Loan
5 (11)
推广活动 目前只剩下3次销售以当前价格购买。 下一个价格: $1233 免费获取US30 Scalper EA和Quantum Algo EA -> 购买后请联系我 Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT4: https://www.mql5.com/en/market/product/116012?source=Site+Market+Product+Page 通过 Prop Challenge 的交易历史: https://www.mql5.com/en/blogs/post/757093 常见问题解答: https://www.mql5.com/en/blogs/post/757094 更多 Diamond Titan FX 分析: https://www.mql5.
CyBRG RX
Arseny Potyekhin
5 (4)
介绍 CyBRG RX:下一代交易助手 踏入交易的未来,与您的尖端交易伴侣 CyBRG RX 一起提升您的交易体验。借助先进的神经网络,CyBRG RX 可以前所未有的精确性分析和适应不断变化的市场条件。 信号:   实时信号 1 实时信号 2 由于该策略非常独特,我只想出售有限数量的许可证。因此,价格将稳步上涨以限制销售。 下一个价格是  890 USD 。 经纪商 任何经纪商,优选 ECN / ZERO 点差 杠杆 从 1 : 20 起 存款 最低 50 美元     符号 USDJPY 时间框架 H1 为什么选择 CyBRG RX? 最先进的神经网络 :CyBRG RX 利用复杂的 AI 算法进行学习和进化,为您提供深入的市场分析。 自适应策略 :针对金融市场的动态特性,CyBRG RX 不断调整其策略,确保您始终领先一步。 用户友好界面 :凭借简洁、直观的设计,CyBRG RX 使初学者和经验丰富的交易者都能轻松使用其强大的功能。 实时分析 :通过实时分析,获得及时的数据驱动洞见,做出明智的决策。 强大的安全性 :您的数据安全是我们的首要任务。CyBRG
Quantum Emperor MT5
Bogdan Ion Puscasu
4.83 (265)
介绍     QuantumEmperor EA 是一款突破性的 MQL5 专家顾问,它正在改变您交易著名的 GBPUSD 货币对的方式!由拥有超过13年交易经验的经验丰富的交易者团队开发。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***购买 Quantum Emperor EA,即可免费获得 Quantum StarMan 或 Quantum Queen 或 Quantum Gold Emperor !*** 私信询问更多详情 新版直播信号 V5:   点击此处 旧版直播信号 V4:   点击此处 MT4版本:   点击这里 量子 EA 通道:       点击这里 * 夏季促销   :999 美元。每购买 10 次,价格就会上涨 100 美元。最终售价 1999 美元 量子皇帝EA     采用独特的策略,将单个交易连续拆分为六
Slap all news
Inrexea Limited
5 (3)
Please do not pm me if you are asking for:  Discount ( Price will go back to original price 3800 in the future ) Backtesting result ( We don't trust mislead informations ) Signal Monitor: SAN Key Currency Pairs: EURUSD CADCHF NZDJPY GBPAUD XAUUSD These pairs, along with their main related pairs, form the core of our trading strategy, offering a broad spectrum of opportunities across major markets. Product Highlights: Advanced Inrexea Database Integration: Seamlessly connects with our Inrexea
Harmony Drive
Marek Stanislaw Zygala
5 (4)
Harmony Drive 是一个复杂的系统,运行在精心挑选的以下货币对的篮子上:USDJPY、AUDCAD、CHFJPY、AUDUSD、USDCAD , USDCHF 和 NZDUSD。这些货币对因其多样的特征和市场行为而被战略性地选择: USDJPY 和 USDCHF 等主要货币对提供高流动性和低点差,非常适合频繁交易 AUDUSD 和 NZDUSD 等与商品相关的货币对提供对资源丰富经济体的曝光,提供独特的交易机会 AUDCAD 和 CHFJPY 等交叉货币对表现出有趣的相关性,通常趋势良好,补充主要货币对 这种组合确保了一个平衡的投资组合,能够在各种市场条件下表现良好 选定的货币对代表了不同的地理区域和经济因素,加强了多样化并减少了整体风险 通过采用独特的多符号策略,Harmony Drive 能够适应不同的市场条件,利用一系列技术指标如Ichimoku Cloud、Moving Averages、RSI 和 Bollinger Bands。EA 的强大之处在于其能够整合趋势跟随、动量和均值回归策略,每种策略都针对交易货币对的具体特征进行了调整。Harmony Drive 提
Quantum Queen MT5
Bogdan Ion Puscasu
5 (16)
各位交易员们,大家好!我是 Quantum Queen,Quantum 专家顾问家族的最新成员,实力非常强大。我的专长是什么?黄金。是的,我以精准和自信交易 XAUUSD 对,为您在闪闪发光的黄金市场上带来无与伦比的交易机会。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 直播信号1:   CLICK 折扣 价截止至 8 月 31 日。 每购买 10 件,价格将增加 100 美元。最终价格为 999 美元 量子 EA 频道:       点击这里 ***购买 Quantum Queen MT5 即可免费获得 Quantum StarMan 或 Quantum Gold Emperor !*** 详情请私信询问! 我是一个网格 EA,经过精心设计,可最大限度地发挥您的交易潜力。我的设计基于超过 15 年的交易经验,经过精心调整,近乎完美。我的
Gold Trade Pro MT5
Profalgo Limited
4.55 (31)
推出促銷活動! 僅剩幾本,449 美元! 下一個價格: 599$ 最終售價:999$ 免費取得 1 個 EA(適用於 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 俱樂部,但有一個很大的區別:這是一種真正的交易策略。 “真實交易策略”是什麼意思? 您可能已經註意到,市場上幾乎所有黃金 EA 都是簡單的網格/鞅系統,當市場與初始倉位相反時,該系統會添加交易。  它們通常偽裝成“神經網絡/人工智能/機器學習”,但如果您對外彙和 EA 有一點經驗,您可以輕鬆
Parrots Breaker
Siti Hadijah Lena
Only  1 copies left at current   price!,   Next Price 599 USD.   So   Come on Hurry up!    Parrots   Breaker   MT5  EA is an Expert Advisor that is smart, powerful and accurate in determining entries. Parrots   Breaker   MT5  EA works based on the concept of trend following  combined  with   Break of Internal Structure and   trading levels. Live Signal Parrots   Breaker   MT5  EA is an Expert Advisor that is safe and focuses on long-term use. Backtest   Result is Fantastic. This EA does not use
BitBull EA
Arseny Potyekhin
4 (2)
尊敬的交易者, 我很高兴向您介绍我们的最新项目。 EA BitBull 。真实的加密货币交易现在成为现实! 信号: 实时信号 1 实时信号 2 由于该策略非常独特,我只想出售有限数量的许可证。因此,价格将稳步上涨以限制销售。 下一个价格是  790 USD 。 来自世界各地的尊敬合作伙伴的帮助下,我们成功开发了一种创新的加密策略。 这种策略无缝结合了趋势跟踪和均值回归策略的原则。 通过采用先进的神经网络,如RNN(递归神经网络)和LSTM(长短期记忆网络)。 在成功完成BTC BitBull EA之后,我们现在专注于交易对ETH/BTC和ETH/USD。 特别值得注意的是,无需任何先前的交易经验即可受益于此技术! 为了获得最佳结果,应遵循并采用以下设置和配置: 经纪商 任何经纪商,优选 ECN / ZERO 点差 杠杆 从 1 : 20 起 存款 最低 50 美元     符号 BTC/USD - 以后更多交易对 时间框架 H1 主要特点: 策略RR 1:2 - 2次赢利覆盖1次亏损 紧密的止盈和止损 每个仓位都有止损 独特的策略 24/7交易 - 即使在周末
Big Forex Players MT5
Marzena Maria Szmit
4.8 (40)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Bitcoin Robot MT5
Marzena Maria Szmit
4.32 (34)
The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
AI TradingVision GPX
Yu Mei Cheng
4.43 (61)
注意事项 EA 最多包含 6 个入场点,每次交易的手数为下单手数乘以 6,因此请注意不要使用过大的手数。 默认的手数计算方式不是资金百分比。我们的默认计算方式不受杠杆影响,能更精确地控制风险。 建议使用 1000 美元以上的资金以提高风险抗性。 同时使用多个货币对会有风险叠加的可能,请注意。 此为MT5版本。MT5版本能更好的模拟市场环境。建议使用。如需MT4版本,我们会在稍后一段时间发布。 请注意,交易涉及风险,理解并有效管理这些风险非常重要。 真实资金信号: 点击查看 实时信号: 点击查看 MT4版本: 转到MT4 618大促,限时优惠300$ 目前我们有一项黄金EA赠送活动,购买后请联系我们获取。该活动为限时活动。 运行推荐 推荐货币对: GBPUSD, USDCAD , AUDUSD 时间周期:M15 运行资金:建议 1000 美元以上 账户类型:无特殊要求,低点差效果更好 杠杆:无特殊要求 参数功能说明: 使用手册。 购买后建议阅读常见问题解答(FAQ)。" 点击这里查看 "
HFT PropFirm EA MT5
Dilwyn Tng
4.71 (14)
MT4版本: https://www.mql5.com/en/market/product/104871 通过HFT MT5挑战性能监控(不适用于真实账户): 经纪商:Fusion Market 登录:89600 密码:Greenman89$ 服务器:FusionMarkets-demo 超过700条5星真实评价(早期发布的MT4版本): https://www.mql5.com/en/market/product/104871?source=Unknown#!tab=reviews 公共频道: https://www.mql5.com/en/channels/hftpropfirmea MT4版本: https://www.mql5.com/en/market/product/104871 主要特点 专为HFT挑战设计: 针对Prop Firms挑战设计,低回撤,带止损。 支持: 除了提供set文件外,还提供全面的手册和视频教程,包括VPS设置、MT设置、EA下载、机器人设置和运行。应要求提供折扣代码和链接。还提供Team Viewer、AnyDesk或远程桌面访问支持,适合初学者。
Dark Algo MT5
Marco Solito
5 (42)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for   Scalping   Trading on   Eurusd . This Expert Advisor is based on the latest generation of   algorithm  and is highly customizable to suit your trading needs. If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated   algorithm  that allows it to   identify   and   follow m
Hercules AI
Aleksandr Chebotaev
2.6 (30)
Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
SFE Impulse
Joel Juanpere
5 (1)
This expert advisors search for perfect impulse setups.  The approach is use a very few but high effectives rules / filters and an effective management of the opened position. 2 Units left at 1.500 USD. Next price 10.000 USD Signal https://www.mql5.com/es/signals/2049326 Backtest The EA must be backtest in any timeframe, but for use in live, must be attached to a M5 chart. Live setup The EA is very easy to configure, and can be used with the default parameters. Only the paramet
FT Gold Robot MT5
Marzena Maria Szmit
4.29 (49)
Introducing the FT Gold Robot MT5, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with XAUUSD pairs . With its advanced analytical capabilities, FT Gold Robot constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every day (you
Supply Demand EA ProBot MT5
Georgios Kalomoiropoulos
4.5 (2)
基于 供需 原理的 全自动顾问 。第一个提供 全自动供需顾问的公司。 交易 现在变得更加容易,让您可以完全控制自己的交易策略。 通过方便的图形交易面板。 您将获得包含超过 15,000 行代码的超高质量算法交易软件。 需求EA提案ProBot指南 交易 Prop Firms 挑战并完成所有步骤成为合格交易者的最佳方式。 所有交易均自动进行和管理。只需 选择您的投入 ,坐下来看着您的利润增长。 面板输入参数: 选择 交易方向 (买入或卖出) 选择 您想要交易的时间范围 选择 您想要交易的区域类型 (宽、中、窄、超窄) 从 3 种资金管理选项 中进行选择 选择一位顾问,该顾问将在 盈利 或 亏损 交易数量达到后停止。 根据风险 或 ATR 选择止盈和止损赔率。 选择 看涨 或 看跌通道 内的交易区域。 选择 上限 和 下限 范围 如果您只想在一天中的特定时间进行交易,请选择 一个时间范围。 多种 追踪止损 和 盈亏平衡 功能可供选择 您可以查看三个较高时间范围内的区域。因此,如果您的时间范围为 30 分钟,则可以激活 1 小时、4 小时和每日供需区域。
Daytrade Pro Algo MT5
Profalgo Limited
3.88 (8)
推出促銷: 以當前價格提供的副本數量有限 最終價格:990$ 新:免費獲得 1 個 EA! (2 個交易賬戶) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files 歡迎來到 DayTrade Pro Algo! 經過多年的市場研究和不同策略的編程,我發現了一個具有良好交易系統所需的一切的算法: 它是獨立於經紀人的 它是獨立傳播的 它使用真實可變點差測試在 MT4、MT5、TDS2 和多個經紀商上輕鬆顯示非常穩定的回測 數百種不同的設置都在測試中給出了有利可圖的結果(當然我選擇了最好的!) 非常強大的系統 -> 設置可以互換,因此使用 USDJPY 的設置運行 EURUSD 仍然是有利可圖的。   已經在 13 個貨幣對上運行:EURUSD;GBPUSD;USDJPY;AUDUSD;XAUUSD;GBPJPY;USDCAD;EURJPY;EURNZD;EUR
Quantum StarMan
Bogdan Ion Puscasu
4.91 (77)
大家好,我先自我介绍一下: 我是 Quantum StarMan,   Quantum EA 家族中最令人振奋的新成员。 我是一个全自动、多货币 EA,能够处理多达 6 种动态货币对:   AUDUSD、EURAUD、EURGBP、EURUSD、GBPUSD 和 USDCAD   。凭借最高的精确度和坚定不移的责任感,我将把你的交易游戏提升到一个新的水平。 关键在于:我不依赖马丁格尔策略。相反,我使用专为实现最佳性能而设计的复杂网格系统。为了让您安心,我甚至为您提供了在总亏损达到您账户的预定限额时关闭所有交易的选项。 但这还不是全部——我可不只是说说而已!我有一个实时信号,您可以看到我实际行动: IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***购买 Quantum StarMan MT5 即可免费获得 Quantum Queen EA 或 Quantu
Ai Multi Trend MT5
Mansour Babasafary
4.31 (26)
Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert trend hunter Combined with artificial intelligence Control the AI with a variety of simple settings Without using dangerous strategies (all trades have a profit limit and a loss limit) Can be used in 6 main market currency pairs and 4 important time frames An expert who has been trained by artificial intelligence for years to correctly recognize trends(wi
TrendMaster FX
Chen Jia Qi
4.47 (72)
采用先进的算法并利用深度学习技术,我们的专家顾问(EA)是为了帮助您在复杂的外汇交易世界中导航而精心设计的。该系统分析市场行为,并根据特定标准进行交易,使您能更有效地参与市场趋势。凭借近十年的数据支持,EA利用深度学习来检查过去的市场条件,旨在提供更高级的决策支持。 Live signal : TrendMaster FX The MT4 version : TrendMaster FX MT4   目前有EA试用活动,购买后联系我们可获得“Gold Garden”或“AI TradingVision GPX”的使用权限。如需了解详情,请 联系我们 。 推荐使用的货币对: 英镑/美元(GBPUSD) 美元/加元(USDCAD) 风险设置: 对于激进的交易者,最大风险设置为0.15。 对于更保守的交易者,特别是资本较大的人,建议将其设置在0.05以下,0.03定义为低风险。可以先从0.01开始熟悉操作 购买后: 可以给我们发私信以获取用户手册和注意事项。或者自行参考推荐的用户手册:   点击查看手册 购买后建议阅读常见问题解答(FAQ):" 点击这里查看 " 安全且稳定的EA: 我
Scalper Deriv
Antonio Simon Del Vecchio
4.8 (10)
介绍Scalper Deriv:提升您的剥皮体验。 如何优化Scalper Deriv的详细指南 点击这里 . 配置文件及更多内容   点击这里 你是那种在剥皮中找到激情,并希望最大化资本利用的交易者吗?无论您的账户余额是$20、$200、$2000、$20000还是$200000,我们都为您提供了完美的解决方案!我们为您介绍 Scalper Deriv ,这是一个旨在改善您的交易策略并利用市场机会的专家顾问(EA),无论您的初始投资大小如何。 关键特性 创新体验 :基于多年的EA经验和知识,Scalper Deriv代表了金融市场剥皮策略的顶峰。 适应不同资本 :Scalper Deriv对所有人都开放。虽然使用它的最低资本要求为$20,但EA会自动适应任何账户大小。无论是$20、$200、$2000、$20000还是$200000,Scalper Deriv都会适应并最大化您的机会。 购买和租赁选项 :通过一次性购买获得Scalper Deriv,包括未来的更新,或选择租赁它一或六个月的灵活性。 个性化优化 :借助Metatrader 5的先进优化工具
Top Trend Plus
Xian Qin Ceng
5 (2)
购买后请联系我获取正确的set设置,不正确的set设置可能导致不好的结果。 新品上架,促销活动中。每卖出1份,价格上涨50美元,至1500美元! Top Trnd Plus,是以Top Trend作为基础, Top Trend  占20%,把我的其他优秀EA集合在一起,增加了对XAUUSD品种的支持,增加了四种交易模式,增加了Long Time Model 和Short Time Model 两种时间选择模式,能够交易14个以上外汇货币对。并且简化了参数设置,是一种大胆的创新与尝试。 信号地址 . 设置文档集合 . 如果你不知道EA如何设置参数,请点击加入这里: Click here . Top  Trend Plus EA,多种策略集中于一体的顶级趋势EA,Top Trend EA, Apocalypse Gold   EA,都是构成它的一部分,是一款以多年实盘的盈利结果为导向进行研发、创新的 EA 。任何上涨动能或者下跌动能都会有衰竭的时候,当这种衰竭产生时,新的趋势就会到来,基于此种市场现象,我研发了Top Trend EA,不过Top Trend不能交易XAUUSD,
OverPower MT5
Inrexea Limited
5 (1)
No Backtesting is allowed: (Overpower IS NOT A HFT Strategy, Will not be violated by Prop firm rules) We don't rely on backtest results. The backtesting environment can't access our database to retrieve historical data. We aim to provide clarity to EA traders and not mislead them. The best approach is to monitor our signals. If you're wondering how to verify that it works with your broker, the response is the same: backtesting results alone don't prove effectiveness. The OverPower Trading Robot
作者的更多信息
IRSI Divergences
Aleksei Grebenkin
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 d
FREE
Frank
Aleksei Grebenkin
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. For graphical interface, see Frankenstein.ex5 . Both Frankenstein.ex5 and Frank.ex5 have automatic trading capabilities. Parameters(.set files) for Frank.ex5 and Frankenstein.ex5 are in
RSIhtf
Aleksei Grebenkin
Simple RSI indicator. User can choose TimeFrame for the RSI. For example, you are using chart with M5 data but want to see RSI from different fimeframe H4 drawn below the main chart window. RSIhtf.ex5(iRSI.ex5 - another name) (h = higher, tf = timeframe) is designed specifically for this case. Exports 1 buffer with indicator data. The indicator is part of TS_DayTrader system.
FREE
Frankenstein
Aleksei Grebenkin
Multifunctional universal trading system . Suitable for all Forex and Crypto markets. .set files are updated weekly, published on our site. ----   Frankenstein.ex5 [with GUI], provides with graphical interface for TS_DayTrader Trading System. Features an extensive array of tools for manual and automated trading. For optimization capabilities, see Frank.ex5 [FOR OPTIMIZATION] - version for the MT5 Tester. Both Frankenstein.ex5 and Frank.ex5 have automatic trading capabilities. Paramet
IFrankenstein
Aleksei Grebenkin
iFrankenstein - an essential part of TS_DayTrader trading system( Frank.ex5 / FrankPro.ex5 / Frankenstein.ex5 ). The indicator provides with 10 pattern-based signals. For each of the 10 patterns there's a number of internal indicators and filters used: Fractals KeyLevels RSI Divergences BollingerBands ATR Technical Pocket Pattern-specific volatility filters The first 30 buffers of the indicator export a signal that consists of TakeProfit, StopLoss, Price values, for each of the
IPatterns
Aleksei Grebenkin
Indicator iPatterns.ex5 detects 8 different classes of volatility patterns. DD, SD, RD, SSD are the so-called "bottoms". DV, SV, RV, SSV are "peaks". User can set up an Alert to be notified about a new pattern detected. Parameters 'Pattern maximal height' and 'Pattern minimal height' work as filters. 'iBB period' and 'iBB deviation' parameters regulate performance of BollingerBands indicator - it provides one of the signals forming already mentioned above 8 patterns. iPatter
筛选:
无评论
回复评论
版本 5.5 2024.08.01
Some minor bugs fixed.

New parameter: IP_symbols_postfix - Append postfix to symbols' names (rfd for EURRUBrfd)

The system was tested on RoboForex, AvaTrade, Alfa-Forex accounts, USD and RUB.