MultiCurrencyCT

Below you will find the explanation of the complete version of MultiCurrencyCTX not yet published.

MultiCurrencyCTX

Strategy Explanation up to version 1.331

MultiCurrencyCTX  is an Expert Advisor based on ADX indicator and on the DXY index of the US dollar which allows to identify the strength of the US dollar and therefore carry out Buy or Sell operations on the currencies correlated to it.

The EA uses the following currencies for its trading activity:

EURUSD - GBPUSD – USDJPY – USDCAD - USDCHF

The correlation of the DXY index with the first two currencies is inverse, ie when the index is positive SELL positions are opened. When the index is negative, BUY positions are opened.

The correlation with the other currencies is direct ie when the index is positive BUY positions are open while when the index is negative SELL positions are open.

The entry signal is made by the ADX indicator. It detects the side of the trade to open.

In addition the EA checks which is the position of DXY_Index.

If the DXY_Index is significantly positive, it means that USD is strong or quite strong and consequently are allowed only entry signals to open a Buy trade for USDJPY or USDCAD or USDCHF or a Sell Trade for GBPUSD or EURUSD.

On the contrary, if DXY_Index is significantly negative it means that the USD is weak or quite weak and consequently are allowed only entry signal to open a Sell trade for USDJPY or USDCAD or USDCHF or a Buy trade for GBPUSD or EURUSD.  

Trades are opened with a Take Profit fixed by the user. In addition, user can set a amount of BreakEven points.

Instead to fix an amount of Stop Loss, the EA, when an open trade goes in loss over a certain amount (Trigger*TriggerMulti), opens one or more trades, using the same criteria to open normal trades.

The trades opened may have an amount of lots equal to the parameter Lots and with the same direction of the trade in loss or an amount of lots equal to the lots of the trade in loss multiplied by the parameter Multi and with the direction reversed.

To activate the opening of continued or reversal trades, as above stated, the parameter LotsChange must be set to true and the parameter Multi must be set with a value > 0 (default value = 2.5).

Operating in this way the EA tries to close all trades together (trade in loss and continued or reversal trades) with a profit equal to the Target value.

 

Once the trade is open, trades are managed and closed by the main following functions:

a)     Trailing Take Profit

b)     BreakEven

c)     CloseAllOrders

Trailing Take Profit  

This function reduces, the Take Profit applied to the order when opened, with the TralingStep value and the TrlMulti value. To use this function TakeProfit must be set with a good value.

BreakEven set the Stop Loss value over the opening price, with the BreakEvenPips just to create a gain and to cover commission fees.

CloseAllOrders

The function closes, all together one or more trades, when the profit of all trades is over or equal to the Target value.

 

How to tune the EA’s input parameters

The profit of each trade may be done by the value of the Target ( Lots * TargetPoints) or be determined by the TrailingProfit or by the BreakEven function. It depends on the values set in each parameter.

So to tune the EA, change smoothly the combined values of these parameters.

One more parameter that the user may change, to improve EA results, is the PlMn_Threshold set by default to 30.

If you increase this value, you reduce open trades. If you decrease the value, you increase open trades but with a lower level of reliability.

With the default settings the EA opens 100/120 trades per year for each pair. To increase the number of trades and, consequently, of earnings, user can set the parameter TradeOneBar to false and set the parameter MaxOpenOrders to 2. 

So doing, the EA opens two trades for each bar. I suggest no more than 2 in MaxOpenOrders to avoid high drawdown or stop out. The value of parameter Multi may be set to 3.

With the parameter SwapCheck user can ask to the EA to open trades with earning swap only. To activate this, SWapCheck must be set to true.

All tests have  done with an account balance of USD 1,000.00 with a leverage account 1:500.

 

No trading Time for News - IntraDay

The EA has three intraday time range that the user can set in order to avoid the opening of trades during the issues of breaking economic news.

The time to set is the GMT time. The EA adds or subtracts to the GMT time the ManualGMT_Offset representing hours in + or in – respect to the Broker time.

So user has to set the GMT_Offset with the sign + to add to GMT time or with the sign – to subtract to GMT time.

For example: the time of the broker ICMarketsSC has 3 hours more respect to GMT time.

 

Main default Settings    vers 1.331

 

PlMn_Theshold, represents the minimum level to be reached by PLusADX or MinusADX to trigger the entry signal.

DailyChgDXY_Target, represents the minimum value to be reached by DXY_Index to trigger the entry signal (default 0).

TradeOneBar, if set to true allows the opening of one trade per bar only.

Lots, represents the amount of lots per each trade to open.

MaxOpenOrders, represents the max quantity of open orders ( default 5).

LotsChnge, if set to true, allows the opening of trades with the same sign of previous trade or reversed trades when an existing trade have a loss over the amount of Target*TargetMulti.

Multi, represents the multiplier used by the EA, when LotsChnge is set to true, to calculate the amount of lots of trades to be opened with the same sign or with reversed sign, to absorb the current loss.

BreakEvenPips, represents the quantity of points added to the opening price by the function BreakEven to set the Stop Loss.

TargetPoints, represents the quantity of points to be multiplied by the amount of Lots parameter to calculate the Target value.

TargetMulti, represents the multiplier of the Target.

SwapCheck , if set to true, EA opens trades with earning swap only.

UseNoTradingHours, if set to true, allows user to set 3 couple of time in order to stop trades opening during the time chosen ahead of economic news.

 

 

 

 


추천 제품
SAAD TrendTracker
Adnan Iqbal
4.03 (34)
SAAD TrendTracker is a fully automated EA. It is based on mathematical algorithms Trend Tracker indicator and SAADScalper. The EA scalps pips by its strong Entry strategy based on SAADScalper. Trades that are not successful to scalp are handled in a different way of uniquely designed algorithm based on Trend Tracker indicator. EA is designed for M1, M5, M15 and M30. It consults daily chart for successful trading accuracy. It consults H1 to handle unsuccessful trades using Trend Tracker Indicator
FREE
MACD Trend EA
Lachezar Krastev
4.5 (2)
MACD Trend EA is based on the popular forex indicator MACD (Moving Average Convergence Divergence). It is fully automated trading expert advisor and completely FREE!  As the name suggests, this expert advisor uses a trend-following strategy and uses the MACD indicator to detect the beginning of uptrends and downtrends. MACD Trend EA Top Features - Trend Following Strategy - Money Management - Advanced Exit System + TP and SL  - Trailing Stop System - Broker protection System - Custom Magic Re
FREE
MACD Not So Simple
Leonid Basis
2 (1)
This is an example of how the MetaTrader terminals's Strategy Tester can help to find good input parameters for an old and widely known MACD Sample Expert Advisor, which is available in the Navigator window (tab: Expert Advisors). Input parameters Indicator MACD: fast - fast Period; slow - Slow Period; sign - Signal Period; appPrice - PRICE_CLOSE=0; PRICE_OPEN=1; PRICE_HIGH=2; PRICE_LOW=3; PRICE_MEDIAN=4; PRICE_TYPICAL=5; PRICE_WEIGHTED=6; MACDOpenLevel ; MACDCloseLevel ; Indicator Moving Avera
FREE
Stratos Bora
Michela Russo
4.71 (70)
Stratos Bora is a trading robot  for the trading on forex. Designed to harness the power of the Ichimoku Kinko Hyo indicator, it offers 12 strategies to cater to every trader's style. Whether you're a seasoned trader or just starting out, Stratos Bora provides a seamless trading experience, ensuring you're always at the forefront of market opportunities. Important Information Revealed Leave a review and contact me via mql5 message to receive additional set files ! Do you want a powerful EA? Ch
FREE
PZ Goldfinch Scalper EA
PZ TRADING SLU
2.69 (42)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
Introducing our state-of-the-art Gold Trading Robot, a revolutionary tool designed to navigate the complexities of the gold market with precision and efficiency. Engineered using advanced algorithms and cutting-edge machine learning techniques, this autonomous software operates tirelessly to capitalize on market fluctuations and deliver optimal trading outcomes. Key Features: Advanced Algorithmic Trading: The Gold Trading Robot employs sophisticated algorithms to analyze vast amounts of market d
FREE
Trend Analizer Bot
Pavel Predein
4.67 (3)
Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
FREE
EA PROMO EXPIRED 2022.12.12 (12 December 2022)......!!!! .... NEW VERSION WITH 6 INDICATORS SETTING ON OR OFF (MA,RSI,CCI,MACD,STOCHASTIC,PARABOLIC SAR).... Automatic  EA (With 6 indicator setting TRUE or FALSE) Manual trade (Buy,Sell,Trailing stop,Close buy,Close sell,Close profit,Close all) Local copy trading Full Panel indicators (SnR,Fibonacci,Currency strength,trade panel) Push notification,email,STP ALLINONE EA (All strategy in one EA) Hedging (on/off),martingale (on/off),anti martingale
FREE
EURUSD EMA–SMA Reversal Breakout (H1) is a fully automated MetaTrader 4 strategy designed to capture **confirmed reversal breakouts** on EURUSD using a simple trend + position filter with rule-based **pending STOP execution** beyond recent structure. The EA was backtested on **EURUSD on the H1 timeframe** from **April 1, 2004 to April 24, 2024** using a MetaTrader 4 backtest engine (base data: EURUSD_M1_UTC2). No parameter setup is required — the system is delivered with optimized and fine-tune
FREE
Master Dow Jones Low MT4
Sergio Tiscar Ortega
FREE VERSION - CAN'T MODIFICATE ANY  PARAMETER Master Dow Jones EA  is a high-precision algorithmic trading system specifically engineered for the  Dow Jones Industrial Average (DJ30/US30) . Unlike generic trading systems, this algorithm exploits the structural bullish bias inherent in the top 30 U.S. blue-chip companies by operating exclusively on the  Long Side . This specialization significantly reduces exposure to erratic short-side volatility and aligns the strategy with long-term instituti
FREE
Toms Dollar Cost Averaging
Thomas Alexander Kevin Anderson
1 (1)
This Expert Advisor implements an RSI Mean Reversion strategy with a moving average filter for trade entries. The EA uses higher timeframe RSI conditions to detect potential buy or sell opportunities, confirmed by a lower timeframe moving average. The strategy includes risk management features like limiting the maximum number of open trades, controlling risk based on ADR, and closing trades when a predefined account profit percentage is reached. It also includes visualization tools such as a bre
FREE
MACD Trend FREE
Vojtech Svobodnik
5 (1)
MACD Trend FREE is Expert Advisor for EURJPY  based on MACD Indicator . You can completely edit settings of MACD Indicator, TakeProfit, StopLoss and TrailingStop. Default paramters are optimized for best results. But you can test other settings for antoher currency pairs or timeframe. MACD Trend FREE  has been tested from year 2003 to 2021 . My test used the real tick data with 99,90% accuracy. Doesn't use Martingale or other dangerous strategies.  Recommendations Symbol:   EURJPY Timeframe:  
FREE
EA SUPER MATAELANG Limited Big Promo For 5 first buyer will get $65 price ==>> next price will Up to $XXXXX This is the Free Version of  EA SUPER MATAELANG PRO It cannot set the Lotsize. By default is 0.001. Plase buy Pro version  Link Pro Version :  https://www.mql5.com/en/market/product/87076 This EA uses some very sophisticated indicators. Can detect trend direction with high accuracy. It also has a safety system to anticipate if the price direction is not in the same direction as the posit
FREE
Swing Climber EurUsd H1
Marco Bortolamasi
5 (1)
EURUSD H1 Simple Martingale that works on daily swing levels, low DD, TP and SL defined on the basis of certain pre-set calculations in the algorithm, executes one trade at a time, weekly trading no overnight on weekends, possibility to establish customized exit times, possibility of customize money management. average return of 7.92% per year with the factory settings of the V1, it is always constantly updated, it is recommended to use it with a GMT +2 server TESTED SINCE 2003  Happy trading
FREE
RSI TrendWave
Alexander Men
4 (1)
RSI TheTrendWave는 MQL4 전문가 어드바이저(EA)를 위한 더블 RSI와 스마트 마틴게일 전략을 결합한 시스템으로, RSI 기반의 트렌드 식별과 리스크 관리를 결합하여 수정된 마틴게일 시스템을 사용해 드로우다운을 줄입니다. 다음은 그 작동 방식입니다: 더블 RSI 신호: 단기 RSI가 장기 RSI를 상향 돌파하고 두 값 모두 특정 과매도 임계값(예: 30) 아래에 있을 때 매수 신호가 발생합니다. 단기 RSI가 장기 RSI를 하향 돌파하고 두 값 모두 과매수 임계값(예: 70) 위에 있을 때 매도 신호가 발생합니다. EA는 모든 통화쌍에 대해 동일한 더블 RSI 논리를 사용하여, 각 통화쌍의 과매수 및 과매도 조건을 기반으로 매수 및 매도 기회를 식별합니다. EURUSD, GBPUSD, USDCAD의 유동성과 변동성 차이로 인해 EA는 트렌드와 반전 신호를 효과적으로 감지할 수 있습니다. 스마트 마틴게일 전략: 초기 포지션 : RSI 신호를 기반으로 소량의 초기 롯 사
FREE
Green Dragon
Mick Prater
4 (4)
The Green Dragon is a strategy that uses the Ichimoku Kinko Hyo system to place trades. The primary element of the Green Dragon is the use of the Chinkou Span as it crosses price action to place trades. This is a classic strategy of the Ichimoku even though its not as popular as some of the other strategies. The Chinkou Span is normally thought of as a market momentum indicator and used to give a trade set up more conviction when analyzing price movement. I find this description somewhat vague a
FREE
Skull Per
Che Jeib Che Said
4 (1)
Skull Per https://www.mql5.com/en/users/earobotkk/seller#products This is a fully functional Expert Advisor. It is intended for trading major currency pairs with small spread. It uses scalping technique for quick profit and easy to use with simple input parameters. Input Max Spread:  maximum spread allowable for trading. Magic No: unique expert number. Lot: size of lot. Lot Multiplier: size of subsequent lot by multiplication. Take Profit: take profit in pips. Stop Loss: stop loss in pips. Trail
FREE
CCI and ATR Trader
Evgeniia Terekhova
2.33 (3)
Советник работает на двух индикаторах CCI и ADX. Условия для входа в BUY: 1. ADX пересекает уровень 20 2. CCI пересекает уровень 100 снизу вверх 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень 100 сверху вниз. Условия для входа в SELL: 1. ADX пересекает уровень 20 2. CCI пересекает уровень -100 сверху вниз 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень -10
FREE
CrocoBot EA
Muhammad Ridzwan Bin Abd Razak
4 (2)
This expert advisor is very simple and easy to understand, it is based on the martingale strategy. Recommended Pairs For Default Strategy: - GBPUSD - H1   Expert Advisor Inputs: - Strategy --> You have 4 options: Low Risk, Mid Risk, High Risk, Custom Strategy ( Custom Strategy is based on CrossOver Moving Average  ); - Lot_Win --> Default value: (0.01) - Lot_Start --> Default value: (0.01) - Lot_Multiple --> Default value: (1), switch the value to (2 or above) if you want to use martingle stra
FREE
Eurusd Auto Trading Bot
Gabriel Beaird
4 (2)
Fully Automated And ready just follow the instructions below to see it work right. Enjoy!  MINIMUM ACCOUNT SIZE - $500 RECCOMENDED ACCOUNT SIZE - $1000 For EurUSD Trade On 15M Candle For IG broker  Another broker it works on is OANDA but I run mine on IG Comes ready as is all you need to do is make sure the above is correct and then run it on EUR USD (15M) Goes off of equity in the account I have worked on this EA on and off and now I think it has enough data and backtesting to give to you al
FREE
Effective MACD
Igor Kugubayev
Effective MACD Advisor는 여러분의 거래를 도와주는 든든한 조력자입니다. 완전 자동 또는 반자동 모드로 사용 가능합니다. 하나의 주문 또는 여러 개의 주문으로 거래할 수 있으며, 특정 포지션 평균화 설정을 지정할 수 있습니다. 거래는 MACD 지표를 기반으로 이루어지며, 지표 설정은 표준 방식으로 Advisor에 내장되어 있습니다. 평균화 계산 시 승수는 적용되지 않습니다. 거래량, 거래 간격, 목표 수익(Take Profit)은 거래 스타일에 맞게 설정할 수 있습니다. 최대 25개 통화쌍 거래가 가능합니다. 반자동 모드의 Advisor는 거래를 더욱 쉽고 효율적으로 만들어주는 훌륭한 조력자입니다. 반자동 모드의 Advisor는 거래를 더욱 쉽고 효율적으로 만들어주는 훌륭한 조력자입니다.
FREE
Astin MT4
Novateq Pty. Ltd
Use Stochastic with oversold and overbought to find trading opportunities. Use RSI to identify strength of trend anf confirm the trend matches the stochastic overbought and oversold. Trade on MACD cross matching the trend identified by Stochastic and RSI. Set stop loss at a recent swing high or swing low. Set take profit as a ratio of stop loss. Exits are on take profit and stop loss only, there is no exit signal.
FREE
VeritasX
Daisuke Arimizu
Veritas-X for MT4 is a high-precision quantitative trading system engineered specifically for the MetaTrader 4 platform. It is designed to surgically exploit "Structural Price Discontinuities" (Weekend Gaps) that occur during the global market transition phase, utilizing state-of-the-art mathematical models. Strategy Core: Quantum Mean Reversion While many retail EAs rely on lagging indicators, Veritas-X operates on the principle of Quantum Mean Reversion . It identifies moments when price act
FREE
CandleCrusherX ScalpingEdition FREE
Christian Opperskalski
4 (1)
CandleCrusherX Scalping EA  analyses the market situation on volume and strong price movement within internal Timeframe. It works on all major forex pairs and Timeframes (M5 or M15 recommend). The EA has integrated dynamic Take Profit, this means, if you reach your defined TP it gives you the chance to follow on the Trend by dynamic TP & SL and extend your profits. Also a News Filter function is integrated, to prevent miss trades on News events. Dynamic Lot calculation integrated On Request we a
FREE
이 전략은 주로   MACD 지표 를 사용하여 주요 추세 방향을 따라   M1 에서 신호가 나타날 때 거래를 시작합니다. 금 (XAUUSD)   거래에 적합하며, 뚜렷한 추세를 보이는 다른 상품에도 적용할 수 있습니다. 매개변수: 매수/매도 활성화:   켜기 계좌 잔고:   1,000$ 또는 10,000$ 1,000$ 의 경우   한 번에 1거래 를 권장합니다. 10,000$ 의 경우 최대   10거래 까지 가능합니다. 고정 로트 크기:   0.01 고급 포지션 관리: 잔고 기반 로트 계산:   활성화 10,000$당 로트 :   0.01–0.1 매도 포지션 비율:   0.5 (금 추천) 리스크 관리 설정: 최대 오픈 주문 수:   1 스톱 로스:   8,000핍 (금 8$) 테이크 프로핏:   24,000핍 (금 24$) 브로커가   소수점 2자리 를 사용하는 경우 값을 10으로 나눕니다. ATR 을 사용한 동적 조정:   활성화 ATR 기반 스톱 로스 배수 ATR 기반 테이크
FREE
基于波段交易策略,使用低风险的交易策略来最大程度地尽量及时的获取利润. 策略原理 1、进场:点差限制,时间限制,ATR限制,确保波幅不会太大,布林带上轨开空单,布林带下轨开多单。 2、出场:点差限制,点差太大了平不了仓,这个请注意,平台时间0-1点点差会很大。多单在中轨上平台,空单在中轨下平仓。中轨就是布林带用到的那根均线,不知道的,自己了解下布林带的原理. 使用说明 1、适用品种:GBPCAD,GBPAUD,GBPNZD,EURNZD,EURAUD,EURCAD,AUDCAD,AUDCHF等等. 2、适用周期:M5,或者M15. 3、时间设置:参数中设置的是平台时间,须注意GMT的偏离换算........
FREE
Deep Scalper Japan
Takashi Oya
4 (2)
This Expert Advisor (EA) is a specialized High-Frequency Trading (HFT) scalping system designed specifically for the German DAX index (DE40). Operating under a "Sniper Mode" philosophy, the algorithm prioritizes quality over quantity, utilizing a strict filtering mechanism to engage the market only during high-probability volatility bursts. Core Strategy & Logic: The EA operates primarily during the 10:00 (server time) trading hour, aiming to capture strong directional momentum. Instead of ente
FREE
CasinoMachine
Christoph Karl Peter Engelhardt
This is a gamble Expert Advisor!! It will open randomly trades on markets which are in your watchlist (left). You select how much you will risk. It uses the  compound interest effect. Example: Starting with $10 1. Trade + $10 -> $20 2. Trade + $20 -> $40 3. Trade + $40 -> $80 4. Trade + $80 -> $160 5. Trade + $160 -> $320 6. Trade + $320 -> $640 .. and so on! If you reach the 17th trade sucessfully, you have over 1 Million Dollar!! (Starting with $10) It risks max. 90% of your money stake, to
FREE
"Forex Super Robot AIB is a free robot that anyone can easily trade with. By simply attaching it to the EURUSD H1 chart, your life will be rosy from today on. This robot was created to fulfill your dreams. Please enjoy. The robot will make multiple entries, with a default of 20 orders. These orders will be closed together. The initial settings are TP=50 and SL=50, so please find the best settings for yourself."
FREE
Multi Indicator Reversal EA
Yoshimi Mon 三 Ura
1 (1)
Multi-Indicator Reversal EA v2.04 Overview An MT4 automated trading system that combines three technical indicators—RSI, Bollinger Bands, and ADX—for a counter-trend strategy. It runs on any timeframe and supports both traditional single-position trading and hedged trading. Specifications Platform: MT4 Recommended Pairs: Major FX pairs (e.g., EUR/USD, GBP/USD, USD/JPY) Timeframes: All timeframes supported (M1–MN1) Strategy Type: Counter-trend Position Management: Selectable Single Posit
FREE
이 제품의 구매자들이 또한 구매함
Vortex Gold MT4
Stanislav Tomilov
5 (30)
볼텍스 - 미래를 위한 투자 메타트레이더 플랫폼에서 금(XAU/USD) 거래를 위해 특별히 제작된 볼텍스 골드 EA 전문 어드바이저입니다. 독점 지표와 개발자의 비밀 알고리즘을 사용하여 구축된 이 EA는 금 시장에서 수익성 있는 움직임을 포착하도록 설계된 종합 트레이딩 전략을 사용합니다. 전략의 주요 구성 요소에는 이상적인 진입 및 청산 지점을 정확하게 알려주는 CCI 및 파라볼릭 인디케이터와 같은 클래식 인디케이터가 포함됩니다. Vortex Gold EA의 핵심은 고급 신경망 및 머신러닝 기술입니다. 이러한 알고리즘은 과거 데이터와 실시간 데이터를 지속적으로 분석하여 EA가 진화하는 시장 추세에 더 정확하게 적응하고 대응할 수 있도록 합니다. 딥러닝을 활용하여 Vortex Gold EA는 패턴을 인식하고 지표 매개변수를 자동으로 조정하며 시간이 지남에 따라 성능을 개선합니다. 독점 지표, 머신 러닝, 적응형 트레이딩 알고리즘이 결합된 Vortex Gold EA의 강력한 조합입니다
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (171)
소개       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  를 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 확인된 신호:   여기를 클릭하세요 MT5 버전 :  여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 10개 구매 시마다 가격이 $50씩 인상됩니다. 최종 가격 $1999 퀀텀 황제 EA       EA는 단일 거래를 다섯 개의 작은 거래로 지속적으로 분할하는
Gold Trade Pro
Profalgo Limited
4.61 (23)
프로모션 시작! 449$에 얼마 남지 않았습니다! 다음 가격: 599$ 최종 가격: 999$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here New 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 JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro는 금 거래 EA의 클럽에 합류하지만 한 가지 큰 차이점이 있습니다. 이것은 진정한 거래 전략입니다. "실제 거래 전략"이란 무엇을 의미합니까?   아시다시피 시장에 있는 거의 모든 Gold EA는 단순한 그리드/마팅게일 시스템으로 시장이 초기
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition은 GOLD만 거래하도록 설계된 완전 자동화된 EA입니다. Expert는 2011-2020년 기간 동안 XAUUSD에서 안정적인 결과를 보였습니다. 위험한 자금 관리 방법, 마팅게일, 그리드 또는 스캘핑이 사용되지 않았습니다. 모든 브로커 조건에 적합합니다. 다층 퍼셉트론으로 학습된 EA 신경망(MLP)은 피드포워드 인공 신경망(ANN)의 한 종류입니다. MLP라는 용어는 모호하게 사용되며, 때로는 피드포워드 ANN에 느슨하게 사용되기도 하고, 때로는 임계값 활성화가 있는 여러 층의 퍼셉트론으로 구성된 네트워크를 엄격하게 지칭하기도 합니다. 다층 퍼셉트론은 특히 단일 은닉층이 있을 때 "바닐라" 신경망이라고도 합니다. MLP는 입력층, 은닉층, 출력층의 최소 3개 층의 노드로 구성됩니다. 입력 노드를 제외하고 각 노드는 비선형 활성화 함수를 사용하는 뉴런입니다. MLP는 역전파라는 지도 학습 기술을 사용하여 학습합니다. 다중 레이어와 비선형 활성화는
Golden Mirage mt4
Michela Russo
5 (5)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Big Forex Players MT4
MQL TOOLS SL
4.73 (44)
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
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron은 Aura 시리즈 거래 시스템을 이어가는 독특한 전문가 자문입니다. 고급 신경망과 최첨단 클래식 거래 전략을 활용하여 Aura Neuron은 뛰어난 잠재적 성과를 가진 혁신적인 접근 방식을 제공합니다. 완전 자동화된 이 전문가 자문은  및 XAUUSD(GOLD)와 같은 통화 쌍을 거래하도록 설계되었습니다. 1999년부터 2023년까지 이러한 쌍에서 일관된 안정성을 입증했습니다. 이 시스템은 마팅게일, 그리드 또는 스캘핑과 같은 위험한 자금 관리 기술을 피하므로 모든 브로커 조건에 적합합니다. Aura Neuron은 다층 퍼셉트론(MLP) 신경망으로 구동되어 시장 추세와 움직임을 예측하는 데 활용합니다. MLP는 피드포워드 인공 신경망(ANN)의 한 유형으로, 특히 단일 숨겨진 계층으로 구성될 때 "바닐라" 신경망이라고도 합니다. MLP에는 입력 계층, 숨겨진 계층 및 출력 계층이라는 세 가지 필수 계층이 포함됩니다. 입력 노드를 제외한 각 뉴런은 비선형 활성화
AW Scalping Dynamics EA
AW Trading Software Limited
4.67 (12)
추세 반전을 기반으로 작동하는 완전 자동 고급 거래 로봇입니다. 필요한 경우 그리드 전략을 사용할 수도 있습니다. 최대 카트 적재량에 도달하면 3가지 유형의 알림 및 위치 잠금 기능이 내장되어 있습니다. 기본 설정은 M15 시간대의 EURUSD에 권장됩니다. 기능 및 이점: 동시에 두 방향으로 작업할 수 있는 능력 여러 단계에서 정시에 작업하는 내장 기능 브로커가 볼 수 없는 가상 StopLoss를 사용합니다. 현재 추세의 활동을 기반으로 한 작업 알고리즘 자동 로트 계산 내장 모든 유형의 알림 사용 위치를 자동으로 잠그고 어드바이저를 비활성화하는 기능 장바구니의 후속 주문에 대한 TakeProfit 감소 현재 추세 또는 단계별로 개시 주문 조정 MT5 version ->   HERE  / Problem solving ->  HERE   입력 변수에 대한 자세한 설명 및 설명       ->   여기 고문이 거래하는 방법: - 우선 거래 시 현재 추세 활동을 고려합니다("주요 추세
AI Forex Robot MT4
MQL TOOLS SL
4.29 (17)
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
EA Game Changer
Vasiliy Strukov
5 (7)
Game Change EA는 Game Changer 지표를 기반으로 하는 추세 추종 트레이딩 시스템입니다. 빨간색 점이 형성될 때마다 자동으로 매도하고, 노란색 X가 나타날 때까지 매도 방향으로 진행합니다. 이는 추세의 잠재적 종료를 나타냅니다. 매수 거래에도 동일한 논리가 적용됩니다. 파란색 점이 나타나면 EA는 매수를 시작하고 노란색 X가 감지되는 즉시 매수 주기를 종료합니다. 이 EA는 모든 통화쌍과 모든 시간대에 적합하지만, M15 시간대의 xauusd와 같이 추세가 강한 상품에서 특히 우수한 성과를 보입니다. 실시간 결과는 여기에서 볼 수 있습니다. 개인 보너스를 받으려면 구매 후 즉시 저에게 연락하십시오! 설정 및 매뉴얼은 여기   설정 Open new series – true/false - 새로운 주문 시리즈의 시작 Trade Buy - EA가 구매하도록 허용 Trade Sell - EA가 판매하도록 허용 Support manual orders – true/false –
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
Daytrade Pro Algo
Profalgo Limited
5 (5)
프로모션 시작: 현재 가격으로 제공되는 제한된 수의 사본 최종 가격: 990$ 신규: 1개를 무료로 받으세요!   (거래 계좌 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 및 여러 브로커에서 쉽게 실제 변수 확산 테스트를 사용하여 매우 안정적인 백 테스트를 보여줍니다. 수백 가지의 다양한 설정이 모두 테스트에서 수익성 있는 결과를 제공합니다(물론 저는 최고의 설정을 선택했습니다!). 매우 강력한 시스템 -> 설정은 상호 교
XIRO Robot MT4
MQL TOOLS SL
5 (3)
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:   XAUUSD and GBPUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and str
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
업데이트 — 2025년 12월 2024년 11월 말, Aurum이 공식적으로 판매를 시작했습니다. 그 이후 뉴스 필터, 추가 보호 조건, 복잡한 제한 없이도 실제 시장 환경에서 꾸준히 운용되며 안정적인 성과를 유지해 왔습니다. Live Signal 1년간의 실전 운용은 이 트레이딩 시스템의 신뢰성을 명확하게 증명했습니다. 그리고 실제 데이터와 통계를 기반으로, 2025년 12월 대규모 업데이트가 진행되었습니다: 프리미엄 패널 전면 개편 및 모든 해상도에 최적화 확장된 거래 보호 시스템 추가 Forex Factory 기반의 강력한 뉴스 필터 추가 신호 정확도를 높이는 추가 필터 2종 추가 최적화, 실행 속도 및 전반적인 안정성 향상 손실 후 안전한 복구를 위한 Recovery 기능 추가 프리미엄 스타일의 새로운 차트 테마 적용 EA 소개 Aurum — 골드(XAU/USD) 전용 프리미엄 자동매매 EA Aurum은 금 시장에서 안정적이고 안전한 트레이딩을 위해 설계된 전문 자
Introducing the AI Neural Nexus EA A state-of-the-art Expert Advisor tailored for trading Gold (XAUUSD) and GBPUSD. This advanced system leverages the power of artificial intelligence and neural networks to identify profitable trading opportunities with a focus on safety and consistency. Unlike traditional high-risk methods, AI Neural Nexus prioritizes low-risk strategies that adapt to market fluctuations in real time, ensuring a smart trading experience. Important Information Contact us immedia
Mon Scalper MT4
Xuan Bach Nguyen
Mon Scalper - Dual-Trendline Breakout Scalping Expert Mon Scalper is a specialized Expert Advisor designed exclusively for gold (XAUUSD) trading. It utilizes a unique dual-trendline strategy to identify strong trends and breakout points, executing trades automatically based on market conditions. Join My MQL5 Channel for the Latest Updates! Real-Time Signal :  https://www.mql5.com/en/signals/2361936 Pricing : Launch Price : $199 Incremental Price Increase : The price will increase by $100 after
GOLD Scalper PRO
Lachezar Krastev
4.58 (24)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https://w
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor는 수익성이 없는 포지션을 회수하도록 설계된 시스템입니다.   작성자의 알고리즘은 손실 위치를 잠그고 여러 부분으로 분할하고 각 부분을 별도로 닫습니다. 손쉬운 설정, 하락 시 지연된 시작, 다른 Expert Advisors 잠금, 비활성화, 추세 필터링을 통한 평균화 및 손실 위치의 부분 마감이 하나의 도구에 내장되어 있습니다. 전체 그룹에서만 주문을 마감하는 그리드 전략과 달리 더 낮은 예금 부하로 손실을 줄일 수 있는 부분에서 마감 손실을 사용하여 손실과 함께 더 안전한 작업을 보장합니다. 주문이 복원되는 방법: 1 EA는 선택한 상품의 다른 창을 닫아 수익성이 없는 EA를 끕니다(선택 사항). 2 EA는 처리된 모든 주문에 대해 TakeProfit 및 StopLoss 수준을 재설정하고 해당 식별자가 있는 보류 주문을 삭제합니다. 3 EA는 수익성이 없는 주문의 일부를 충당하고 총 포지션 볼륨을 줄이기 위해 이익을 사용하기 위해 처리된 모든 수익성 있
FlipDamonHFT
Allistair Kabelo Mandow
Ask in private for more details after purchase FlipDemonHFT Flipdemon vX: The Next-Level Forex Trading Robot Flip your capital fast with Flipdemon vX — a powerful trading robot designed for rapid growth, sniper entries, and consistent profits. Built for serious traders who want results in days, not months.. Discounted   price .  The price will increase by $500 with every 10 purchases. ***Buy FLIPDEMON HFT MT4 and you could get TINGA TINGA or  FLIPDEMON HFT MT5 for free !*** Ask in privat
Dark Algo
Marco Solito
4.65 (65)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . 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 market
EA Gold Stuff
Vasiliy Strukov
4.7 (1083)
EA Gold Stuff 는 금 거래를 위해 특별히 고안된 전문가 고문입니다. 작업에 기반의 개방의 주문 금을 사용하여 물건의 표시는,그래서 고문 작품에 따라"트렌드를 따라"전략을 의미,다음과 같은 추세이다. 중요! 구매 후 즉시 저에게 연락하여 지침과 보너스를 받으십시오!  강력한 지원 및 트렌드 스캐너 표시기의 무료 사본을 받으실 수 있습니다. 메시지를 보내주세요. 나!   실시간 결과는 여기에서 볼 수 있습니다 매개 변수 새로운 시리즈 열기-주문의 새로운 시리즈의 온/오프 시작. 시작 로트-시작 로트. 무역 구매-전문가 고문이 구매할 수 있도록하십시오. 무역 판매-전문가 고문이 판매 할 수있게하십시오. 사용하지면서 기능을 사용한 고문이 무역은 모두 구매 및 판매하는 방향,기능 장애인,고문관이 무역에 단 하나의 방향이다. 돈 Manadgement 를 사용-온/오프 자동 로트 계산의 사용. 오토롯. 각 0.01 로트에 대한 자유 마진-각 0.01 로트 단위의 개방을위한
BB Return mt4
Leonid Arkhipov
5 (1)
BB Return — 금(XAUUSD) 거래를 위한 전문가 어드바이저(EA)입니다. 이 트레이딩 아이디어는 이전에 제가 수동 트레이딩 에서 사용하던 방식에서 출발했습니다. 전략의 핵심은 Bollinger Bands(볼린저 밴드) 범위로의 가격 회귀이지만, 기계적이거나 매번의 터치마다 진입하지는 않습니다. 금 시장에서는 밴드만으로는 충분하지 않기 때문에, EA에는 약하거나 비효율적인 시장 상황을 걸러내는 추가 필터가 적용되어 있습니다. 회귀 로직이 실제로 타당한 경우에만 거래가 실행됩니다.   거래 원칙 — 본 전략은 그리드, 마틴게일, 물타기(평균단가) 기법을 사용하지 않습니다. EA는 고정 로트 또는 AutoRisk 모드로 운용할 수 있습니다. BB Return은 스프레드, 슬리피지 및 브로커의 호가 방식 차이에 민감하지 않으며, Standard, ECN, Pro, Raw, Razor 등 모든 계좌 유형과 모든 브로커에서 사용할 수 있습니다. 거래 세션에 제한되지 않으며 24시간
Trend AI EA
Ramil Minniakhmetov
4.22 (54)
Trend Ai EA는 Trend Ai 지표와 연동되도록 설계되었습니다. Trend Ai 지표는 추세 식별, 실행 가능한 진입 시점 및 반전 알림을 결합하여 자체적으로 시장 분석을 수행하고 지표의 모든 신호를 완전 자동으로 처리합니다! EA에는 완벽하게 조정 가능한 여러 외부 매개변수가 포함되어 있어 트레이더가 원하는 대로 전문가를 맞춤 설정할 수 있습니다. 녹색 점이 나타나면 EA는 매수 거래를 준비합니다. 파란색 화살표로 상승 추세가 확인되면 EA는 다음 캔들에서 매수 주문을 입력합니다. 시장이 반전되면 EA는 그리드 및 마틴게일 전략으로 일련의 거래를 관리합니다. 반대 신호가 나타나고 차트에 빨간색 점이 나타나면 EA는 매도 준비를 하고, 빨간색 화살표가 나타나면 EA는 다음 캔들에서 매도 거래를 입력하고 그리드 및 마틴게일 전략으로 일련의 거래를 관리합니다. 통화쌍 및 시간대: 이 EA는 모든 상장 자산, 선물, 주식, 외환, 상품, 암호화폐 또는 지수에 사용할 수 있습
Forex GOLD Investor
Lachezar Krastev
4.46 (50)
WINTER SALE — FINAL DAYS! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results: https://www.m
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
Quantum King EA - 모든 트레이더를 위해 개선된 지능형 파워 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 특별 출시 가격 라이브 신호:       여기를 클릭하세요 MT5 버전 :   여기를 클릭하세요 퀀텀 킹 채널:       여기를 클릭하세요 ***Quantum King MT4를 구매하시면 Quantum StarMan을 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요! 규칙       정확하고 규율 있게 거래하세요. 퀀텀 킹 EA       구조화된 그리드의 강점과 적응형 마팅게일의 지능을 하나의 완벽한 시스템으로 통합했습니다. M5에서 AUDCAD를 위해 설계되었으며, 꾸준하고 통제된 성장을 원하는 초보자와 전문가 모두를 위해 구축되었습니다. 퀀
시장 반전 경고 EA는 동일한 이름(여기에서 사용 가능)의 지표에 의해 구동되며 시장 구조 변화를 기반으로 거래됩니다. EA는 기본적으로 지표에서 시장 반전 경고를 보낼 때마다 거래를 수행하고 EA 설정에서 설정한 조건 및 필터를 기반으로 해당 경고를 거래합니다. 가격이 현재 추세 방향으로 움직일 때 지지 직사각형을 그리고 가격이 급격하게 반전할 때 거래되고 시장 구조의 변화 또는 반전의 재시험을 알립니다. 표시기 페이지에서 자세히 알아보십시오. 이 설명에서 다루기에는 너무 많은 설정과 가능성이 있으므로 모든 설정이 포함된 블로그 게시물과 이 블로그 게시물에서 자세히 설명하는 비디오가 있습니다.  https://www.mql5.com/en/blogs/post/745502 위의 해당 게시물을 읽고 비디오를 시청하면 EA가 얼마나 강력한지 알게 될 것입니다. 이 블로그 게시물에서 시작하는 데 도움이 되는 몇 가지 좋은 설정 파일과 전략을 볼 수 있습니다.  https://w
Vortex Turbo EA MT4
Stanislav Tomilov
5 (8)
보텍스 터보 — “폭풍을 거래하고, 보텍스를 제어하세요” Vortex Turbo는 지능형 트레이딩의 다음 진화 단계를 제시하는 독보적인 플랫폼으로, 최첨단 AI 아키텍처, 적응형 시장 로직, 그리고 정밀한 리스크 관리 기능을 결합했습니다. 검증된 알고리즘 원칙을 기반으로 구축된 Vortex Turbo는 새로운 차원의 예측 인텔리전스를 통해 다양한 전략을 하나의 고속 생태계로 통합합니다. 금(XAUUSD(GOLD)) 스캘핑 전문가로 설계된 Vortex Turbo는 제어된 마틴게일 및 평균화 그리드 전략을 사용하며, 각     포지션은 내장된 손절매 기능으로 완벽하게 보호되어     강력함, 정확성, 그리고 안전성 사이의 완벽한 균형을 보장합니다. 정말 중요합니다! 전문가 서비스를 구매하신 후 개인 메시지를 보내주세요. 필요한 모든 권장 사항이 담긴 안내를 보내드리겠습니다. 399달러의 가격은 2월 15일까지 유효하며, 이후 가격은 499달러로 인상됩니다. (최종 가격: 999달러)
Quantum Dark Gold
Nguyen Hang Hai Ha
3.13 (8)
Quantum strategy is a combination of quantum superposition and trading signal model. EA Quantum Dark Gold determines Buy and Sell positions simultaneously for each signal and simultaneously places 2 orders Buy Stop and Sell Stop. Then the momentum determines which order position is executed and cancels the remaining pending order. This interesting idea forms the Quantum Dark Gold with a unique entry method. Open positions are then managed by Trailing, Stop Loss and position balancing strategies
XG Gold Robot MT4
MQL TOOLS SL
4.3 (37)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Forex Diamond EA
Lachezar Krastev
5 (5)
WINTER SALE — FINAL DAYS! Get Forex Diamond EA with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO  A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Forex Diamond EA – Relia
제작자의 제품 더 보기
NearTheMarket
Gianfranco Tanzi
NearTheMarket is a fully automated trading EA  with an excelent predicting criteria to enter into Market. First it opens market orders, buy or sell, with a predefined Take Profit. If after a specified time the trade is still open, the robobot deletes the Take Profit and opens a limited order with a lots amount equal to a multiple of lots of the market order. The mission of the robot is to get the PayOffPrice (average price of the net position) closer to market price. Again, if open orders are on
FREE
This EA opens trades when a trend inversion occurs. Trades are normaly closed one by one. When an open trades must be recoverd, the EA opens reverse trades using the same criteria of standard orders. This is  the free and limited version of the FRT PriceAction Pro.  I suggest to use this EA, first with EURUSD at M1 or D1 , on an ECN account with a good leverage and low spread + commissions (not over 7 USD per lot). If you attach the robot to more than one parity on the same account, remember to
FREE
FRTScalping
Gianfranco Tanzi
1 (1)
This Expert Advisor is our latest trading system and it is designed to work with EURUSD and GBPUSD . This EA produces good results with medium spreads. It opens a market order following the market trend and then it opens  Market Orders with different amount of lots to close all orders or single order in profit with small amounts. To close trades, it uses a cumulated closing function or a closing function for each trade opened. It works with  all time frames, better with lower TF,  and you can us
FREE
NetRecoveryMangerATR    is an Expert Advisor that starts from a net long/short position and then opens additional positions using ATR-based levels, with a dynamic multiplier, and closes everything when the net PL exceeds a target. The opening of the first position is done automatically by the EA when market conditions, mobile averages and price action criteria, are met. The EA may be attached to any currency chart. EA will attribute automatically a specific MagicNumber to each used chart. The ti
필터:
리뷰 없음
리뷰 답변