• 미리보기
  • 리뷰
  • 코멘트
  • 새 소식

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.


추천 제품
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 mo
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
| 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
Goldscalp Mt5
Mathieu Carpaye
Goldscalp MT5 est un conseiller expert doté d'une stratégie simple mais efficace . Basé sur une stratégie RSI Moyenne Mobile avec un stop suiveur qui protège les take profits, il assure une gestion automatique du calcul des lots. De plus, vous avez la possibilité de personnaliser votre stratégie grâce à des paramètres d'entrée ajustables. Cet expert est  très facile d'utilisation Symboles : XAUUSD Time frame : M1 Paramètres d'entrées :
Golden Gate - торговый советник использующий в своей торговой логике подходы стратегии Лари Вильямса, Джона Болинджера и  Дж. Уэллс Уайлдера в виде разработанных ими индикаторов.  Советник показал хорошие результаты тестирования стратегии на истории и при реальной торговле, в советнике можно менять значения данных индикаторов и выставлять самостоятельно размеры стоп лосса и тейк профита.  Как реально торгует данный советник и чего стоит ожидать при покупке данного советника - данный советник зак
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.
Dr Trade Pro
Julia Lopez
5 (1)
Dr Trade Pro을 소개합니다. 지능적이고 일관된 거래를 위해 정교하게 디자인된 EA입니다. 저희 전문가 어드바이저는 정확성에 의존하여 트렌드 인식 및 정확한 시장 분석을 활용하여 거래를 원활하게 실행합니다. Dr Trade Pro은 각 거래에 대한 전략적인 백업 계획을 갖추어 수익성을 강조하면서 잠재적인 손실을 최소화합니다. Dr Trade Pro을 돋보이게 만드는 특징 중 하나는 다양한 시장 조건에 대응 가능하다는 점입니다. 이는 뉴스 및 시장 변동성에 대한 저항성이 뛰어난 신뢰할 수 있는 EA에 필수적인 특성입니다. 이러한 적응성 덕분에 봇은 시장 변화를 원활하게 감지하고 알고리즘을 업데이트하여 크거나 더 변동성이 있는 시장에서도 안정성과 최적의 성능을 유지합니다. Dr Trade Pro이 거래에서 평균 전략을 채용하고 있다는 점을 주목해주시기 바랍니다. 이 EA 스타일에 익숙하지 않은 경우 구매를 고려하기 전에 기능을 면밀히 검토하는 것이 좋습니다. Dr Trade P
Climbing Scalper mt5
Liudmyla Bochkarova
4 (4)
Climbing Scalper EA is a night scalper that trades during the calmest periods of the market. During this period the markets usually fluctuate and the advisor will trade within these ranges. Each trade will have an initial stop loss and take profit, but the EA also uses advanced stop loss management algorithms that will assess the strength of the trades. 8 copy left at 399, next price 499 Buy this EA, post a feedback and get  Golden Future  for free The advisor works on all pairs with a stable s
SolarTrade Suite Financial Robot: LaunchPad Market Expert - 거래를 시작하도록 설계되었습니다! 이 거래 로봇은 특별하고 혁신적이며 고급 알고리즘을 사용하여 가치를 계산합니다. 금융 시장의 세계에서 여러분의 조수입니다. SolarTrade Suite 시리즈의 지표 세트를 사용하여 이 로봇을 시작할 순간을 더 잘 선택하세요. 설명 하단에서 SolarTrade Suite 시리즈의 다른 제품을 확인하세요. 투자와 금융 시장의 세계를 자신 있게 탐색하고 싶으신가요? SolarTrade Suite Financial Robot: LaunchPad Market Expert는 정보에 입각한 투자 결정을 내리고 수익을 늘리는 데 도움이 되도록 만들어진 혁신적인 소프트웨어입니다. SolarTrade Suite Financial Robot: LaunchPad Market Expert의 장점: - 정확한 계산: 로봇은 고급 알고리즘과 분석
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.
FTMO passing EA (High risk) is unique Expert Advisor that continues the iBoss series of advisors. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. The iBossTrade is a fully automated EA designed to trade currencies only. Working pairs US30. EURUSD, GBPUSD, EURGBP, USDCAD. XAUUSD. Expert showed stable results on currencies in 1999-2023 period. No dangerous methods of money management use
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (2)
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
Goldscalp2 MT5
Mathieu Carpaye
Goldscalp2 MT5 est un conseiller expert doté d'une stratégie simple mais efficace . Basé sur une stratégie RSI Moyenne Mobile avec un stop suiveur qui protège les take profits, il assure une gestion automatique du calcul des lots. De plus, vous avez la possibilité de personnaliser votre stratégie grâce à des paramètres d'entrée ajustables. Cet expert est  très facile d'utilisation Symboles : XAUUSD  Time frame ==> M12, M15 et M30
Bergland Gold MT5
Matthias Bessler
2.33 (3)
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.
Guard Scalper EA is a Scalper Robot based on market trend analys. Guard Scalper EA will look for potential High Probability entries as trigger for entry into the market. Guard Scalper EA is good for use on pairs with low spreads such as EURUSD, GBPUSD, or USDJPY Recommendation : Please add and running  Guard Scalper   EA on low spread pairs such as EURUSD, GBPUSD, or USDJPY on M5 timeframes. You can running on that pairs simultanuously Attention : You can start to trade with $ 300 Minimum initi
영원엔진 EA는 여러 지표와 전략을 활용하는 고급 전문가 어드바이저로 트레이더들에게 포괄적인 자동 거래 도구를 제공합니다.수많은 거래 기회를 제공하고 스프레드에 민감하지 않으며 각 거래를 정확하게 시작하기 위해 엄격한 진입 지점을 사용합니다.이 전략은 1년 동안 낮은 ddr의 실시간 신호로 실제 시장에서 입증되었습니다. 초보자이든 숙련된 거래자이든 Eternal Engine EA는 특별한 거래 경험을 제공합니다. 위의 내용은 기계 번역입니다, 죄송합니다.궁금하신 점이 있으시면 사용설명서를 읽어보시거나 연락주시기 바랍니다. MT4 신호: https://www.mql5.com/en/signals/2220467 다음 가격: $699 setfile: High risk Medium risk Low risk 기능: 적합한 통화쌍:GBPUSD, EURUSD, AUDCAD, AUDNZD 로드 시간 프레임:Any 종일 거래 그리드 거리 및 볼륨 승수를 사용자 정의할 수 있습니다 동시에 거래
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (5)
Matrix Arrow EA MT5 는  Matrix Arrow Indicator의 MT5  신호를 차트의 거래 패널과 수동 또는 100% 자동으로 거래할 수 있는 고유한 전문가 조언자입니다.  Matrix Arrow Indicator MT5 는 다음과 같은 최대 10개의 표준 지표에서 정보와 데이터를 수집하여 초기 단계에서 현재 추세를 결정합니다. 평균 방향 이동 지수(ADX) 상품 채널 지수(CCI) 클래식 하이켄 아시 캔들 이동 평균 이동 평균 수렴 발산(MACD) 상대 활력 지수(RVI) 상대 강도 지수(RSI) 포물선 SAR 스토캐스틱 오실레이터 윌리엄스의 백분율 범위 모든 지표가 유효한 매수 또는 매도 신호를 제공하면 강력한 상승/하락 추세를 나타내는 다음 캔들/막대가 시작될 때 해당 화살표가 차트에 인쇄됩니다. 사용자는 사용할 표시기를 선택하고 각 표시기의 매개변수를 개별적으로 조정할 수 있습니다.   Matrix Arrow EA MT5 를 사용하면 차트의 거래 패널에
Golden Harvest MT5
Miss Preeyanut Budsarakham
Golden Harvest MT5 automated trading system is a trading system for trading gold. by default of the variables for gold trading by using the function of Indicator Bollinger Bands Indicator, ATR, std, Ma200 using the martingale trading method. Coupled with the use of the neural network, the main body of finding good trading positions is mainly using bb based on twenty years of backtesting. Get satisfactory trading results, safe in trading gold, at 15 minutes intervals, users can immediately trade
The MACD Expert Advisor  uses the Moving Average  Convergence/Divergence indicator to determine the market trend. It uses the MACD signal to place its entries automatically. The EA also uses the moving average indicator for additional confirmation. Various settings enable the EA to be optimized for different market conditions and trend following strategies. This program can also trade on specific trading sessions to capitalize on the increase of trading volume on certain times of the day. It ca
Little Swinger    (Best choice for passive income lovers) Developed by RobotechTrading   key features: Financial Freedom Back testing results will match with real live trading results Proper TP and SL Controlled Risk Highly Optimized settings Running on our Real Live Accounts Little Risk, Little Drawdown, Little Stress, Little BUT stable income, just set and forget. Strategy: Not Indicator based No Martingale  No Grid  No Repaint strategy Safe and Secure calculation of Live data and than t
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for c
Taurus MT5
Daniel Stein
5 (1)
토러스는 고유한 실제 거래량 데이터를 활용하여 이미 효과적인 평균회귀 전략을 개선하기 위한 노력의 정점을 상징합니다. 각 종목을 고유한 최적의 설정으로 거래하여 사용자에게 탁월한 위험/보상 비율과 균형 잡힌 스트레스 없는 거래 경험을 제공합니다. 주요 정보 고유한 실제 거래량 데이터를 기반으로 한 평균 수익률 전략 그리드, 마틴게일 또는 평균화 없이 철저한 리스크 관리 28개 주요 외환 심볼을 모두 개별 최적 설정으로 처리 심볼당 최대 한 번의 거래 및 항상 고정 손절매 사용 모든 트레이더에게 적합한 거래당 100% 조정 가능한 리스크 100% FIFO 호환 100% PROP 회사 준비 링크 토러스 FAQ - 클릭 토러스 채팅 - 클릭 트레이딩 시그널 - 클릭 기술 요구 사항 1. 다음을 수행하세요. 터미널 속성에서 허용되는 URL 목록에 다음 URL 을 추가하세요 . - 볼륨 데이터의 경우-> - 뉴스 모듈의 경우-> https://nfs.faireconomy.me
Hi LUNA
Mao Jun Hu
LUNA 거래 프로그램을 사용해 주셔서 감사합니다! 우리는 XAUUSD 전용으로 설계된 EA인 LUNA를 자랑스럽게 소개합니다. 15년 이상의 거래 경험을 가진 저자가 수년간의 연구 끝에 기술적 돌파를 이루어낸 결과입니다. ————————————————   —————— Live Signal(mt4): Click here mt4: Click here ————————————————   —————— 특징: 정직한 거래 시스템: LUNA는 AI 신경망, 마틴게일 전략 등의 기술을 사용하지 않습니다. 완벽한 곡선을 만들기 위해 속임수를 쓰지 않습니다. 고급 알고리즘: LUNA는 고급 알고리즘을 사용하여 시장 방향을 결정하고, 중요한 돌파 지점에서 거래를 하여 최적의 진입 기회를 보장합니다. 효율적인 손실 관리: 각 거래에는 손절매가 있으며, 여러 부분으로 나누어져 모든 손실 포지션이 제거될 때까지 점진적으로 이익을 실현합니다. 자동 포지션 조정: LUNA는 계좌 크기와 최대 허용 손실에
Mine Farm
Maryna Kauzova
5 (1)
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get
Discover our groundbreaking scalping trading bot designed for small trading accounts. This bot utilizes a simple fractal breakout strategy, executing fast trades based on local highs and lows. Key Features: Trading System: Utilizes fractals for entry points in both long and short positions. Settings Explained: Detailed inputs including timeframes, risk management, and ATR-based stop-loss and take-profit levels. Optimal Trading Times: Best used with pairs like EUR/USD or USD/JPY during liquid ma
Simo
Maryna Shulzhenko
Description of Simo : an innovative robot with a unique trading system Simo is a revolutionary trading robot that changes the rules of the game with its unique trading system. Using sentiment analysis and machine learning, Simo takes trading to a new level. This robot can work on any time frame, with any currency pair, and on the server of any broker. Simo uses its own algorithm to make trading decisions. Various approaches to analyzing input data allow the robot to make more informed decis
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
Exp THE X FULL
Vladislav Andruschenko
4.79 (29)
표준 지표에서 작업하는 MetaTrader 5용 범용 자동 전문가 고문. 유니버셜EA 생성자 EA에는 다양한 기능이 제공됩니다. 20개의 신호 중 하나를 선택하여 포지션을 열고 20개의 필터 중 5개를 선택하여 MetaTrader 패키지에 포함된 표준 지표의 신호를 분류할 수 있습니다. 또한, 표시기 매개변수를 조정하고, 시간 프레임을 선택하고, 각 신호에 대한 신호 막대를 지정할 수 있습니다. 또한 메타 트레이더 4 터미널위한 X EA를 다운로드 할 수 있습니다   MT4에 대한 X 주의   ! 새로운 범용 거래 고문   Exp -   맞춤형 지표에서 작업하는 xCustomEA: MetaTrader 5   용   xCustomEA 확장 MetaTrader 4   용   xCustomEA 확장 EA에는 다음 기능이 포함됩니다. 반대 추세 평균, 추세 방향으로 추가 개방, 후행 정지, 손익분기점, 총 손익으로 마감, 가상 손절매 이익 실현 및 후행 정지, 포지션 또는 보류/지정가 주
FVG Supreme Court
Burak Enes Aydin
Fair Value Gap Supreme Court EA uses a special calculation formula between price differences and thus determines whether the parity is above or below the required price. It does not use the MA and RSI system, instead it detects sudden fomo SELLs and BUYs in prices. In this way, it enters trade only when there are HIGH opportunities.   This EA is still in BETA. For this reason, do not buy yet. You can test it. If you find a good setting and symbol, I will give you the EA for FREE.
This is based on the double moving average cross and arrow mark under the preparation of custom indicators EA. When the blue arrow appears, make a long order. When the red arrow appears, short the order. When the pink line crosses the green line upward, the pink line is above, the green line is below, the golden fork appears, and the blue arrow appears. When the pink line crosses the green line downward, the pink line is below and the green line is above. There is a dead fork and a red
이 제품의 구매자들이 또한 구매함
AI Gen XII EA
Denis Kurnev
5 (25)
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
Gold Mana MT5
Dilwyn Tng
4.5 (12)
라이브 신호 1: https://www.mql5.com/en/signals/2233179 라이브 신호 2: https://www.mql5.com/en/signals/2242009 Gold Mana는 1년 이상의 집중 연구와 테스트를 통해 개발되었습니다. 이 전문가 고문은 다중 시간 프레임의 변동성 측정을 사용하여 시장 참여자의 의도를 분석하고, 캔들스틱 패턴과 수요 및 공급 분석의 도움으로 가격 변동을 예측하여 가격 변동 전에 정확하게 진입할 수 있습니다. Gold Mana는 금융 위기, 지정학적 뉴스, 전염병 및 경제 변화와 같은 다양한 고충격 이벤트를 통해 17년 이상의 안정적인 거래 실적을 입증했습니다. 이 EA는 개인의 투자 스타일에 맞는 실제/실시간 브로커 계정에 적합한 여러 위험 수준 설정을 제공하며, FTMO와 같은 프로프 트레이딩 회사의 검증을 통과하도록 설계된 설정도 포함되어 있습니다. 또한 HFT 및 비 HFT 프로프 트레이딩 회사의 자금 지원 계정을 관리할 수
The Gold Reaper MT5
Profalgo Limited
4.61 (66)
소품 회사 준비 완료!   (   세트파일 다운로드   ) 출시 프로모션: 현재 가격으로 몇 장 남지 않았습니다! 최종 가격: 990$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 골드 리퍼에 오신 것을 환영합니다! 매우 성공적인 Goldtrade Pro를 기반으로 구축된 이 EA는 동시에 여러 기간에 걸쳐 실행되도록 설계되었으며 거래 빈도를 매우 보수적인 것부터 극단적인 변동까지 설정할 수 있는 옵션이 있습니다. EA는 여러 확인 알고리즘을 사용하여 최적의 진입 가격을 찾고 내부적으로 여러 전략을 실행하여 거래 위험을 분산시킵니다. 모든 거래에는 손절매와 이익 실현이 있지만, 위험을 최소화하고 각 거래의 잠재력을 극대화하기 위해 후행 손절매와 후행 이익 이익도 사용합니다. 이 시스템은 매우
CyBRG RX
Arseny Potyekhin
5 (2)
Introducing CyBRG RX: The Next-Generation Trading Assistant Step into the future of trading with CyBRG RX, your cutting-edge trading companion designed to elevate your trading experience. Harnessing the power of advanced neural networks, CyBRG RX is engineered to analyze and adapt to ever-changing market conditions with unparalleled precision. Signals:   low risk   Because this strategy is so unique, I only want to sell a limited number of licenses. Therefore, the price will steadily inc
Way To Stars는 낮은 위험 기회를 활용하기 위해 시장 변동성이 낮은 기간에 거래하도록 특별히 설계된 야간 암표 EA입니다.이 야간 암표 EA는 잦은 거래를 위한 작은 가격 움직임을 포착하여 시간이 지남에 따라 수익을 축적하는 데 집중합니다.거래당 잠재적 손실을 제한하기 위해 엄격한 스톱로스 조치를 사용하여 효과적인 리스크 관리를 보장합니다.Way To Stars는 소위 말하는 신경망, 인공 지능, ChatGPT 또는 완벽한 직선 백테스팅 결과에 의존하지 않는 진실되고 정직한 거래 시스템입니다. MT4     사용 설명서   신호 :   https://www.mql5.com/en/signals/2220466 다음 가격: $699 setfile of signal 이 EA의 특징: 적합한 통화쌍:GBPUSD Load timeframe:임의의 시간 그리드도 없고, 마팅게일도 없고, 한 번에 한 번 트레이드 주문을 소규모로 분할하여 리스크를 줄입니다 최대 포지션 제한 및 최대 유
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 Diam
Quantum Queen MT5
Bogdan Ion Puscasu
5 (13)
안녕하세요, 상인 여러분! 저는 Quantum 전문가 자문단에 가장 최근에 합류한 매우 강력한 구성원인 Quantum Queen입니다. 내 특기? 금. 예, 저는 XAUUSD 쌍을 정확하고 자신감있게 거래하여 빛나는 금 시장에서 비교할 수 없는 거래 기회를 제공합니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 실시간 신호 1:   클릭 8월 31일까지   할인된   가격입니다.   10번 구매시마다 가격이 100달러씩 인상됩니다. 최종 가격 $999 Quantum EA 채널:       여기를 클릭하세요 ***퀀텀 퀸 MT5를 구매하시면 퀀텀 스타맨과 퀀텀 골드 엠퍼러를 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요! 저는 귀하의 거래 잠재력을
Gold Trade Pro MT5
Profalgo Limited
4.58 (33)
프로모션 시작! 449$에 얼마 남지 않았습니다! 다음 가격: 599$ 최종 가격: 999$ 1EA를 무료로 받으세요(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의 클럽에 합류하지만 한 가지 큰 차이점이 있습니다. 이것은 진정한 거래 전략입니다. "실제 거래 전략"이란 무엇을 의미합니까?   아시다시피 시장에 있는 거의 모든 Gold EA는 단순한 그리드/마팅게일 시스템으로 시장
Quantum Emperor MT5
Bogdan Ion Puscasu
4.83 (278)
소개       Quantum Emperor EA는   유명한 GBPUSD 쌍을 거래하는 방식을 변화시키는 획기적인 MQL5 전문 고문입니다! 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를 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 새로운 라이브 신호 V4:   여기를 클릭하세요 MT4 버전 :   여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 * 여름 세일 : $999. 10번 구매시마다 가격이 100달러씩 인상됩니다.
AI TradingVision GPX
Yu Mei Cheng
4.78 (65)
Strategy Introduction The EA will find the best entry and exit points based on the data trained by the neural network and the current market trend. It includes multiple loss exit strategies to ensure capital safety. Because the market is full of uncertainties, it is impossible to enter at the most ideal point every time. Our EA uses a unique batch entry method, adding up to 5 entry points. Even occasional misjudgments can quickly recover subsequently. Each order has a fixed stop loss (SL) and t
Bitcoin Robot MT5
Marzena Maria Szmit
4.38 (37)
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
US30 Scalper EA MT5
Lo Thi Mai Loan
4.92 (12)
출시 프로모션! 현재 가격에서 몇 권만 남았습니다! 다음 가격: 1533 달러 최종 가격: 1993달러 Live signal:  https://www.mql5.com/en/signals/2220893?source=Site+Profile+Seller MT4:  https://www.mql5.com/en/market/product/113580?source=Site+Market+Product+Page For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users/lothimailoan/news US30 Scalper EA는 거래 및 코딩 분야에서 높은 경험을 가진 팀에 의해 개발된 차세대 스캘핑 로봇입니다. 미국(
BitBull EA
Arseny Potyekhin
5 (1)
Dear Traders, I am very pleased to introduce our latest project to you. EA BitBull . Real cryptocurrency trading has now become a reality! Signals: Live Signal 1 Live Signal 2   Because this strategy is so unique, I only want to sell a limited number of licenses. Therefore, the price will steadily increase to limit sales. Next price is 690 USD . With the help of our esteemed partners from all over the world, we have succeeded in developing an innovative crypto strategy. This strategy seam
Harmony Drive
Marek Stanislaw Zygala
5 (4)
Harmony Drive는 USDJPY, AUDCAD, CHFJPY, USDCAD, AUDUSD, USDCHF 및 NZDUSD와 같은 신중하게 선택된 통화 쌍 바구니를 기반으로 작동하는 정교한 시스템입니다. 이 쌍들은 다양한 특성과 시장 행동 때문에 전략적으로 선택되었습니다: USDJPY 및 USDCHF와 같은 주요 통화 쌍은 높은 유동성과 좁은 스프레드를 제공하여 빈번한 거래에 이상적입니다 AUDUSD 및 NZDUSD와 같은 상품 연계 통화 쌍은 자원이 풍부한 경제에 대한 노출을 제공하여 독특한 거래 기회를 제공합니다 AUDCAD 및 CHFJPY와 같은 교차 통화 쌍은 흥미로운 상관 관계를 나타내며 종종 잘 트렌드되며 주요 통화 쌍을 보완합니다 이 조합은 다양한 시장 조건에서 잘 수행될 수 있는 균형 잡힌 포트폴리오를 보장합니다 선택된 쌍은 서로 다른 지리적 지역과 경제적 요인을 나타내어 다변화를 강화하고 전체적인 위험을 줄입니다 독특한 다중 심볼 전략을 사용하여 Harmony
HFT PropFirm EA MT5
Dilwyn Tng
5 (18)
MT4 버전: https://www.mql5.com/en/market/product/104871 HFT MT5 챌린지 성능 모니터 (실계정용 아님): 브로커: Fusion Market 로그인: 89600 비밀번호: Greenman89$ 서버: FusionMarkets-demo 이전에 출시된 MT4 버전의 700개 이상의 진정한 5성 리뷰: 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 챌린지를 낮은 드로우다운과 스톱 로스로 효율적으로 통과하도록 맞춤화되었습니다. 지원: 설정 파일 제공 외에도 VPS 설정, MT 설정, EA 다운로드, 봇 설정
Ai Multi Trend MT5
Mansour Babasafary
4.32 (28)
21% discount, until 2024.08.08  (Original price: $1000) 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 artific
Hercules AI
Aleksandr Chebotaev
2.75 (32)
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
TrendMaster FX
Chen Jia Qi
4.57 (81)
MT5 EA 소개: 첨단 알고리즘과 딥 러닝 기술로 동작하는 저희 EA는 외환거래의 복잡한 세계를 유연하게 탐험할 수 있도록 세심하게 설계되었습니다. 이 시스템은 시장 활동을 세심하게 분석하고 미리 정해진 기준에 따라 거래를 수행함으로써 시장 동향을 보다 효과적으로 파악할 수 있도록 지원합니다. 추천 통화 쌍: 실시간 신호: TrendMaster FX MT4 버전: TrendMaster FX MT4 선택 가능한 통화 쌍: GBP/USD (GBPUSD) USD/CAD (USDCAD) 리스크 설정: 공격적인 트레이더의 경우 최대 리스크는 0.15입니다. 최대 리스크 값은 매우 위험할 수 있습니다. 특히 자본이 큰 보수적인 트레이더의 경우 0.05 미만으로 설정하는 것이 좋습니다. 작동 방식에 익숙해지기 위해 0.01로 시작할 수 있습니다. 0.01은 최소 값이 아닙니다. 구매 후: 사용 설명서와 주의사항을 받으려면 개인 메시지를 보내주시거나 사용 설명서를 참조하십시오: 매뉴얼 확인 안
Golden Taipan FX
Michael Prescott Burney
2.91 (11)
Golden Taipan FX for XAUUSD H1 - Professional Overview Introduction Golden Taipan FX has been updated to deliver transparent and easily analyzable trades, featuring improved backtest accuracy. The system now automatically updates the timezone offset during initialization, ensuring precise entries and exits. Risk Management and Trade Settings Risk-Reward Ratio : 1:2 Stop Loss (SL) : 500 points Take Profit (TP) : 1000 points These settings offer substantial reward potential while keeping losses m
Ultimate Bot
Mr James Daniel Coe
4.71 (14)
한 명 가격으로 8명의 어드바이저 더 많은 것이 올 것입니다. 구매해야 할 마지막 봇! Ultimate Bot은   추세 추종, 평균 회귀 및 돌파 패턴의 조합을 사용하여 XAUUSD, GBPUSD, AUDCAD, USDCAD, EURGBP, EURUSD, GBPJPY, USDJPY 및 EURJPY를 거래하는 다중 전략 Expert Advisor입니다. 각 전략은 계좌 자산에 따라 거래되므로 한 그룹이 하락하면 다른 그룹은 성과를 최적화하기 위해 협력하면서 위험을 낮춥니다. AUDCAD M15에 첨부된 일회성 차트 설정과 다른 쌍은 자동으로 거래됩니다. 사용하기 쉽고 강력한 다각화! 저위험 개인 계정(Pepperstone UK):   링크 판매자 평점: 별 4.8개 만점에 5개 신뢰와 평판은 저에게 매우 중요합니다. 내 무료 EA 'CAD Sniper'는 몇 달 동안 mql5 무료 섹션에서 #3 - #5였으며 현재 13,500회 다운로드되었습니다. 이제 저는 지난 3년
Big Forex Players MT5
Marzena Maria Szmit
4.83 (48)
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
Ai Hybrid Robot MT5
Mansour Babasafary
4.38 (13)
Several experts in one expert With this expert, you can use several up-to-date strategies Enhanced with artificial intelligence Can be used in several popular forex currencies Can be used in the most popular forex time frames Without using high-risk strategies Attributes : Can be used in the EURUSD , GBPUSD , USDCHF , AUDUSD , USDCAD , NZDUSD  currency pairs Can be used in M30 , H1 , H4 , D1 time frames Has profit limit and loss limit Without using risky strategies like martingale or hedg
FT Gold Robot MT5
Marzena Maria Szmit
4.47 (59)
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
Apocalypse Gold
Xian Qin Ceng
5 (4)
많은 사람들이 XAUUSD 거래를 좋아하며 저도 예외는 아닙니다. 거래 경험과 노력을 축적한 후 XAUUSD/XAUEUR/XAUGBP/XAUCHF /XAUJPY/XAUAUD와 같은 모든 XAU 관련 품종 거래를 위해 특별히 이 Apocalypse XAU EA를 만들었습니다. 그러나 많은 사람들이 모든 XAU 통화쌍을 거래할 필요는 없고 XAUUSD만 거래하면 된다는 점을 고려하면 초급 EA는 매우 의미가 깊습니다. 그래서 저는 XAUUSD 거래에 특별히 사용되는 EA인 Apocalypse Gold를 만들기로 결정했습니다. 신호 표시 및 토론 그룹: 신호 표시:   https://www.mql5.com/zh/signals/2222996 매개변수 설정 방법을 모르거나 다른 질문이 있는 경우 여기를 클릭하십시오.       여기를 클릭하세요 원차트를 이용하여 하나의 차트에서 여러 통화쌍을 거래할 경우 모든 통화쌍을 표시하려면 왼쪽에 있는 시세표를 유지하시기 바랍니다. 한 번에 하나의
Fenghuang Rig EA
Sof'ia Vlasova
4.92 (12)
Fenghuang EA utilizes clustering principles in machine learning to analyze data, identifying groups of objects or events with similar features or relationships. It uncovers hidden patterns and categorizes objects by similarities, aiding in the discovery of causal relationships. The EA allows for in-depth data analysis, highlighting significant relationships without risky techniques like martingale, netting, or scalping, making it compatible with various brokerage environments. Read more about th
Aura White Edition MT5
Stanislav Tomilov
4.66 (35)
Aura White Edition is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPUSD,
Scalper Deriv
Antonio Simon Del Vecchio
4.85 (13)
Scalper Deriv 소개: 스캘핑 경험을 향상시킵니다. Scalper Deriv 최적화에 대한 자세한 가이드 여기 . 설정 파일 및 기타 정보   여기 스캘핑에서 열정을 찾고 최대한의 자본을 활용하고자 하는 트레이더입니까? 계정 잔액이 $20, $200, $2000, $20000 또는 심지어 $200000이든, 우리는 당신을 위한 완벽한 해결책을 가지고 있습니다! Scalper Deriv , 초기 투자 규모에 관계없이 귀하의 트레이딩 전략을 향상시키고 시장 기회를 활용하도록 설계된 전문가 어드바이저(EA)를 소개합니다. 핵심 특징 혁신적인 경험 : 수년간의 EA 경험과 지식을 바탕으로 제작된 Scalper Deriv은 금융 시장에서 스캘핑 전략의 정점을 나타냅니다. 다양한 자본에 적응 : Scalper Deriv은 모두를 위해 접근이 가능합니다. 사용하기 위해 필요한 최소 자본은 $20이지만, EA는 자동으로 어떤 계정 크기에도 조정됩니다. $20, $200
Quantum StarMan
Bogdan Ion Puscasu
4.91 (80)
안녕하세요 여러분, 제 소개를 하겠습니다. 저는   Quantum EA   제품군 중 가장 짜릿하고 신선한 멤버인   Quantum StarMan   입니다. 저는   AUDUSD, EURAUD, EURGBP, EURUSD, GBPUSD, USDCAD 등   최대 6개의 동적 쌍을 처리할 수 있는 완전 자동화된 다중 통화 EA입니다. 최고의 정확성과 흔들리지 않는 책임감으로 귀하의 트레이딩 게임을 한 단계 더 발전시켜 드리겠습니다. 핵심은 다음과 같습니다. 저는 Martingale 전략에 의존하지 않습니다. 대신, 저는 최고의 성능을 발휘하도록 설계된 정교한 그리드 시스템을 활용합니다. 그리고 귀하의 마음의 평안을 위해, 총 손실액이 귀하 계정의 사전 결정된 한도에 도달하는 경우 모든 거래를 종료할 수 있는 옵션도 제공합니다. 하지만 그게 다가 아닙니다. 저는 단지 말만 하는 것이 아닙니다! 실시간 신호가 실행 중이므로 제가 실제로 작동하는 모습을 보실 수 있습니다
Dark Algo MT5
Marco Solito
5 (60)
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
Oracle MT5
Stanislav Tomilov
5 (13)
Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
제작자의 제품 더 보기
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
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
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.