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

TradeBuilderMT5

5

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 to open.

    Each signal is formed from several consecutive steps (for Open - 10 steps, for the others - 2 steps), set via input parameters. Each step contains the following fields:

    - indicator (drop-down list) - select the indicator from the MT5 list, including CUSTOM, as well as, in addition, the Open, Close, High, Low prices, the current Bid and Ask prices, the lowest Low and the highest High of the specified interval (Lowest, Highest);
    - tf (drop-down list) - select the time period;
    - action (drop-down list) - step action:
    - EmptyAction is an empty action;
    - Above - more than the previous one;
    - Below - less than previous
    - AboveArg - more argument;
    - BelowArg - less argument
    - AddPoint - adding a specified value of points
    - NotEmpty is not equal to 0 and EMPTY_VALUE
    - CrossUp - upward intersection of the previous indicator;
    - CrossDown - downward intersection of the previous indicator;
    - MoveUp - move up the current indicator;
    - MoveDown - downward movement of the current indicator;
    - param - parameters line separated by commas (int - only numbers, double - numbers with a dot separator, bool - true or false, string - framed with a single quote), for the CUSTOM indicator, the first parameter should be a string with the indicator name;
    - bar - bar index;
    - line - buffer index;
    - arg - step argument (double).

      In the input parameters, the name of the steps is encoded with delimited text: <signal name> _ <step> _ <parameter>, for example, OpenBuySignal_0_indicator is a parameter that sets the type of indicator for step 0 of the OpenBuy signal.

      The list of parameters for setting up trading:

      - startLot - fixed volume of deals;
      - riskPercent - percentage to calculate the volume of the remaining funds (with a non-zero SL);
      - takeProfit - fixed TP;
      - takeProfit_factor - calculation of TP but SL level
      - stopLoss - fixed SL;
      - noLoss - fixed level of transfer to breakeven;
      - noLoss_factor - breakeven level as a percentage of available funds;
      - minProfit - fixed level of partial closure;
      - minProfit_percent - level of partial closure as a percentage of available funds;
      - minProfit_factor - size of partial closure
      - trailStop - fixed trailing level;
      - trailStop_factor - trailing level from TP level;
      - trailStep - trailing step;
      - numOrders - the number of transactions in one direction;
      - bothOrdersDir - the resolution of Buy transactions in the presence of Sell and vice versa.

        Parameters that have fixed values ​​are calculated on 4-digit quotes and automatically recalculated for 5-digit ones.

        In the default settings of the advisor, the following strategy is configured on the moving averages MA (8), MA (24), MA (72). For purchase transactions:

        - fast moving above average, average above slow;
        - the last candle is bearish, closes below the fast moving at a distance of more than 15 points above the slow one;
        - a buy deal is opened with the SL level 2 points lower than the slow moving one, TP is 2.5 times the SL;
        - the volume is calculated from the specified 3% risk per trade, when making a profit of 1.5% of the balance of funds - transfer to breakeven and closing half of the volume
        - Trailing is not half TP and closing half of the volume when receiving each subsequent 1.5% profit.

          Transactions for sale - mirror. In the video - the results of the strategy run in the tester.

          See the articles. And user manual.

          If you want to check the feasibility of your trading system using this Expert Advisor, then contact me via private messages to prepare a set-file.


          리뷰 2
          ersan yurdakul
          187
          ersan yurdakul 2020.01.11 12:21 
           

          Mr. Sergey is a very good and concerned seller. I highly recommend their schedules. Honest seller. Solves problems immediately. I give it ten stars.

          추천 제품
          Daytrade Pro Algo MT5
          Profalgo Limited
          5 (1)
          프로모션 시작: 현재 가격으로 제공되는 제한된 수의 사본 최종 가격: 990$ 신규: 1개를 무료로 받으세요!   (거래 계좌 2개용) DayTrade Pro Algo에 오신 것을 환영합니다!   수년 동안 시장을 연구하고 다양한 전략을 프로그래밍한 후 좋은 거래 시스템에 필요한 모든 것을 갖춘 알고리즘을 찾았습니다. 브로커 독립적입니다. 독립적으로 확산됩니다. MT4, MT5, TDS2 및 여러 브로커에서 쉽게 실제 변수 확산 테스트를 사용하여 매우 안정적인 백 테스트를 보여줍니다. 수백 가지의 다양한 설정이 모두 테스트에서 수익성 있는 결과를 제공합니다(물론 저는 최고의 설정을 선택했습니다!). 매우 강력한 시스템 -> 설정은 상호 교환 가능하므로 USDJPY의 설정으로 EURUSD를 실행하면 여전히 수익성이 있습니다.   EURUSD;GBPUSD;USDJPY;AUDUSD;XAUUSD;GBPJPY;USDCAD;EURJPY;EURNZD;EURAUD;NZDUSD;AUDJPY;C
          299 USD
          AW Three MA MT5
          Alexander Nechaev
          4 (1)
          두 이동 평균의 교차점에서 거래하는 Expert Advisor는 세 번째 이동 평균을 사용하여 현재 추세 방향을 필터링합니다. 유연하지만 동시에 간단한 입력 설정이 있습니다. 문제 해결 ->   HERE   / MT4 버전 ->   HERE   / 지침   ->     여기     이익: 직관적인 쉬운 설정 모든 유형의 악기 및 모든 기간에 적합 세 가지 유형의 알림이 있습니다. 첫 번째 주문을 마지막 주문과 겹치는 플러그형 시스템 거래량을 자동으로 계산하는 기능 전문가 고문 전략. EA는 3개의 이동 평균을 사용하여 포지션을 엽니다. 주요한 것은 빠르고 느린 두 개의 움직이는 것입니다. 세 번째는 시장 소음을 걸러내는 슬라이드입니다. 빠르게 움직이는 것이 느린 것을 아래에서 위로 교차하면 이것은 매수 신호입니다. 빠르게 움직이는 것이 느린 것을 위에서 아래로 교차하면 이것은 매도 신호입니다. 세 번째 슬라이딩을 사용하는 경우: 빠르고 느린 이동 평균이 필터링된 이동 평균(하향 추
          45 USD
          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
          47 USD
          TugOfWar MT5
          Erwin Rustandi
          2.5 (2)
          Expert Advisor Description EA TugOfWar will open both buy and sell positions at different times according to the triggered signal, the most positions and in accordance with the market direction that will win and profit.  Profit target per war is 1% to 5%. Warmode normal = Longterm strategy Warmode extreme = Shortterm strategy Parameter Description StartTrade =  Time to start trading / open position EndTrade =  Time to end trading / open position WarMode =  1 -> Normal, 2 -> Extreme (lots of t
          FREE
          Moving Average is one of the best Trend Following Indicator. One of the most popular moving average strategy is a Crossover of two Moving Average Indicator with different period. A very simple strategy but effective, can be used for Scalping, Day Trading or Swing Trading. While it may be good, it is quite Boring to be on your screen all day waiting for a crossover, that is why Logical Trading has created this EA. Our goal is to Simplify and make Easy your Trading Task. We are glad to present you
          50 USD
          Hamster Scalping mt5
          Ramil Minniakhmetov
          4.69 (138)
          Hamster Scalping은 마틴게일을 사용하지 않는 완전 자동화된 거래 고문입니다. 야간 스캘핑 전략. RSI 표시기와 ATR 필터는 입력으로 사용됩니다. 고문은 헤징 계정 유형이 필요합니다. 실제 작업 및 기타 개발 모니터링은 여기에서 찾을 수 있습니다. https://www.mql5.com/en/users/mechanic/seller 일반 권장 사항 최소 예치금 $100, 최소 스프레드의 ECN 계정 사용, 기본 설정은 eurusd M5 gmt + 3입니다. 입력 매개변수 EA는 4자리 및 5자리 따옴표 모두에서 작동합니다. 입력 매개변수에서 5자에 대해 포인트로 값을 표시하면 자동으로 모든 것을 4자로 다시 계산합니다. NewCycle - 모드가 켜져 있으면 고문이 멈추지 않고 작동하고, 모드가 꺼져 있으면 일련의 거래가 완료된 후 고문이 새 주문을 열지 않습니다. 기간 표시기1 - 첫 번째 표시기의 기간. 상위 레벨 - 고문이 판매를 시작하는 첫
          30 USD
          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
          35 USD
          ADX plus MACD EA
          Daria Baskakova
          The Expert Advisor "ADX plus MACD" is a program for automating trading in the financial instruments market. It uses the ADX and MACD indicators to determine the entry points to a trade and filter out false signals. The strategy of the Adviser is based on the following rules: - If the value of the ADX line is below the values of the D+ and D- lines, then a sale or purchase is possible, the market narrows. - The values of the MACD indicator are used to filter signals. If the buy signal from AD
          FREE
          LL Grid EA MT5
          Leopoldo Licari
          ********** CHRISTMAS OFFER - LIMITED TIME ONLY 30$ ********** 6 COPIES OUT OF 10 LEFT AT $35  ---> NEXT PRICE $55 UPDATED v1.8 IS OUT ON MARCH 2022 " I built this EA based on my past trading experience, on my personal needs, on what I already had in my hands, on those useful functions that I needed. I am happy to share it with you at a very small cost considering the potential and the time dedicated to developing it. " PLEASE READ ALL THE DESCRIPTION BEFORE USE IT -  Grid EA with  selec
          30 USD
          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
          198 USD
          Magic Grid MT5
          Aliaksandr Charkes
          5 (1)
          Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs, on any number of signs.
          35 USD
          Super Bollinger EA
          Renato Takahashi
          Super Bollinger EA is an exclusive expert advisor that uses Bollinger Bands as indicator. It´s possible to configure the EA to trade as a low frequency or high frequency one - Scalping expert advisor. A Stochastic Oscillator filter is implemented to have some specific trades on Bollinger Bands. Takeprofit and Stoploss are calculated according to Bollinger Bands width or even with fixed TP and SL ( in points ). A trail and trade out system can also be configured and optimized. A number of orders
          100 USD
          Robo Nuvem
          Edson Cavalca Junior
          The robot uses one of the most used indicators in Asia: * ICHIMOKU CLOUD * There are two trading strategies: Crossing of Tenkan and Kijun lines and; Kumo lines crossing. Know our products    Position openings are based on the parameters identified as signals, if you activate all the robot will issue a trading order only if the number of signals is greater than the minimum stipulated by the user. This Expert Advisor (EA) works on HEDGE (Forex, etc.) and NETTING (Bovespa, etc.) accou
          30 USD
          The EA strategy : it is provided wirh built-in indicator based on Japanese Candles arrangements in order to determine the signals and has different inputs for Short and Long positions in order to improve its precision; You should purchase this EA because : it has been tested for a long time;  its indicator was deeply improved and optimized; the program is bugs free;  it is safe because its efficience is about 70% of assertiveness;  it is provided with Trailing Stop Loss technology; it has bad t
          240 USD
          The Seven Candles is an Expert Advisor that implements a strategy originally described on the book Short Term Trading Strategies That Work by Larry Connors and Cesar Alvarez. Developed to trade stock indexes (SP500, Down Jones, NASDAQ, BOVESPA, Nikkei, etc.), this strategy seeks for trading opportunities based on where the close price is in relation with Simple Moving Average indicator. However, in order to be triggered, a pattern between candles also must occur. The original strategy seeks long
          50 USD
          LT Rsi
          Sie Samuel Roland Youl
          The Relative Strengh Index Indicator is one of the most used trading tolls used by traders. The EA allow to trade automatically RSI reversal Signals. This Ea offer you very flexible features, you can use it on multiple Time Frame,  You can choose your trade direction Set your own lot percentage(Money management) The Ea can Hold more than one trade, Close on opposite Signal, and also reverse trade signals You can you from a large number of Trailing Stop that the EA comes with Trade filter Option
          50 USD
          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
          30 USD
          Quant One MT5
          Besarion Turmanauli
          Quant One MT5 is a superior successor to Quant One MT4  EA. As a result of additional research using new possibilities in MT5 and multiple improvements it trades more frequently, while each individual trade is more precise, resulting in higher profit factor, higher recovery factor, higher overall return, higher profit ratio, higher consecutive profits, lower consecutive losses and lower drawdown. As the MT4 version, it also: Backtest results on every tick data based on real ticks and 1m OHLC are
          30 USD
          Auto3M MT5
          Mr Anucha Maneeyotin
          4 (1)
          볼린저 밴드 및 스토캐스틱 오실레이터에 대한 전략 무역 기반 볼린저 밴드는 주로 추세를 따르는 데 사용됩니다. 미결 주문 매수 또는 매도를 위한 확률적 본선 및 신호선 사용 피보나치 사용 목표 이익, 지원 및 저항 수준 가격 어드바이저 Auto3M Pro MT5는 VPS에서 작동할 수 있습니다. MT4 version :  Auto3M Pro MT4 특징 마틴게일 없음 하드 손절매 및 각 위치에 대한 이익 실현 볼린저 밴드, 고정 소수점, 이전 높이 또는 낮음, 피보나치 수준에 따른 유연한 손절매 Flexible 고정 소수점 사이에서 이익을 취하고 피보나치 수준으로 이익을 얻습니다. 고정 지점 사이의 유연한 후행 정지 및 정지 레벨 곱하기 자산 관리 뉴스 필터 간격 시간에 따라 자동으로 보류 주문 삭제 보류 중인 주문에 대해 매수 정지 및 매도 정지 기능 사용 자동 차트에 피보나치, 볼린저 밴드, 스토캐스틱 추가 시장 마감 전 이익 마감 잔액별 동적 로트
          30 USD
          ABC Order Block
          BILLY ARANDUQUE ABCEDE
          Signal : https://www.mql5.com/en/signals/1925481 Signal : https://www.mql5.com/en/signals/1925156 What Are Order Blocks Forex? Order blocks in trading refer to a situation where central banks or large financial institutions accumulate large quantities of a particular asset through one big order. They are supply or demand zones in which big players can find the comfort of placing large buy and sell orders and completing a big, very big transaction . But, banks and financial institutions cannot
          197 USD
          RSI trade EA
          Mochamad Ridho
          This EA trade based on RSI oversold/overbought situations, for reduce false signal  it used 80 on overbought level and 20 on oversold level. The best time frame is H1 (minimum) up to D1. Higher RSI level and higher time frame will reduce false signals and also the EA will trade less frequent. Use time restrictions for best time to trade. Recommendations Initial deposit = USD 1.000; Leverage = 1:100; Time Frame  = H1 to D1 Pair = EURUSD,GPBUSD Trade on VPS.
          49 USD
          Abydos B3 MT5
          Alexandre Fatayer Canova
          5 (1)
          Abydos B3 is a MetaTrader 5 Expert Advisor who can operate on an variable number of trading strategies and markets around the world. Currently, there over 10 buit-in trading strategies available for use (more to come), that can be used in any combination and fine-tuned at your needs. These strategies make use of different custom indicators and algorithms. It is optimized for the Brazilian Market , but feel free to try other scenarios. RECOMMENDED SETTINGS & SAMPLE RESULTS Symbol: WIN$ (
          49.99 USD
          任何交易者的最佳伙伴! 该EA加载后: 1.可以对无止损止盈的订单自动设置止盈和止损. 2.可以对盈利订单在盈利一定设置幅度后保护盈利 3.可以移动止盈止损 特性 1.可以对无止损止盈的订单自动设置止盈和止损. 2.可以对盈利订单在盈利一定设置幅度后保护盈利 3.可以移动止盈止损 自动止盈止损设置 自动设置止损止盈的开关 固定止损的点数设置 固定止盈的点数设置 自动使用波幅自动计算的TP设置 波幅自动计算的TP的风险系数设置 超过一定开仓时间的订单不再设置止盈止损. 止损保护设置 止损保护开关 止损保护启动点数设置 盈利保护点数设置 止损移动设置 移动止损开关 移动止损启动点数设置 移动止损回撤点数设置 有任何问题,欢迎交流...
          30 USD
          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
          30 USD
          This robot operates based on the Parabolic SAR indicator. Verion for MetaTrader4 here . The advanced EA version includes the following changes and improvements: The EA behavior has been monitored on various account types and in different conditions (fixed/floating spread, ECN/cent accounts, etc.) The EA functionality has been expanded. Features better flexibility and efficiency, better monitoring of open positions. Works on both 4 and 5 digits brokers. The EA does not use martingale, grid or arb
          99 USD
          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.
          300 USD
          BB King
          Khima Hathia Gorania
          BB King EA for MT5 BB King Expert Advisor uses a simple reversal strategy using Bollinger Bands and trend detection. It is designed to be easily used by newbies with very few parameters. Please try the demo and leave feedback.You will need to optimize it for the pair you wish to trade. Minimum deposit: $100 per lot size of 0.01 per currency pair. Risk Management There is NO Stop Loss or Take Profit set for each order placed. Stop Loss and Take Profit are controlled by the Input Variables. Stop
          30 USD
          Magic Max EA PRO, works  with Supply Demand Zones with all Currency pairs / Gold and with all timeframes. It is a new formula, and the very new features are two zone strength functions adjustable by Auto input! This is a great advantage in trading. When Candle reach to Demand zone it will take buy order and when it reach to supply it will auto take sell. This is the best  EA which have indicator include to learn manual trading for newbie. We have added new feature here , now you no need to see i
          110 USD
          이 제품의 구매자들이 또한 구매함
          Bonnitta EA MT5
          Ugochukwu Mobi
          4 (12)
          Bonnitta EA는 보류 포지션 전략(PPS)과 매우 진보된 비밀 거래 알고리즘을 기반으로 합니다. Bonnitta EA의 전략은 비밀 사용자 지정 지표, 추세선, 지원 및 저항 수준(가격 조치) 및 위에서 언급한 가장 중요한 비밀 거래 알고리즘의 조합입니다. 실제 돈으로 3개월 이상 테스트하지 않고 EA를 구입하지 마십시오. 실제 돈으로 BONNITTA EA를 테스트하고 아래 링크에서 결과를 확인하는 데 100주 이상(2년 이상)이 걸렸습니다. BONNITTA EA는 사랑과 권한 부여로 만들어졌습니다. 불법 복제 알고리즘의 가격 및 구현의 이유는 소수의 구매자에게만 해당됩니다. Bonnitta EA는 테스트를 거쳤으며 22년 동안 99,9% 품질의 실제 진드기를 사용하여 실제 시장 조건에 가까운 슬리피지 및 수수료로 스트레스 테스트를 성공적으로 통과했습니다. Expert Advisor에는 완전한 통계 제어와 함께 통계 수집 및 미끄러짐 제어 알고리즘이 포함되어 있습니다
          5 750 USD
          The Investment Innovator EA
          Sergey Simakov
          4.89 (19)
          Making decisions about where to put your money can be a daunting task for an investor. But with The Investment Innovator, you can take control and make informed choices. My system is designed to provide you with, up-to-date information by analyzing vast amounts of market data in real time. Using sophisticated algorithms, I identify patterns and trends, giving you personalized recommendations that match your unique investment preferences. My goal is to help you stay ahead of the curve and capita
          999 USD
          TradeGPT
          Aleksei Krasov
          4.07 (28)
          TradeGPT has 4 stages of trade management (search, entry, control, exit) and 3 stages of trade decision making (GPT system on 4 SMA, 12 patterns for buy and sell, adapted mathematical model of Fourier and Laplace transforms), combining all of this into one automatic full cycle trading system, which does not require constant external monitoring or complicated setup. The Expert Advisor applies trailing stop loss and take profit, tracking every tick of price change. Real account:  https://www.mql5.
          1 049 USD
          XT Prop Firms MT5
          Marzena Maria Szmit
          4.91 (11)
          XT Prop Firms EA MT5 has been prepared for Prop Trading Firms to meet all the conditions that apply to such companies and you can also use it with any Broker by simply changing a few parameters. XT Prop Firms EA is a multicurrency version that supports the EURUSD, GBPUSD, USDJPY, and USDCAD . There are three risk levels to choose from: Low, Medium and High. XT Prop Firms EA is available in two versions for MetaTrader 4, MetaTrader 5, and can be used with any Prop Trading Firms or brokers. If you
          599 USD
          Top Secret Forex Expert Advisor   an Explainable AI (EA) for MetaTrader is an AI-powered trading system that provides transparent explanations for its decisions and behavior. The goal of this type of EA is to help traders better understand the trading signals and strategies generated by the system, which can increase user trust and confidence in the system's outputs. There are several ways in which an Explainable AI Forex EA for MetaTrader could provide explanations for its decisions.  Top Secre
          699 USD
          Darwin Swing MT5
          Guillaume Duportal
          5 (23)
          다윈 스윙 발사 가격 999 USD, 미래 가격 1490 USD 설명 : - 기능을 이해하려면 블로그를 읽고 읽으십시오 (이 EA는 내 거래 철학을 반영합니다. 시간을내어! (Forex는 경주가 아닙니다) : https://www.mql5.com/en/blogs/post/745790 - 과거의 성능을 보려면 신호의 링크가 있습니다. 라이브 및 데모 신호 : https://www.mql5.com/en/users/tradedeal/seller 설명 : Darwin Evolution의 큰 성공을 거둔 후, 나는 Darwin Swing을 동시에 사용할 수 있습니다. 이 전문가는 가능한 한 수동 거래에 가까워 지도록 설계되었습니다. 그는 장기적인 비전의 전문가이며 빠른 스칼퍼 나 야간 스칼퍼가 아닙니다. 기본 전략은 스윙 거래이며, 포지션 개방에 지원 및 저항을 사용합니다. 이 시스템의 혁신은 가상 위치를 통합한다는 것입니다. EA는 평균적으로
          999 USD
          Darwin Evolution MT5
          Guillaume Duportal
          4.64 (53)
          다윈 진화  -30 % 프로모션 !! 1490 USD ~ 990 USD 제한 시간 (다음 업데이트 도착에 대한 유효한 제안, 시간 낭비하지 마십시오 ) !!! 이 EA의 백틀을 만들 수는 없으므로 논리없이 주문을 열 수 있습니다! 설명 : - 작업을 이해하고, 블로그를 읽고 (이 EA는 외환 거래의 철학을 반영합니다. 그것을 할 시간을 가져라 !! (Forex는 경주가 아닙니다) : https://www.mql5.com/en/blogs/post/745790. - 과거의 성능을 보려면 여기서 신호의 링크가 있습니다. 라이브 정상 신호 모드 : https://www.mql5.com/en/users/tradedeal/seller 라이브 신호 위험 모드 : https://www.mql5.com/en/users/tradedeal/seller 데모 버전 과거 성능 : https://www.mql5.com/en/market/product/71748#!t
          999 USD
          Note: This is a limited introductory offer : Only 1 of 5 copies of this EA will be sold at the current price. Next price: $999 The price of this EA will be increased steadily, to limit the number of users trading with this system. Live Signal:  Will publish soon warning : I only sell this EA exclusively on MQL5. If anyone sells outside of that I'm sure it's a scam. You will not get support from me. In the context of forex trading, liquidity level refers to the degree of ease with which a curren
          766 USD
          Market Wizard
          Anna Poraj
          5 (17)
          Market Wizard를 구매하시면 Trade Republic 을(를) 무료로 받을 수 있습니다. 구매 후에 메시지를 보내주세요 저는 최신 작품인 Market Wizard를 자랑스럽게 소개합니다. ChatGPT의 최첨단 인공지능 기술을 사용한 전문가 자문가입니다. 본 EA의 유일한 개발자로서, 이것이 매우 고급스럽고 정교하며 거래에서 무적의 정확성과 정밀성을 제공한다는 것을 보증합니다. Market Wizard는 AUDJPY, NZDJPY, GBPAUD, EURCAD, GBPCAD, USDJPY, GBPCHF 와 같이 선별된 일부 통화 쌍을 거래하도록 정교하게 설계되었습니다. 각 기호는 기술적 지표 및 시장 분석의 조합을 사용하여 높은 수익 가능성을 가진 거래 기회를 식별합니다. EA의 거래 전략은 추세선 및 오실레이터를 비롯한 다양한 기술적 지표 범위로 구축되어 있으며, 최적의 거래 신호를 제공하도록 carefully 선택되고 최적화됩니다. AI 알고리즘은 지속적으로 시장을 분
          375 USD
          Bonnitta Gold는 개인 Bonnitta 거래 지표와 매우 진보된 비밀 거래 알고리즘을 기반으로 합니다. Bonnitta Gold의 전략은 이전에 언급한 비밀 맞춤형 지표, 추세선, 지지 및 저항 수준 및 가장 중요한 비밀 거래 알고리즘의 조합입니다. BONNITTA GOLD는 400 이상에서 더 높은 레버리지가 필요합니다. 저는 10,000 USD와 1:500의 레버리지로 테스트했습니다. 아래의 실제 계정 링크를 참조하십시오. 이 EA를 사용하려면 큰 레버리지와 더 높은 위험이 필요하며 손실을 감당할 수 있는 금액만 사용하세요. 투자 유형 EA가 필요한 경우 BONNITTA EA를 받으십시오. BONNITTA GOLD는 공격적입니다. Bonnitta Gold는 한정판입니다. 최대 판매 수량: 50. 지금까지 판매된 수량: 0 OUT 50. 2023년 4월 19일부터 몇 주 동안만 판매됩니다. 판매 시작 가격 - $2,500 USD 및 종가 - $15,000 곧 가격
          2 500 USD
          The Most Wanted EA
          Vitalii Kosov
          2.7 (63)
          The Most Wanted EA, based on vector machine learning, is an advanced trading tool that uses the latest advances in computing technology to analyze the forex market and predict future price movements. The Expert Advisor will use vector machine learning to learn huge amounts of historical data and quickly and efficiently detect patterns in the market. It will use a sophisticated and complex proprietary algorithm which uses advanced mathematical calculations to solve complex problems and optimize
          1 499 USD
          ApexBot MT5
          Andrey Barinov
          3.5 (4)
          ApexBot is a professional trading solution based on advanced Patterns Recognition techniques with the elements of Machine Learning and Neural Networks. ApexBot calculates and shows on chart future price move predictions and trades based on them. Only one trade at a time. No Grid. No Martingale. Every trade has Stop Loss and Take Profit from very beginning, and they do not change. Optional Break-Even and Trailing Stop functions. ApexBot includes multiple money management options, time filters
          399 USD
          GOLD Way
          Anton Kondratev
          4.4 (5)
          GOLD Way    XAUUSD, XAUEUR, XAUGBP, XAUCHF, XAUGBP 5쌍을 위한 완전 자동화된 개방형 다중 통화 시스템입니다. 10개 중 7 개만 남아 있습니다.       515 $ ! 다음 가격 -->       775달러 Not    Grid   , Not    Martingale   , Not     AI     , Not     Neural Network. Default Settings for One chart    XAUUSD H1     (Supports 1OHLC mode for weak PCs) 신호 보호 골드웨이 가이드 최적화 가이드 시스템은 저녁에 나타나는 금 시장의 취약점을 악용합니다. 각 거래에는 고정 SL 및 가상 이익 추적이 있습니다. 시스템은 하나의 XAUUSD H1 차트에서 작동합니다. 알고리즘은 20:00 이후 저녁 조용한 시간에 거래되며 msimg32.dll, oleacc, version.dll 등을 통해 해킹된 모든 버전으로
          515 USD
          TrendMaster FX
          Chen Jia Qi
          3.77 (22)
          Sincerely introducing our advanced MT5 EA. Harness the Power of Cutting-Edge Algorithms Introducing our latest MT5 EA, With the assistance of the latest Deep learning technology, using convolutional neural network technology and strategy algorithms.  a powerful tool designed to help you navigate the complex world of forex trading. With our advanced algorithms that analyze market trends and execute trades based on well-defined parameters, you can optimize your trading strategy and seize market o
          98 USD
          Waka Waka EA MT5
          Valeriia Mishchenko
          4.48 (33)
          EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
          2 200 USD
          Alise EA
          Aleksei Butler
          2.61 (18)
          It is a fully optimized and adaptable neural network system. The strategy is based on MACD and moving average, which are completely redesigned, refined and combined with a neural network. All neural network settings are built into the Expert Advisor. To protect the deposit, it always sets Stop Loss and Take Profit. Recommendations Currency pair: GBPUSD Timeframe: H1 Minimum deposit: $100 Account type: Any with a minimum spread (preferably ECN) Brokers: Any broker
          989 USD
          Nasdaq Retractor
          Cristian Mihail Pauna
          4.5 (2)
          I made this expert good, you made it fantastic! This is my best seller trading software. Thank you all for your trust! Nasdaq Retractor is a professional expert advisor for spot CFD of Nasdaq ( National Association of Securities Dealers Automated Quotations ) 100 US Stock Market Index (USTEC, US100, NASDAQ). It uses the dependable  Relative Cyclicality  indicator and 18 innovative trading strategies that identify the price retraction moments. The professional edition includes also Adaptive Cycli
          5 000 USD
          Sydney MT5
          Ruben Octavio Gonzalez Aviles
          4.38 (13)
          시드니는 전통적인 기술적 분석과 함께 인공 지능을 사용하여 GBPUSD 및 USDJPY 심볼의 미래 시장 움직임을 예측하는 복잡하고 새로운 알고리즘입니다. 이 전문가용 어드바이저는 기술적 분석 지표의 데이터를 사용하여 훈련된 순환신경망, 특히 장단기 기억 셀을 사용합니다. 이 방법을 통해 EA는 향후 가격 변동과 가장 관련성이 높은 지표를 학습하고 이에 따라 행동 할 수 있습니다. 또한 LSTM 네트워크는 단기 및 장기 과거 데이터를 모두 고려할 수 있으므로 시계열 분석에 특히 적합합니다. 참고: 이 혜택은 한정된 소개용 혜택 입니다: 이 EA는 현재 가격으로 10장 중 1장만 판매됩니다. 다음 가격: $499 이 EA의 가격은 이 시스템으로 거래하는 사용자 수를 제한하기 위해 꾸준히 인상될 것입니다. 실시간 신호: https://www.mql5.com/en/signals/1928909 MT4 버전: https://www.mql5.com/en/market/product/96961 중
          399 USD
          Turbo Scalping
          Vladimir Mametov
          5 (2)
          Scalping trading advisor working on the EURUSD currency pair. The EA quite often and accurately opens orders using two types of strategies. The algorithm of the adviser is based on determining the strength of the market and the formation of pivot points. Orders are closed by Take Profit, Trailing or Stop Loss.   Expert Advisor settings optimized for the Roboforex broker. Minor optimization of input parameters for other brokers may be required. The Expert Advisor can work on various financial ins
          599 USD
          Dow Jones Predictor MT5
          Cristian Mihail Pauna
          4 (1)
          Dow Jones Predictor is a professional expert advisor based on an algorithm which is running continuously since 1998 with positive and stable results. The software is optimized for spot CFD of Dow Jones Industrial Average US Stock Market Index (US30). This algorithm uses  Price Cyclicality , Relative Cyclicality , Adaptive Cyclicality ,  Compound Cyclicality , Volume Cyclicality ,  Price Prediction Line ,  Price Cyclicality Line , Smoothed Heikin Ashi , Relative Smoothed Heikin Ashi , Relative Mo
          5 000 USD
          Rio MT5
          Ruben Octavio Gonzalez Aviles
          4.29 (28)
          Rio는 기존의 기술적 분석과 함께 인공 지능을 사용하여 시장 움직임을 예측하는 복잡하고 새로운 알고리즘입니다. 이 전문가용 어드바이저는 기술적 분석 지표의 데이터를 사용해 훈련된 순환신경망, 특히 장단기 기억 셀을 사용합니다. 이 방법을 통해 EA는 향후 가격 변동과 가장 관련성이 높은 지표를 학습하고 이에 따라 행동할 수 있습니다. 또한 LSTM 네트워크는 단기 및 장기 과거 데이터를 모두 고려할 수 있으므로 시계열 분석에 특히 적합합니다. 참고: 이 혜택은 한정된 입문용 혜택 입니다: 이 EA는 현재 가격으로 5장 중 2장만 판매됩니다. 다음 가격: $699 이 EA의 가격은 이 시스템으로 거래하는 사용자 수를 제한하기 위해 꾸준히 인상될 것입니다. 실시간 신호: https: // www.mql5.com/en/signals/1864308 MT4 버전: https://www.mql5.com/en/market/product/94090 중요: 추가 정보 및 추가 혜택을 받으려면 제품
          599 USD
          Euro Scalping
          Vladimir Mametov
          5 (3)
          Fully automated scalping trading advisor. The algorithm of the adviser is based on trading from significant levels. Orders are closed by Take Profit, Trailing or Stop Loss. Expert Advisor settings optimized for the Roboforex broker. Minor optimization of input parameters for other brokers may be required.  The Expert Advisor can work on various financial instruments, but it shows the best results on the EURUSD currency pair. Signal: https://www.mql5.com/en/signals/1927842 Advantages: Optimized
          480 USD
          XG Gold Robot MT5
          Marzena Maria Szmit
          5 (1)
          XG Gold Robot MT5 is specially designed for Gold. After extensive testing , we decided to include this EA in our offering. XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR  pairs. The list of these pairs is editable , so you can add additional Gold-related pairs.  XG Gold Robot  has been created for all traders who like to  Trade in Gold . The EA includes a function that displays  weekly Gold levels  with the minimum and maximum displayed in the panel as well as on the chart, whic
          499 USD
          Prop Firm Pass EA
          Bailey John Wickens
          5 (2)
          Prop Firm Pass EA / Funding Challenge Pass EA 소개 - 이 설정은 몇 가지 예를 들면 FTMO, My Forex Funds 및 E8 Funding과 같은 Prop Firm Challenge를 시도하고 통과하도록 최적화되었습니다. 아래의 최적화된 설정을 참조하십시오!!! 모든 펀딩/발의 회사/계좌에서 작동 이 EA는 2022년 초부터 매달 테스트되었습니다. 테스트한 달: 14 경과한 달: 12 실패한 달: 2 이 EA 및 설정은 소규모 돌파를 활용하도록 최적화되었습니다. 작고 자주 이깁니다. 이것은 소품 회사 도전에 대한 높은 승률과 낮은 손실을 유지할 것입니다. 이 EA는 Metatrader 5와만 호환된다는 점에 유의하십시오. EA가 연결 중단 없이 원활하게 실행되도록 하려면 VPS(가상 사설 서버)를 사용하는 것이 좋습니다. 또한 이 Expert Advisor에는 좁은 스프레드가 필요하므로 낮은 스프레드(RAW) 중개 계좌를 권장합니다. 데모/
          149 USD
          Ai EuRUsD MT5
          Tais Miranda Hoffmann
          4.19 (43)
          Only 5 copies for $240, next price: $260(3 copies left) For testing, in the settings, it is better to enable the full trade option. An expert based on artificial intelligence ( AI ) For EURUSD in time frame 15 and 30 minutes, 1 and 4 hours and daily With Relatively large number of signals (To receive all the signals: activate the full trade option in the settings and run the expert at the same time in several time frames) Has a TP and a SL Without the use of dangerous strategies suc
          240 USD
          Auto Recovery Manager MT5
          Ianina Nadirova
          4 (4)
          Auto Recovery Manager는 다른 Expert Advisor의 드로다운을 추적하고 복구하는 시스템입니다. 다른 EA가 지정된 드로다운을 생성하면 ARM은 이를 끄고 위치를 잠그고 부분 청산을 사용하여 위치를 복원하는 프로세스를 시작합니다. EA는 거래에서 스마트 평균화, 잠금 및 부분 마감을 사용합니다. 자동 다이내믹 튜닝 시스템이 있습니다. 이는 거래자가 사용할 위험 수준을 선택해야 하고 EA가 자체적으로 변수를 조정한다는 것을 의미합니다. 변수를 계산하기 위해 EA는 예금의 자유 마진과 현재 시장 변동성에 대한 데이터를 사용합니다. 드로다운의 일부가 복원되면 EA는 활동이 현재 변동성 및 포지션 개설에 대한 예치 기회와 일치하도록 입력 설정 데이터를 계속 업데이트합니다. 오토튜닝을 사용하지 않고 모든 값을 직접 조정하는 것도 가능합니다. Instruction -  https://www.mql5.com/en/blogs/post/749927 장점: ARM은 자체적으로 변
          199 USD
          Hello there! Allow me to introduce you to the newest member of my team - a unique super advisor that will help you win in the market. My advisor is a cyber warrior ready to challenge any trading opponent and lead you to victory. With Metal Eagle, you can move away from standard trading strategies and explore new, uncharted paths. Equipped with the most advanced technologies and powered by The Investment Innovator's machine learning capabilities, my super advisor analyzes data in real-time and c
          599 USD
          Quantum Gold EA MT5
          Bogdan Ion Puscasu
          5 (1)
          Advanced Price Action 거래 전략을 사용하여 GOLD 거래 방식을 바꾸는 가장 진보된 MQL5 전문 고문   인 Quantum Gold EA를   소개합니다. 우리는 가장 발전된 GOLD 거래 전문가 고문을 제공할 계획이므로 여기 있습니다! 역동적인 금융 시장에서 성공을 거두고자 하는 야심 찬 트레이더라면 당사의 Expert Advisor가 완벽한 동반자가 될 것입니다. 특히 GOLD(XAUUSD) 거래를 대상으로 귀금속 거래를 위한 궁극적인 자산이 됩니다. 가격 행동 마스터하기 가격 조치는 금융 시장의 중요한 측면이며 이를 이해하는 것이 수익성 있는 거래의 핵심입니다. Quantum GOLD EA는 이러한 복잡성을 해독하고 가격 변동에 대한 정확하고 심층적인 분석을 가능하게 합니다. 포괄적인 알고리즘을 활용하는 당사의 Expert Advisor는 가격 변동의 흔적을 따라가며 고수익 거래 전략을 수립합니다. 추세 추종 시스템 Quantum GOLD EA는 오
          299.99 USD
          Bugatti EA
          Artem Minchuk
          3.33 (12)
          Introducing the Bugatti Ea, which takes trading to a new level. With the power and speed of a luxury sports car, Bugatti's artificial intelligence and Rosenblatt Multilayer Perspectron neural network combine advanced trading algorithms to help you make smarter trading decisions. With real-time market analysis, expert insights, and lightning-fast execution, Bugatti Advisor helps you stay ahead and take advantage of trading opportunities. Whether you're a seasoned professional or just starting ou
          299 USD
          Ai GbPUsD MT5
          Tais Miranda Hoffmann
          4.64 (22)
          Only 5 copies for $180, next price: $200(3 copies left) For testing, in the settings, it is better to enable the full trade option. An expert based on artificial intelligence ( AI ) For GBPUSD in time frame 15 and 30 minutes, 1 and 4 hours and daily With Relatively large number of signals (To receive all the signals: activate the full trade option in the settings and run the expert at the same time in several time frames) Has a TP and a SL Without the use of dangerous strategies such as ma
          180 USD
          제작자의 제품 더 보기
          UniversalEA
          Sergey Deev
          4 (6)
          The Expert Advisor allows you to build a trading system based on a custom indicator. It performs automated opening/closing of deals based on the signals of an indicator that places values ​​other than 0 and EMPTY_VALUE in the buffer. The EA polls the values ​​of the specified indicator buffers, opens/closes and accompanies trades according to the specified parameters. The Expert Advisor implements the following trade support functions: - installation for the transaction SL and TP; - calculation
          60 USD
          EA Locking Grid
          Sergey Deev
          5 (2)
          Semiautomatic EA for trading based on the averaging and locking strategy. The trader sends signals for opening grids by using the buttons on the chart. The EA opens a market order, places a grid of limit orders in the same direction with lot multiplication according to specified parameters and a locking stop order in the opposite direction with the volume equal to the sum of all the previous ones. Once the price passes the specified breakeven level, the EA places a stop loss at the open price+sp
          30 USD
          The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters
          30 USD
          The indicator displays Renko bars on the chart, uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement, and highlights them based on the Gartley patterns, showing the potential price reversal points. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, s
          30 USD
          MTF ADX
          Sergey Deev
          5 (1)
          The indicator displays the data of the standard ADX indicator from a higher timeframe on the chart. Several indicators with different timeframe settings can be placed on a single chart. The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AdxPeriod - period of the indicator for a higher timeframe AdxPrice - prices for the calculation of the indicator data from a higher timeframe
          30 USD
          The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. The indicator parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period Mac
          30 USD
          The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Parame
          30 USD
          The indicator displays the data of the candles from a higher timeframe on the chart. Only the candle body (by the open and close prices) is displayed. The candlesticks are colored depending on the difference between the open and close prices. After removing the indicator from the chart, the objects used by it are deleted automatically. Indicator Parameters TimeFrame - time frame (drop-down list) BearColor - bearish candle color (standard dialog) BullColor - bullish candle color (standard dialo
          30 USD
          MTF MACD
          Sergey Deev
          The indicator displays the data of a standard MACD indicator from a higher timeframe. The product features notifications of crossing the zero or signal line by the histogram. Parameters TimeFrame - indicator timeframe (dropdown list) MacdFast - fast line period MacdSlow - slow line period MacdSignal - signal line period MacdPrice - price type (dropdown list) AlertCrossZero - enable notifications of crossing the zero line AlertCrossSignal - enable notifications of crossing the signal line UseNo
          30 USD
          The indicator displays the moving average of a higher timeframe on the chart. The indicator parameters TimeFrame - time frame of the moving average (drop-down list) MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift MaPrice - moving average price (drop-down list)
          30 USD
          MTF ATR
          Sergey Deev
          The indicator displays the data of the Average True Range (ATR) from a higher timeframe on the chart. It allows you to see the scope of the movement without having to switch to another screen terminal The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AtrPeriod - period of the Average True Range indicator a higher timeframe range
          30 USD
          MACD Divergence
          Sergey Deev
          2.5 (2)
          The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. Indicator Parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period MacdPri
          30 USD
          The indicator displays the averaged value of the moving averages of the current and two higher timeframes with the same parameters on the chart. If the moving averages are located one above the other, the resulting one is painted in green, showing an uptrend, in the opposite direction - red color (downtrend), intertwined - yellow color (transitional state) The indicator parameters MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift
          30 USD
          The indicator displays the price movement on the chart, which is smoothed by the root mean square function. The screenshot shows the moving average with period 20, the smoothed root mean square (red) and simple SMA (yellow). The indicator parameters MAPeriod - Moving average period MaPrice - applied price (drop down list, similar to the standard MovingAverage average) BarsCount - number of processed bars (reduces download time when attaching to the chart and using in programs).
          30 USD
          SqrtDev
          Sergey Deev
          The indicator displays the standard price deviation from the root mean moving average line in the additional window. The screenshot displays the standard indicator (the lower one) and SqrtDev (the upper one). Parameters SqrtPeriod - root mean line and standard deviation period. SqrtPrice - applied price (drop-down list). BarsCount - amount of processed bars (reduces the download time when applying to a chart and using in programs).
          30 USD
          Harmonic 50
          Sergey Deev
          The indicator detects and displays the 5-0 harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the f
          30 USD
          The indicator detects and displays the AB=CD harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the
          30 USD
          The indicator detects and displays the White Swan and Black Swan harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. Duri
          30 USD
          The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
          30 USD
          The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
          30 USD
          The indicator detects and displays Cypher harmonic pattern also known as Anti-Butterfly (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangle
          30 USD
          The indicator displays ZigZag lines from a higher timeframe (see the example in the screenshot). The red thin line is the current timeframe's ZigZag, while a thicker yellow line is the higher timeframe's one. The indicator is repainted as the data is updated. Parameters Depth, Dev, Back - ZigZag parameters; BarsCount - amount of processed bars (reduces the initial download time and decreases the load when using in an EA); TimeFrame - indicator timeframe (cannot be lower than the current one).
          30 USD
          RenkoMaSignals
          Sergey Deev
          1 (1)
          The indicator displays Renko bars on the chart, plots two moving averages by them and generates buy/sell signals based on the conditions displayed in the screenshots and described below: the buy signal is formed if the fast moving average is above the slow moving average, from 4 to 10 consecutive bullish Renko bars are displayed, followed by no more than 2 bearish and one bullish Renko bars; the sell signal is formed if the fast moving average is below the slow moving average, from 4 to 10 conse
          30 USD
          RenkoMacdSignals
          Sergey Deev
          1 (1)
          The indicator displays renko bars on a chart, use them to plot MACD histogram and provides buy/sell signals: signal of MACD histogram crossing its signal line; signal of MACD histogram crossing the line 0. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficienc
          30 USD
          RenkoMaStoch
          Sergey Deev
          1 (1)
          The indicator displays renko bars on a chart, uses them to plot the fast and slow moving average and Stochastic, as well as it provides buy/sell signals: a buy signal is generated when the fast moving is above the slow one, and the signal line of Stochastic crosses the lower level from bottom up; a sell signal is generated when the fast moving is below the slow one, and the signal line of Stochastic crosses the upper level from top to bottom; Renko is a non-trivial price display method. Instead
          30 USD
          RenkoZigZag
          Sergey Deev
          The indicator displays Renko bars on the chart and uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, so the indicator can work on any time frame with the same efficiency. This implementation of t
          30 USD
          RenkoMACD Divergence
          Sergey Deev
          1 (1)
          The indicator displays renko bars on a chart, uses them to plot the MACD oscillator and determines the divergence conditions (divergences of price movements and oscillator values). The buy/sell signal is formed if the next High/Low price is not confirmed by the oscillator values. The ZigZag indicator is used to evaluate the extremums. Only the last 3 peaks are taken into account (see the screenshot). If peak 1 is higher than peak 2 or peak 3, and at the same time the macd value is lower, then a
          30 USD
          RenkoABCD
          Sergey Deev
          The indicator displays renko bars on a chart and uses them to create ZigZag indicator - trend lines connecting local price movement Highs and Lows. The indicator, in turn, is used to create AB=CD displaying potential price reversal points. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any time
          30 USD
          RenkoSarMA
          Sergey Deev
          The indicator calculates and displays renko bars using MA and PSAR data as well as provides buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. Buy signal forms when PSAR readings are moving down, MA is moving up, the price is closing ab
          30 USD
          RenkoMaPriceChannel
          Sergey Deev
          1 (1)
          The indicator displays Renko bars on the chart, uses their data to calculate and display the moving average, PriceChannel and generates buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. The PriceChannel indicator displays the upper, lo
          30 USD
          필터:
          Thomas Froeba
          938
          Thomas Froeba 2020.01.16 16:45 
           

          사용자가 평가에 대한 코멘트를 남기지 않았습니다

          ersan yurdakul
          187
          ersan yurdakul 2020.01.11 12:21 
           

          Mr. Sergey is a very good and concerned seller. I highly recommend their schedules. Honest seller. Solves problems immediately. I give it ten stars.

          리뷰 답변
          버전 2.11 2021.09.22
          Исправление мелких ошибок
          버전 2.10 2021.09.22
          Исправлена ошибка трейлинга
          버전 2.9 2021.09.22
          Добавлена обработка графических объектов OBJ_ARROW_UP и OBJ_ARROW_DOWN
          버전 2.8 2021.09.16
          Добавлена обработка OBJ_ARROW
          버전 2.7 2021.03.15
          add param: addLot
          버전 2.6 2020.04.10
          add option stopLossMin
          버전 2.5 2020.02.06
          add two bool params for optimisations
          버전 2.4 2020.01.29
          fixed AverageLoss
          버전 2.3 2020.01.28
          add AverageLoss_percent, AverageLoss_price, DiffLoss_percent, DiffLoss_price
          버전 2.2 2020.01.27
          small fixed
          버전 2.1 2020.01.27
          fixed AverageClose
          버전 2.0 2020.01.27
          add buttons for buy, sell and close it
          버전 1.27 2020.01.25
          fixed averageClose fo 1 order
          버전 1.26 2020.01.25
          new action: AddToPrice
          버전 1.25 2020.01.25
          add options autoGrid
          버전 1.24 2020.01.23
          add objects TREND, TEXT and BITMAP
          버전 1.23 2020.01.14
          Trailing for virtual StopLoss
          버전 1.22 2020.01.11
          add options useVirtual_SL_TP
          버전 1.20 2019.01.30
          Добавлены параметры GridDistance и GridFactor
          버전 1.19 2019.01.15
          Добавлены настройки работы в выходные дни
          버전 1.18 2018.12.15
          Новая функция - расхождение/схождение линий индикаторов
          버전 1.16 2018.11.18
          добавлена функция закрытия по общему профиту
          버전 1.14 2018.11.17
          Добавлен мартин
          버전 1.13 2018.11.17
          Мелкие исправления
          버전 1.12 2018.11.10
          добавлен параметр noLoss_Percent
          버전 1.11 2018.11.08
          Добавлена функция трейлинга по индикатору
          버전 1.10 2018.11.03
          мелкие ошибки
          버전 1.9 2018.11.02
          Добавлены функции CrossArgUp и CrossArgDown
          버전 1.8 2018.11.01
          Исправлена ошибка подсчета ордеров и позиций для отложенных ордеров.
          버전 1.7 2018.10.31
          Исправлена ошибка установки TP и SL для отложенных ордеров
          버전 1.6 2018.10.30
          исправлена ошибка работы с лимит-ордерами
          버전 1.5 2018.10.28
          работа с отложенными ордерами
          버전 1.4 2018.10.08
          мелкие исправления
          버전 1.3 2018.10.08
          Add action Empty
          버전 1.1 2018.10.05
          мелкие исправления