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

Boxmaster ParSar and MA MT5

Main:

  • Not martingale, not a grid, working on all symbols;
  • a good rational algorithm;
  • Work of two indicators: Parabolic Sar and Moving Average (you can set a separate Timeframe for each indicator);
  • There is a good money management system (there are several type for trailing stop loss);
  • EA can work on closed candles, and on current candles;
  • Quickly optimized (the work is maximally accelerated).
  • Very well optimized for EURUSD. Current sets after optimization are in comments.
If you want to do optimization by yourself, there is a large algorithm for advanced optimization "Custom max". There are parameters for Custom Max (described below in the Parameters section), and if the current pass values ??are below the minimum parameter, the result of this pass becomes negative, and it is good for the Genetic Algorithm

Parameters:

Slippage - the size of slippage;
NEED_LOGS - need or not logs about work;

Parameters of the indicator Moving Average:
MA_tf - timeframe of Moving Average;
MA_Period - period of Moving Average;
MA_shift - shift of Moving Average;
MA_method - method of Moving Average;
MA_price - type of price of Moving Average;

Parameters of the Parabolic SAR indicator:
ParSAR_tf - timeframe of Parabolic SAR;
ParSAR_step - step of Parabolic SAR;
ParSAR_maximum - maximum step of Parabolic SAR;

num_of_bar_for_analize - number of bar (candles) for work. Value - 0 - search for signals at current prices (significantly slows down the optimization);

Money management parameters:
MM_trailing_type - type of Money Management. Variants: TYPE_MM_NON_MM (without TP and SL); TYPE_MM_JUST_SL (SL only); TYPE_MM_TRAILING (trailing stop loss and TP); TYPE_MM_SL_TO_0 (SL trails only to the break-even price);
MM_TP_pips - TakeProfit size (in pips);
MM_TRSL_pips - Trailing StopLoss (in pips);
MM_SL_pips - StopLoss (in pips);
MM_magic_num - magic number for order;
MM_close_deal_when_opposite - allow closing the current position and opening a new one in the opposite direction when a signal appears;
MM_lot - lot size;  
MM_type_of_risk - "Fix_lot" transactions are opened with a fixed volume specified in the parameter "MM_lot". " Smart_lot_by_risk " volume is calculated dynamically, "MM_risk_percent" - max risk.

Optimization parameters for the "Custom Max" (for advanced users):
CUSTOM_MAX_min_trades_per_month - the minimum number of trades per month (average);
CUSTOM_MAX_min_EXPECTED_PAYOFF - minimum expected payoff;
CUSTOM_MAX_min_PROFIT - minimum profit;
CUSTOM_MAX_max_EQUITY_DD_percent - the maximum percent of drawdown;
CUSTOM_MAX_min_PROFIT_FACTOR - minimum profit factor;
CUSTOM_MAX_min_RECOVERY_FACTOR - minimum recovery factor;
CUSTOM_MAX_min_LR_CORRELATION - minimum LR correlation;
CUSTOM_MAX_check_profit_every_month - once a month check (to speed up the optimization). If the test is not passed, then this optimization pass is stopped, and the result is assigned the value "-100". There are options: do_not_check (do not perform this test); without_loss_months (all months in profit); max_1_loss_month (maximum 1 losing month in a row); max_10_percent_loss_in_month (maximum 10 percent loss per month); no_max_DD (the balance at the end of the month is not less than CUSTOM_MAX_max_EQUITY_DD_percent of the maximum balance for the whole period);
CUSTOM_MAX_return - what to return to the optimization results. Options: all standard return parameteres; My_Formula (found on the Internet is a complex formula); PROM (Pessimistic return on margin - from the book of Robert Pardo); Balance_x_minDrawdown_x_TradesNumber; Balance_x_minDrawdown_x_ProfitFactor; Balance_x_minDrawdown_x_ProfitFactor_x_SharpeRatio.
추천 제품
MoMo Trade MT5
Dmitry Homenkov
MoMo Trade MT5 (MT4 version https://www.mql5.com/ru/market/product/57354 )   - trading system based on one of the momentum strategies. It uses simple and reliable tools like MACD and EMA to find entry points. The trading strategy looks for reversal patterns after trend area. The EA has implemented to work on M5 timeframe and focuses on short-term profit targets. But it also can be used on any timeframe. Volume calculation The volume amount is fixed ( Fixed volume ) or calculated based on risk pe
MasterTrendRobot
Javier Antonio Gomez Miranda
The MasterTrendRobot multi-timeframe Expert Advisor is a powerful trading tool for MetaTrader that uses a trend-following strategy across multiple timeframes. It analyzes price movements, moving averages, and technical indicators to identify and capitalize on favorable market trends. It has been optimized to work on JPY pairs (GBPJPY specially). You can track a real account signal here:  https://www.mql5.com/en/signals/1999690 After the first five sells, price will be increased to 549$.
Archi
Vladimir Deryagin
아치는 지표에 내장되어,미래에 그들의 수는 증가 할 것이다. "후행 위치"및"단계 후행"과 함께"후행 정지"를 사용할 수 있습니다. 그것은 곱셈과 덧셈에 의해 모두 손실 결정 전류,후속 트랜잭션의 볼륨을 증가시킬 수있다. 수익성이없는 거래에 대한 긍정적 인 거래의 우위에 도달 한 후 볼륨은 원래 트랜잭션으로 돌아갑니다.  "볼륨 작업"–볼륨 증가 모드를 선택하는 데 필요합니다. 이 함수에는"볼륨의 지속적인 증가"와"가변 볼륨 증가"의 두 가지 값이 있습니다. "볼륨의 지속적인 증가"-전류 손실시 볼륨의 지속적인 증가. "가변 볼륨 증가"-현재 손실에서 결합 된 볼륨 증가. 아치에는 두 가지 작동 모드가 있습니다(추세 방향 추적): 표시에 따라-거래는 표시에 의해서만 열립니다. 혼합 모드-거래는 지표에 따라 열립니다,손실의 경우,트랜잭션이 반전됩니다. 기본 설정: 매직 넘버는 열려있는 모든 거래의 고유 번호입니다. 주의!!! 그래서 당신은 이전 것과 다른
Triple Threat Crown
STANTON ROUX
3.67 (3)
Triple Threat is the latest offering from Algotrading_za It uses Bollinger Bands and RSI to determine entry positions with MACD as confirmation of trend. It also has a time filter to define trading times. This EA is highly configurable and can be optimized to be used on most currencies. The money management section is also highly configurable and does not make use of any risky strategies like martingale etc..
Modifiable Moving Average Cross Expert Advisor This Expert Advisor (EA) is based on the cross of two moving averages ; i.e; “ Moving Average 1 ” and “ Moving Average 2 ”. “Moving Average 1” has to always be greater than “Moving Average 2”. (So that it logically makes sense; unless one is just trying out different stuff). If “Moving Average 2” crosses above “Moving Average 1”, the program will enter a BUY trade . If “Moving Average 2” crosses below “Moving Average 1”, the program will enter
Htf Xau
Murilo Neves Castro
HTF CAD JPY is a fully automated Expert Advisor designed for CAD JPY trading. It is based on cluster analysis of machine learning and genetic algorithms. The Expert Advisor contains a self-adaptive market algorithm that uses price action patterns and standard trading indicators.  The entry and exit logic works only when a bar closes. It filters market noise, greatly speeds up optimization, avoids stop-loss hunting and ensures correct operation at any broker with a reasonable spread. The Expert
Night Lottery EA
Robots4Forex Ltd
The Night Lottery EA is a fully automated Expert Advisor that trades at night and relies on price reversion. The EA trades using market orders and uses time averaging to improve performance. This EA works best on EURUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. View More Products - https://www.mql5.com/en/users/robots4forex/seller#!category=1 Monitoring Signals - https://www.mql5.com/en/signals/author/r
Alligator Trade X MT5 is an EA based on Alligator. Alligator parameters such as Jawsperiod1, Jawsshift1, Teethsperiod1, Teethsshift1,   Lipssperiod1, Lipssshift1, BuyShift1, BuyCandlestickShift1, BuyShift2, BuyCandlestickShift2, BuyShift3, BuyCandlestickShift3, SellShift1, SellCandlestickShift1, SellShift2, SellCandlestickShift2,  SellShift3 and SellCandlestickShift3 can be adjusted. Alligator Trade X MT5 applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal
Main: Not martingale, not a grid, working on all symbols; a good rational algorithm; Work of two indicators: RSI (from older timeframe - it works as a signal filter) and RSI (from junior timeframe - it works as a signal) ; There is a good money management system (there are several type for trailing stop loss); EA can work on closed candles, and on current candles; Quickly optimized (the work is maximally accelerated). Current sets after optimization are in comments. If you want to do optimizat
Eye of Ra
Jose Ramon Rosaenz Carmona
5 (1)
Expert advisor based on a widely tested   price action strategy The EA already incorporates all the variables in its programming, it is enough to let it run on the graph with the values ​​it incorporates by default. ACCOUNT: - This AE has been optimized to work on a STANDARD account - This AE is suitable for accounts of 3,000 USD - Default settings suitable for EUR/USD (any Timeframe) DESCRIPTION OF THE STRATEGY Price action trading analyzes the performance of a currency to predict what it
AI Chess player
Carl Alexander Lundin
M15 시간대에 GBPUSD 시장을 장악하기 위한 최고의 도구인 AI Chess Player를 통해 최첨단 외환 거래 세계에 빠져보세요! 이 전문 조언자는 단순한 소프트웨어가 아닙니다. 이는 귀하의 전략적 동맹자이며, 정확하고 정교하게 시장 변동을 헤쳐나갈 수 있도록 정밀하게 조율되어 있습니다. 성공 사례를 통해 AI Chess Player는 이익을 극대화하고 위험을 최소화하는 혁신적인 접근 방식을 제공합니다. 지금 귀하의 트레이딩 게임을 업그레이드하고 AI Chess Player가 외환 시장에서 승리하도록 안내해 드립니다. 권장사항: 통화쌍: GBPUSD 기간: M5 최소 입금액 없음 계좌 유형: 스프레드가 매우 낮은 ECN, Raw 또는 Razor. EA는 별도의 조정 없이 곧바로 실행할 수 있지만 자신의 선호도에 따라 최상의 결과를 얻기 위해 자유롭게 실험해 보세요. 사용자 친화적인 설정을 통해 시작하고 개인 거래 스타일에 맞게 조정하는 것이 쉽습니다. 그러니 주저하지
BotIQ Bollinger Bands Impulse is a Expert Advisor that is NOT using Martigale or Grid Systems! Strategy Overview: Identification:   The strategy utilizes the Average True Range (ATR) to identify strong impulsive moves in the market. Execution:   It trades the reversal following the identified impulsive move. Profit-taking:   Profits are taken at strategic points near the Bollinger Bands. Development and Testing: Developed over an extended period. Rigorously tested with 5 years of backtes
Moving averages are very often used for analyzing currency pairs and trading. This Expert Advisor can analyze many moving averages at once and trade based on this. When the required number of moving averages signal a purchase, the adviser makes a purchase, if the indicators signal a sale, the advisor sells. Also, there is filtering spurious signals at low volatility based on the ADX indicator. In the settings of the adviser, you can set the required number of sliding ones, their period (the init
Babel Steps
Iurii Bazhanov
MT5 netting the “Babel Steps” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position when the specified trend level is exceeded plus Bollinger indicators and Stochastic indicators inform about oversold / overbought market.  Stochastic and Bollinger indicators help to increase or decrease the position. If market moves into favorable direction the Robot genera
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! Стратегия разработана для торговли индексами, таких как US30, US500, DE40, USTEC и другими валютными парами. С настройками по умолчанию торговый робот (trade robots) работает на часовом таймфрейме. Стратегия не использует множественные индикаторы за исключением стоплосс (плавающий, работает по ATR и Moving Averages). Стратегия работает
The Last Fractals , is a trading system that uses fractals to determine market corrections. The Last Fractals,   is a system that detects an entry point and initiates an operational algorithm. This algorithm is different if the input is correct or wrong. From the inputs you can control the initial loting of the algorithm, if the trade goes against you the lotage is maintained, but if it goes in your favor the lotage is increased to improve your profit. You can download the demo and test i
Next Price -->   (Buy:   150 $ ) -  (3 Months:   55  $ ) -  (1 Year:   90  $ ) Step out of the ordinary trading strategies and explore "Escape The Matrix" – a robust Expert Advisor for MetaTrader 5 that can potentially enhance your trading experience. Escape The Matrix harnesses the power of cutting-edge methods identify trading opportunities in the EURUSD market. It's been diligently tested on historical data to analyze price movements. Key Features: Optimized for EURUSD: This EA is fine-tuned
Daily Range Breakout
Kai Petersen
5 (1)
Daily Range Breakout EA is a breakout strategy with buys when close of current bar is lowest in past N bars and price of next bar is greater than close of previous bar. Condition for sell trades are the opposite. The idea is based on Larry Williams Smash Day strategy. I trade this strategy live and it works in multiple markets. It works best in Daily timeframe. Not Martingale/Grid Strategy. Real result with stop loss. You can reproduce the result for Gold using the default parameters. IMPORTANT!
MAO Trade X MT5 is an EA based on Moving Average Oscillator. Moving Average Oscillator parameters such as FastEMA, SlowEMA, MACDSMA, BuyShift, BuyValue, SellShift and SellValue can be adjusted. MAO Trade X MT5 applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through MAO Trade X MT5. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Double 7 with a twist
Noelle Chua Mei Ping
Adapted from the award winning international best seller (Short Term Strategies That Work) by Larry Connors and Cesar Alverez in 2008, this concept was retested 10 years after the book published and that will give you an idea of the concept if it still works.  Take the last 10 years as walk forward and this strategy is added with a twist to risk management with arbitrary 5% stop loss and exit day counted as calender days instead of trading day. This EA works on dual mode, Long and Short.  Origin
Structure Breakout EA MT5
Diego Arribas Lopez
5 (1)
[ MT4 Version ] Structure Breakout  EA MT5 Structure Breakout EA is an Expert Advisor inspired by structure breakout trading. It seeks to capture the explosive movements that follow a period of consolidation. It allows the user to adapt the EA to trend breakouts automatically recognized by the robot or to price structure breakouts. It is also highly customizable, which allows it to be easily adapted to different pairs, timeframes and risk profiles. It is independent of market sessions. The numbe
Scalper Forex Expert
BPASoftware Thai Co. Ltd
PRESENTATION This EA uses several non-directional strategies that allows it to generate profits regardless of price trends. It manages a pool of positions ("session") in a totally autonomous way To avoid risks related to this strategy, several recovery functions have been implemented. This makes it a reliable and secure EA, its DD remains low. RECOVERY MODE This EA is designed to run on several pairs simultaneously on an account. When the DD of a session exceeds a defined value, all positions
Equanimity
Jose Ramon Rosaenz Carmona
The following expert is based on the combination of the several indicators in order to find the optimal entry points when there are specific market conditions. This expert does not use dangerous strategies such as Martingale, grid, averaging, etc. This strategy has been widely tested with good results in the last 10 years, where there have been a multitude of circumstances that the expert has been able to interpret and filter properly. Default parameters for "EUR / USD H1"
Professional Scalping EA is an automated professional scalping Expert Advisor designed to work in the   FOREX market   . The strategy uses the relative strength index ( RSI ) and the average true range ( ATR ) in order to determine the best entry points into the market. Advisor is suitable for both experienced traders and beginners. The most volatile pairs are suitable for work: GBPUSD, USDCAD, EURUSD, USDJPY, USDCHF, AUDUSD, NZDUSD. Recommend ECN broker with LOW SPREAD: IC Market , Exness,
LT Moving Average EA
Sie Samuel Roland Youl
Steigern Sie Ihre Handelsaktivitäten mit unserem Supercharged Moving Average Expert Advisor! Sind Sie bereit, Ihren Handel auf das nächste Level zu heben? Der Gleitende Durchschnitt ist ein beliebtes Werkzeug von Händlern auf der ganzen Welt, und jetzt haben wir ihn aufgerüstet! Unser EA (Expert Advisor) ist darauf ausgelegt, Ihre Handelsstrategie zu optimieren, indem er die drei beliebtesten Gleitenden Durchschnittsmethoden integriert: Kreuzungssignale: Erhalten Sie Benachrichtigungen, wenn der
Welcome to the Triumph Gold MT5 The system is build on the very popular and proven strategy of moving averages crossovers.  This EA will find the best entry and exit points based on the data. This is the safest system on Gold trading with lowest Balance drawdown and more than 95% accuracy. Sucessfully backtested from year 2017 to 2024 March. It may not take trades every month or few months. Very simple and basic system. No any risky setting and no martingale is used. It have take profit functi
Gold EA MT5
Zhi Xian Hou
GOLD EA MT5는 "Trend for MT5" 지표를 사용하여 개발된 전자동 거래 로봇입니다. 신경망+그리드 시스템을 기반으로 수익 가능성이 높고 위험이 낮은 거래 기회를 선택합니다. 최소 초기 예치금은 0.01 초기 로트당 250 USD이며, 모든 포지션에는 숨겨진 손절매가 있습니다. EA는 XAUUSD에서 좋은 성과를 내고 있으며 최대 하락폭은 상대적으로 낮습니다. 1분 공개 가격   백테스트를   사용할 수 있습니다.       백 테스트를 수행하기 위해 MT5 클라이언트의 모드. 이 EA의 가치는 현재 가격보다 더 가치가 있으며 다음 가격은 상승해야 합니다. EA 운영: 가격의 마지막 소수점이 추가된 헤지 계정 및 중개인에게만 적합합니다. EA는 스프레드와 미끄러짐에 민감하지 않지만 우수한 ECN 브로커를 사용하는 것이 좋습니다. XAUUSD에만 사용되며 기본 기간은 M15입니다. EA의 사용은 매우 간단합니다. EA를   XAUUSD   차트로 로드하면 자동으로 거래
AW BW strategy based MT5
AW Trading Software Limited
5 (1)
AW BW 전략 기반 EA는 Bill M. Williams가 만든 맞춤형 지표 조합의 신호로 거래합니다. 이 완전 자동화된 거래 로봇은 유연한 설정과 많은 작업 시나리오를 가지고 있습니다. 이 제품에는 자동 로트 계산, 후행 시스템, 손절매 등 많은 유용한 기능이 내장되어 있습니다. 필요한 경우 평균화를 사용할 수 있습니다. 이점: 모든 유형의 악기와 모든 시간대에 적합합니다. 어드바이저의 입력 설정에서 구성 가능한 표시기. 거래량을 자동으로 계산하는 기능. 플러그 가능한 평균화를 사용할 수 있습니다. 내장 후행 시스템 및 StopLoss. 고문의 조정 가능한 시나리오. 문제 해결 ->   여기 전략: 고문은   Bill M. Williams   라인의 4개 지표 조합에 대해 동시에 작업합니다. Alligator, Fractal 지표, AC, AO. 프랙탈 지표는 차트에 위쪽 또는 아래쪽 화살표로 표시됩니다. 악어 지표는 3개의 이동 평균으로 표시됩니다. 오실레이터는 메인 화면
TradeBuilderMT5
Sergey Deev
5 (2)
The expert allows you to build a trading system based on an arbitrary set of technical indicators MT5. The EA uses the following signals: - OpenBuy / OpenSell - opening positions; - StopBuy / StopSell - closing positions; - TakeProfitBuy / TakeProfitSell - get TP levels; - StopLossBuy / StopLossSell - getting SL levels; - NoLossBuy / NoLossSell - transfer to the breakeven state; - MinProfitBuy / MinProfitSell - closing part of a position; - CancelBuy / CancelSell - allow a repeated signal
The beginning of the end     - it is a Secure Automated Software for trade Forex market and indices . The system operates market breaks, with correction and trend-following algorithms, the algorithms optimize the risk-benefit ratio, to minimize the risks of margin call. The two algorithms work independently but coordinated to get out in profit. The system uses multiple lot depending on the algorithm, the initial lot is double the one marked as the minimum lot and is used as a reference in the
이 제품의 구매자들이 또한 구매함
The Gold Reaper MT5
Profalgo Limited
4.57 (60)
소품 회사 준비 완료!   (   세트파일 다운로드   ) 출시 프로모션: 현재 가격으로 몇 장 남지 않았습니다! 최종 가격: 990$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 골드 리퍼에 오신 것을 환영합니다! 매우 성공적인 Goldtrade Pro를 기반으로 구축된 이 EA는 동시에 여러 기간에 걸쳐 실행되도록 설계되었으며 거래 빈도를 매우 보수적인 것부터 극단적인 변동까지 설정할 수 있는 옵션이 있습니다. EA는 여러 확인 알고리즘을 사용하여 최적의 진입 가격을 찾고 내부적으로 여러 전략을 실행하여 거래 위험을 분산시킵니다. 모든 거래에는 손절매와 이익 실현이 있지만, 위험을 최소화하고 각 거래의 잠재력을 극대화하기 위해 후행 손절매와 후행 이익 이익도 사용합니다. 이 시스템은 매우
Ultimate Bot
Mr James Daniel Coe
5 (6)
6명의 인기 있는 어드바이저 1명 가격 6. 안으로. 1. 더 많은 것이 올 것입니다 - 구매해야 할 마지막 봇! 고위험 신호 |   Link   (IC Markets) 저위험 신호 |   링크 (Pepperstone UK) 판매자 평점 별 4.8개 중 5개 신뢰와 평판은 저에게 매우 중요합니다 내 무료 EA CAD Sniper는 12,500 다운로드로 몇 달 동안 mql5 무료 섹션에서 #3 - #5였습니다 이제 저는 지난 3년 동안 제가 발견한 모든 전략을 사용하기 쉬운 하나의 프리미엄 EA로 결합하는 데 관심을 기울이고 있습니다 'AI' 주장 없음 엄격한 DD 제한/위험 관리 3개월+ 라이브 신호, 경고 없음 라이브 시그널에 재투자된 매출 / 내 봇을 거래합니다. 구매 후(또는 구매 전) PM을 보내 설명서 및 그룹 링크 (및 보너스)를 받으세요. 전략당 수천 달러를 지불하지 마십시오. Ultimate Bot으로 전략당 $250 미만 200 사본 및 대여 후
Hercules AI
Aleksandr Chebotaev
4.7 (10)
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
AI Gen XII EA
Denis Kurnev
4.88 (8)
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
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (274)
소개       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 Gold Emperor를 무료로 받을 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 새로운 라이브 신호 V4:   여기를 클릭하세요 MT4 버전 :   여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 *프로모션 가격: $1199. 10번 구매시마다 가격이 100달러씩 인상됩니다. 최종 가격 $1999
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:임의의 시간 그리드도 없고, 마팅게일도 없고, 한 번에 한 번 트레이드 주문을 소규모로 분할하여 리스크를 줄입니다 최대 포지션 제한 및 최대 유
Ai Multi Trend MT5
Mansour Babasafary
4.38 (13)
32% discount, until 2024.06.24  (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
FT Gold Robot MT5
Marzena Maria Szmit
4.64 (50)
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
Quantum Queen MT5
Bogdan Ion Puscasu
5 (4)
안녕하세요, 상인 여러분! 저는 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일까지 가격이 50%   할인됩니다   .   다음 가격은 999.99 USD입니다. Quantum EA 채널:       여기를 클릭하세요 ***Quantum Queen MT5를 구매하시면 Quantum Gold Emperor를 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요! 저는 귀하의 거래 잠재력을
Gold Trade Pro MT5
Profalgo Limited
4.7 (33)
프로모션 시작! 449$에 얼마 남지 않았습니다! 다음 가격: 599$ 최종 가격: 999$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Gold Trade Pro는 금 거래 EA의 클럽에 합류하지만 한 가지 큰 차이점이 있습니다. 이것은 진정한 거래 전략입니다. "실제 거래 전략"이란 무엇을 의미합니까?   아시다시피 시장에 있는 거의 모든 Gold EA는 단순한 그리드/마팅게일 시스템으로 시장이 초기 위치와 반대 방향으로 갈 때 거래를 추가합니다.  그들은 종종 "신경망/AI/머신 러닝"으로 위장하지만 외환 및 EA에 약간의 경험이 있는 경우
Monty Hall EA
Vladimir Lekhovitser
라이브 신호 몬티 홀 EA를 소개합니다, 금융 시장 거래를 위해 설계된 독특한 자동화 시스템입니다. 몬티 홀 전략이란 무엇인가요? Monty Hall 패러독스는 확률 이론에서 유명한 문제로, 텔레비전 게임의 시나리오를 기반으로 합니다. 게임 참가자는 세 개의 문 중 하나를 선택해야 합니다. 한 문 안에는 귀중한 상품이 있고, 다른 두 문 안에는 보상이 적은 것들이 있습니다. 참가자가 처음 선택을 한 후, 문봉이 각 문 안의 상품을 알고 있는 경우, 나머지 문 중 하나를 열어 보상이 없는 것을 보여줍니다. 그리고 참가자에게 처음 선택을 유지하거나 다른 닫힌 문으로 변경할 수 있는 선택을 제공합니다. 통계 분석에 따르면, 처음 선택을 변경하는 것이 당첨 확률을 67% 증가시킬 수 있다고 입증되었습니다. 이 EA는 금융 시장에서 Monty Hall 전략을 적용하여 거래를 반전시키고, 매수 거래를 매도로, 매도 거래를 매수로 교체함으로써 수익성 있는 거래 가능
AI TradingVision GPX
Yu Mei Cheng
4.83 (60)
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
영원엔진 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 종일 거래 그리드 거리 및 볼륨 승수를 사용자 정의할 수 있습니다 동시에 거래
Future Sight MT5
Sang Sariaji Sakti
5 (5)
$699.99 END ON MONDAY, AUGUST 01, 2024 !   "FUTURE SIGHT OFFICIALLY ONLY SOLD IN MQL5" SAVE YOUR MONEY FOR THE AUTHENTIC FUTURE SIGHT, NOT WORTHLESS PIRATED COPIES. NEXT PRICE $1000. FUTURE SIGHT WITH A  WIN RATE OF MORE THAN 80% , OPENING 10 TO 20 OR MORE TRADING EVERY DAY ON 8 SYMBOLS, LOW RISK WITH  "SPECIAL PARAMETER - EXPECTED DD"  THAT YOU CAN SET, DOES NOT USE THE MARTINGALE METHOD, DOES NOT USE THE GRID METHOD, ONLY OPEN TRADES PER SIGNAL WITH THE TOTAL OPENED TRADES ACCORDING TO THE PA
Big Forex Players MT5
Marzena Maria Szmit
4.82 (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
GoldMind AI
Babak Alamdar
5 (1)
백테스트가 아닌 실제 거래 시스템을 구매하세요:     Live Signal 이 가격은 프로모션 기간 동안 일시적이며 곧 인상될 예정입니다 현재 가격으로 몇장 남지 않았으며, 다음 가격은 -->> 497 $ Welcome to the GoldMind AI Hey, I'm GoldMind AI! 이는 다양한 향후 업데이트와 놀라운 기능을 갖춘 GoldPulse AI의 라이트 버전으로 금 또는 XAUUSD를 거래하는 최초의 가장 똑똑한 로봇입니다. 매일매일 뉴스를 확인하며 기술적, 근본적, 감성적 확인이 있는 기회라면 무엇이든 활용합니다! 돈은 참을성 없는 상인의 주머니에서 환자의 주머니로 나올 것입니다! 이 시장에서 당신은 똑똑한 사람들과 경쟁하게 될 것입니다! 그들은 당신의 돈을 얻으려고 하고, 당신도 그들의 돈을 얻으려고 합니다! 가장 정확하고 적극적인 시장분석으로 최선을 다하겠습니다! 행운을 빌어 요! Highlights: 간단하고 사용하기 쉽습니다: Gold
Gold Trading Algo MT5
Ho Tuan Thang
4.67 (27)
ONLY 2 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. Limited price $299 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the latest news from me Some Features: - No Martingale, No Grid - The order is always protected by Stoploss - EA is using in-bu
Diamond Titan FX
Lo Thi Mai Loan
5 (9)
런칭 프로모션: 30% 할인! 현재 가격으로 구입할 수 있는 판매가 3개만 남았습니다. 다음 가격: $993 무료로 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/757
Nexus EA Forex MT5
Enrique Enguix
4.45 (11)
대부분의 EA가 실패하는 이유는 무엇인가요? 많은 전문가 어드바이저(EA)는 시장이 지속적으로 변화하는 것에 의해 사라지는 일시적인 통계적 이점에 의존합니다. 과적합 문제 또한 대부분의 개발자들은 과거에 완벽한 결과를 얻기 위해 EA를 세밀하게 조정하는 함정에 빠지는데, 이는 미래의 시장 성과로 이어지지 않음을 깨닫지 못합니다. 미래 시나리오를 고려한 테스트를 수행하는 것이 중요합니다. 다양성의 중요성 우리의 투자를 단일 옵션에 집중시키지 않는 것이 중요합니다. 이는 특히 함께 움직이는 시장에서는 위험할 수 있습니다. 예를 들어, EUR/USD와 GBP/USD와 같이 매우 관련된 두 통화 쌍에 동일한 전략을 사용하는 경우, 무언가 잘못되면 손실이 증가할 수 있습니다. 그러므로 투자 전략을 다양화하는 것이 자금을 보호하는 데 중요합니다. Stop Loss가 없는 EA는 어떻게 되나요? 일부 EA는 테스트에서 실패를 피하려고 하지만 언제든지 계정을 보호하는 것이 중요합니다.
TrendMaster FX
Chen Jia Qi
4.53 (75)
MT5 EA 소개: 첨단 알고리즘과 딥 러닝 기술로 동작하는 저희 EA는 외환거래의 복잡한 세계를 유연하게 탐험할 수 있도록 세심하게 설계되었습니다. 이 시스템은 시장 활동을 세심하게 분석하고 미리 정해진 기준에 따라 거래를 수행함으로써 시장 동향을 보다 효과적으로 파악할 수 있도록 지원합니다. 추천 통화 쌍: 실시간 신호: TrendMaster FX MT4 버전: TrendMaster FX MT4 선택 가능한 통화 쌍: GBP/USD (GBPUSD) USD/CAD (USDCAD) 리스크 설정: 공격적인 트레이더의 경우 최대 리스크는 0.15입니다. 최대 리스크 값은 매우 위험할 수 있습니다. 특히 자본이 큰 보수적인 트레이더의 경우 0.05 미만으로 설정하는 것이 좋습니다. 작동 방식에 익숙해지기 위해 0.01로 시작할 수 있습니다. 0.01은 최소 값이 아닙니다. 구매 후: 사용 설명서와 주의사항을 받으려면 개인 메시지를 보내주시거나 사용 설명서를 참조하십시오: 매뉴얼 확인 안
GoldPulse AI MT5
Babak Alamdar
4.89 (27)
백테스트가 아닌 실제 거래 시스템을 구매하세요:   Live Signal 1     Live Signal 2       Live Signal 3   이 가격은 프로모션 기간 동안 일시적이며 곧 인상될 예정입니다 1EA 무료로 받으세요 -> 구매 후 연락주세요  현재 가격으로 몇장 남지 않았으며, 다음 가격은 -->> 1480 $ Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! 이것은 XAUUSD, XAUEUR, XAUGBP, XAUAUD, XAUJPY, XAUCHF, XAUSGD 및 XAUCNH와 같은 전체 쌍으로 금 또는 XAU를 거래하는 최초의 가장 똑똑한 로봇입니다! 매일매일 뉴스를 확인하며 기술적, 근본적, 감성적 확인이 있는 기회라면 무엇이든 활용합니다! 돈은 참을성 없는 상인의 주머니에서 환자의 주머니로 나올 것입니다! 이 시장에서 당신은 똑똑한 사람들과 경쟁하게 될 것입니다! 그들은 당신의 돈을 얻으려고 하고,
Quantum StarMan
Bogdan Ion Puscasu
4.91 (76)
안녕하세요 여러분, 제 소개를 하겠습니다. 저는 Quantum EA 제품군 중 가장 짜릿하고 신선한 멤버인 Quantum StarMan입니다. 저는 AUDUSD, EURAUD, EURGBP, EURUSD, GBPUSD, USDCAD. 등 최대 5개의 동적 쌍을 처리할 수 있는 완전 자동화된 다중 통화 EA입니다. 최고의 정확성과 흔들리지 않는 책임감으로 귀하의 트레이딩 게임을 한 단계 더 발전시켜 드리겠습니다. 핵심은 다음과 같습니다. 저는 Martingale 전략에 의존하지 않습니다. 대신, 저는 최고의 성능을 발휘하도록 설계된 정교한 그리드 시스템을 활용합니다. 그리고 귀하의 마음의 평안을 위해, 총 손실액이 귀하 계정의 사전 결정된 한도에 도달하는 경우 모든 거래를 종료할 수 있는 옵션도 제공합니다. 하지만 그게 다가 아닙니다. 저는 단지 말만 하는 것이 아닙니다! 실시간 신호가 실행 중이므로 제가 실제로 작동하는 모습을 보실 수 있습니다. 중요한! 구매 후 개인 메시지를 보내
Bitcoin Robot MT5
Marzena Maria Szmit
4.5 (32)
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
Aura White Edition MT5
Stanislav Tomilov
4.83 (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,
SilverPulse AI
Babak Alamdar
4.5 (6)
새로운 상품으로 거래를 다양화하면 포트폴리오가 더욱 강력해질 것입니다.    Live Signal 이 가격은 프로모션 기간 동안 일시적이며 곧 인상될 예정입니다 최종 가격: 5000 $  현재 가격으로 몇장 남지 않았으며, 다음 가격은 -->> 745 $ Welcome to the SilverPulse AI Hey, I'm SilverPulse AI! 이것은 XAGUSD, XAGEUR 및 XAGAUD와 같은 전체 쌍으로 Silver 또는 XAG를 거래하는 최초의 가장 똑똑한 로봇입니다! 매일매일 뉴스를 확인하며 기술적, 근본적, 감성적 확인이 있는 기회라면 무엇이든 활용합니다! 돈은 참을성 없는 상인의 주머니에서 환자의 주머니로 나올 것입니다! 이 시장에서 당신은 똑똑한 사람들과 경쟁하게 될 것입니다! 그들은 당신의 돈을 얻으려고 하고, 당신도 그들의 돈을 얻으려고 합니다! 가장 정확하고 적극적인 시장분석으로 최선을 다하겠습니다! 행운을 빌어 요! Highligh
Quantum Wizard MT5
Bogdan Ion Puscasu
4.84 (19)
Quantum Wizard는   최고의 성과를 위해 설계된 정교한 그리드 시스템과 고급 자금 관리를   사용하여 S&P500(US500) 거래를 위한 고급 전문 자문입니다. 2년 넘게 개발을 진행해 왔으며 올해 최신 업데이트가 출시될 예정입니다. 이제 마침내 지수 거래를 통해 포트폴리오를 다양화할 수 있습니다. Quantum Wizard는 설치가 매우 간단합니다. 언제든지 기본 설정으로 US500에 설치하기만 하면 됩니다. 런던과 뉴욕 주식 시장 시간에 운영되며 동시에 거래할 수 있는 6가지 전략을 통합합니다. Quantum Wizard는 매우 활동적이며 하루에 여러 번 거래할 수 있습니다. 지금은 S&P500만 거래하지만 가까운 시일 내에 다른 지수도 거래할 예정입니다. 실시간 신호 1:       딸깍 하는 소리 Quantum EA 채널 : 여기를 클릭하세요 프로모션 출시 가격 1099.99 USD에는 45% 할인이 포함되어 있습니다! 할인 가격
Signal Account  (running 0.75% Balance Risk) If you need MT4 version or can't afford renting/purchasing contact me for alternative solution.  If you'd like to purchase multiple EAs (minimum 2 EAs of your choice) as a custom package contact me for 20% special discount for the package. Also contact me for additional discount options. Join  Nexus Community Public Chat This EA is part of   Nexus Portfolio  - the most long term stable EA in mql5 market.  Starting price: $1600, current discount price
Nasdaq100 Algo Trading
Lo Thi Mai Loan
5 (1)
개요 Nasdaq Algo Trading EA 는 Nas100(Nasdaq) 및 US30(Dow Jones)과 같은 미국 주식 지수를 대상으로 한 전문 자동화 거래 도구입니다. 거래와 프로그래밍에서 높은 경험을 가진 전문가 팀이 개발했으며, 이 EA는 투자자에게 최적의 성능과 안전성을 제공합니다. 고급 리스크 관리 기능과 지능형 거래 전략을 통해 이 EA는 투자 여정에서 신뢰할 수 있는 동반자가 될 것입니다. 실시간 신호-1: 여기를 클릭하세요 실시간 신호-2: 여기를 클릭하세요 MT4 버전: 여기를 클릭하세요 10개 중 3개만 $353에 남아 있습니다! 이후 가격은 $433으로 인상됩니다. $353의 제한된 가격은 처음 10개의 판매에만 적용됩니다. 10건 판매 후에는 가격이 추가로 $100 인상됩니다. 최종 가격은 $1933입니다. 주요 기능 - 안전한 전략: 다른 EA와 달리 Nasdaq Algo Trading EA는 마틴게일, 그리드 또는 헷지와 같은 위험한
Dark Algo MT5
Marco Solito
5 (52)
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
HFT PropFirm EA MT5
Dilwyn Tng
5 (15)
HFT PropFirm EA MT5 is  also known as Green Man due to its distinctive logo by Dilwyn Tng, is an Expert Advisor (EA) crafted specifically for overcoming challenges or evaluations from proprietary trading firms (prop firms) that permit High-Frequency Trading (HFT) strategies. Free  Swing Signal Group and Gold Scalping Signal after you have passed a challenge. MT4 Version:  https://www.mql5.com/en/market/product/104871 Passing HFT MT5 Challenge Performance Monitor (not for live account): Broke
제작자의 제품 더 보기
This panel brings convenient functionality - Virtual Stop Loss and Take Profit levels . Peculiarities This panel allows to hide the Stop Loss and Take Profi t levels of your trades.  The panel stores these levels in memory .  When the market price reached one of the levels, a trade is closed and terminal generates a message indicating that a virtual level was triggered. there are 4 options for setting Stop Loss: Fixed Stop Loss - fixed Stop Loss Trailing Stop Loss - classic Trailing Stop Loss.
Jakarta mt5
Mikhail Mitin
3 (2)
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators:  Stochastic   and  OsMA  (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quickly o
FREE
Conversion of ".set" files created in the MT5 terminal for use in the MT4 terminal. The script is great for cross platform experts. How to work: place the source files ".set" in the local terminal folder\MQL5\Files run the script the ".set" files for the MT4 terminal appeared in the local terminal folder (the end of the file name "* -MT4.set") Created on MT5 build 1755 from 18/01/18 Please leave your feedback after using.
FREE
"All in One" panel. You can simultaneously control: up to 3 symbols; up to 6 periods; up to 31 popular signals. You can see the sum for all signals taking into account the weight of the signal Version for MetaTrader 4: https://www.mql5.com/ru/market/product/27880 Version for MetaTrader 5: https://www.mql5.com/ru/market/product/27830 Parameters NUM_BAR - number of the bar to analyze (set a value greater than 0 to work on closed bars). timeframe_1....timeframe_6 - working timeframes (if set to "
FREE
Great dashboard for market analytics. Help you to analyze the values ​​of the Moving Average indicator and prices. Using this dashboard you can: find signals from the Moving Average from all timeframes; find signals from the Moving Average from all symbols; check - how far the Moving Average is from the price; check - the Moving Average value has changed; 2 types of signal. Modes of operation (switched by a button on the graph): current value of Moving Average; the difference between the cu
FREE
Lusaka mt5
Mikhail Mitin
4 (3)
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators: Envelopes and Moving Average (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quick
FREE
Lusaka
Mikhail Mitin
4.5 (2)
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators: Envelopes and Moving Average (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quick
FREE
Great dashboard for market analytics. Help you to analyze the values ​​of the   Moving Average   indicator and prices. Using this dashboard you can: find signals from the Moving Average from all timeframes; find signals from the Moving Average from all symbols; check - how far the Moving Average is from the price; check - the Moving Average value has changed; 2 types of signal. Modes of operation (switched by a button on the graph): current value of Moving Average; the difference between th
FREE
Jakarta
Mikhail Mitin
4.5 (2)
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators:  Stochastic   and  OsMA  (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quickly o
FREE
"All in One" Expert Advisor. The EA collects information from different signals (listed below) on the selected timeframes. Each signal has its own weight. The weight of all signals is summed. If the total weight of signals for a timeframe is greater than the minimum weight, a deal is opened. Operation on each selected timeframe is performed independently. After that, the deal is managed according to the Money Management conditions. It can work simultaneously on: up to 6 periods; up to 31 popul
FREE
Great   smart dashboard   for market analytics. Using this dashboard you can: find signals from different indicators from   all timeframes ; find signals from the Moving Average from   all symbols ; Include: 9 indicators (10 in Mt5 version); 27 signals (29 in Mt5 version); "Total" page. Indicators and signals: MOVING AVERAGE MA cross Price  - MA crosses Price; MA more/less Price  - MA higher/lower Price; BOLLINGER BANDS BB crosses Price (in) - Price crosses Bollinger (upper/lower line) in
Excellent Multiplatform Copier of deals. I use it regularly on VPS (copy from Mt5 to Mt4). Multiplatform : copying from MetaTrader 4 to MetaTrader 4; copying from MetaTrader 4 to MetaTrader 5; copying from MetaTrader 5 to MetaTrader 4; copying from MetaTrader 5 to MetaTrader 5. Modes: master   - the current terminal is   source of trades (deals are copied from it); slave   - the current terminal is the receiver of trades (trades are copied to it). from myself  - mode "deals multiplier" (use
"All in One" panel. You can simultaneously control: up to 3 symbols; up to 6 periods; up to 31 popular signals. You can see the sum for all signals taking into account the weight of the signal Version for MetaTrader 4: https://www.mql5.com/ru/market/product/27880 Version for MetaTrader 5: https://www.mql5.com/ru/market/product/27830 Parameters NUM_BAR - number of the bar to analyze (set a value greater than 0 to work on closed bars). timeframe_1....timeframe_6 - working timeframes (if set to "
FREE
Medellin
Mikhail Mitin
4 (1)
Genaral: Not martingale, not a grid; Use on EURUSD Use on M5 Signals: There is a good rational algorithm. Work of two indicators:   2 DeMarker (from 2 timeframes)   (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candl
FREE
This indicator draws   strong price   levels   (price consolidation levels). The levels are plotted using   2 MA indicators and 1 MACD   using a complex algorithm. The algorithm used in the EA is also in personal use.  These levels have 4 variants (colors of the variants can be customized): strong up, weak up, strong down, weak down. In turn, a weak level usually appears and then it can become strong. A strong level can also become weak. Version MT4:  https://www.mql5.com/en/market/product/27
This indicator draws strong price levels (price consolidation levels). The levels are plotted using 2 MA indicators and 1 MACD using a complex algorithm. The algorithm used in the EA is also in personal use.  These levels have 4 variants (colors of the variants can be customized): strong up, weak up, strong down, weak down. In turn, a weak level usually appears and then it can become strong. A strong level can also become weak. Version MT4:  https://www.mql5.com/en/market/product/27997/ Versio
Panel of MA Mt5
Mikhail Mitin
5 (1)
This panel shows the price position and the selected MAs for the selected timeframes and symbols. You can control up to 3 symbols; up to 6 timeframes; up to 10 different Moving Averages. Version for MetaTrader 4: https://www.mql5.com/ru/market/product/28281 Version for MetaTrader 5: https://www.mql5.com/ru/market/product/28096 Parameters NUM_BAR - bar number for analysis; timeframe_1....timeframe_6 - names of used timeframes (if set to "current", the timeframe will not be used); symbol_1 .
FREE
Excellent dashboard for market analytics. The panel helps to analyze the values of the   Stochastic  indicator and its signals. With this panel you can: watch the current signal from  Stochastic  on all timeframes; watch the current signal from   Stochastic  for different symbols; watch the current   Stochastic value; several types of signals for analytics. Values in a table cell: Stochastic - Main line Stochastic  - SIgnal line Stochastic  - Main line minus signal line Signal type: Stoch
Excellent dashboard for analytics. The panel helps to analyze the values of the   Alligator  indicator and its signals. With this panel you can: watch the current signal from  Alligator  on all timeframes; watch the current signal from   Alligator   for different symbols; watch the current   Alligator   value; several types of signals for analytics. Values in a table cell: Jaw Teeths Lips Jaw - Teeth Jaw - Lips Teeth - Lips Signal type: Lips - Teeth -  green line (lips) crosses red line (
Excellent dashboard for market analytics. The panel helps to analyze the values of the   Ichimoku  indicator and its signals. With this panel you can: watch the current signal from   Ichimoku   on all timeframes; watch the current signal from   Ichimoku   for different symbols; watch the current   Ichimoku   value; several types of signals for analytics. Values in a table cell: Value of Tenkan-Sen Value of   Kijun-Sen Value of  Senkou Span A Value of  Senkou Span B Value of  Chikou Span S
Great dashboard for market analytics. The panel helps to analyze the values of the   MACD   indicator and Macd`s signals. Using this panel you can: watch the current signal from Macd for all time frames; watch the current signal from Macd by different symbols; look Macd value (main line and signal line); look different between Main line and Signal Line; several types of signals for analytics. Values in the table cell: Macd value (main line); Macd value (signal line); main line minus signa
Panel of MA Mt4
Mikhail Mitin
3 (2)
The panel shows the relative position of the price and the selected moving averages (MA) for the selected timeframes and symbols. You can simultaneously control: up to 3 symbols; up to 6 periods; up to 10 different Moving Averages. Version for MetaTrader 4: https://www.mql5.com/ru/market/product/28281 Version for MetaTrader 5: https://www.mql5.com/ru/market/product/28096 Parameters NUM_BAR - number of the bar to analyze (set a value greater than 0 to work on closed bars). timeframe_1....time
FREE
This panel brings convenient functionality -   Virtual Stop Loss and Take Profit levels . Peculiarities This panel allows to   hide   the   Stop Loss and Take Profi t levels of your trades.  The panel stores these levels   in memory .  When the market price reached one of the levels, a   trade is closed   and terminal generates a   message   indicating that a virtual level was triggered. there are   4 options   for setting Stop Loss: Fixed Stop Loss   - fixed Stop Loss Trailing Stop Loss   -
Raptor MT4
Mikhail Mitin
use on EURUSD use on M5 price and indicator analysis. Deals is in the direction of the trend. analysis 4 TimeFrame. Price and MovingAvarage (MA) are analyzed at TF EA. Market conditions in each TF are analyzed separately, then the overall picture. The algorithm shown in the screenshot below Sets is in Comments Advantages Advisor is optimized well for any instrument Can work on accounts with any spread, commissions, delays in the execution of orders Flexible settings specifically for your need
Use on EURUSD Use on M5 Intraday trading. Analise the price movements on the H1 timeframe (TF) (This allows to trade even in the absence of a global price trend). Analyzes 2 or 3 timeframes. On each TF, the EA analyzes the relative position of the price and moving averages (MA) (one or two on each TF). The operation algorithm is shown in the screenshot Sets is in Comments Advantages The EA can be easily optimized for any instrument at any moment. Flexible customization specifically to your ne
Main: Not martingale, not a grid, working on all symbols; a good rational algorithm; Work of two indicators:  Parabolic Sar  and  Moving Average  (you can set a separate Timeframe for each indicator); There is a good money management system (there are several type for trailing stop loss); EA can work on closed candles, and on current candles; Quickly optimized (the work is maximally accelerated). Very well optimized for  EURUSD . Current sets after optimization are in comments. was optimized on
Main: Not martingale, not a grid, working on all symbols; a good rational algorithm; Work of two indicators:  RSI (from older timeframe - it works as a signal filter) and RSI (from junior timeframe - it works as a signal) ; There is a good money management system (there are several type for trailing stop loss); EA can work on closed candles, and on current candles; Quickly optimized (the work is maximally accelerated). Current sets after optimization are in comments. MetaTrader 4:  https://www.m
Create your own trading expert without programming skills! It is easy and simple. This panel is a    designer of Expert Advisors (like Wizard). This Wizard contains: 57 signals (regularly add new) several Trailing Stop systems (including Trailing by Bollinger Bands) How create EA easy: Choose 1 signal Choose no more than 3 filters Choose the Trailing system Save the ".set" file - by one button Ready. Run this expert with the desired set. Interesting: "invisible" (virtual) levels StopLoss
You can: observe the price chart inside the chart of a different price evaluate correlation and relationships observe the difference in charts in the form of a histogram Opportunities: "Auto" mode - auto-adjust the chart for another chart "multiplier" - you can multiply the chart by any number shift up / down the chart by value shift the chart to the left "invert" - mirror flip of the chart Important: only charts added to MarketWatch are used Version for MetaTrader 5 -  https://www.mql5.com
Nairobi
Mikhail Mitin
Main: Not martingale, not a grid; Working on all symbols; Use on EURUSD Use on M5 Signals: There is a good rational algorithm. Work of two indicators: Bollinger Bands and Moving Average (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles,
필터:
리뷰 없음
리뷰 답변
버전 3.0 2018.09.19
Fixed bugs. Upgrade params. Add in Custom max LR Correlation
버전 2.0 2018.08.22
Add smart lot by risk