• 概要
  • レビュー (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.

          おすすめのプロダクト
          ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 990$ NEW: 無料で EA を 1 つゲット!   (2取引口座の場合) DayTrade Pro アルゴリズムへようこそ!   何年にもわたって市場を研究し、さまざまな戦略をプログラミングしてきた結果、優れた取引システムに必要なすべてを備えたアルゴリズムを見つけました。 ブローカーに依存しない スプレッド インディペンデント MT4、MT5、TDS2、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJPY からの設定で EURUSD を実行すると、引き続き利益を得ることができます。   EURUSD;GBPUSD;USDJPY;AUDUSD;XAUUSD;GBPJPY;USDCAD;EURJPY;EURNZD;EURAUD;NZDUSD;AUDJPY;CHFJPY; この
          299 USD
          AW Three MA MT5
          Alexander Nechaev
          4 (1)
          2 つの移動平均線の交点で取引する Expert Advisor は、3 番目の移動平均線を使用して現在のトレンド方向をフィルタリングします。柔軟でありながら、シンプルな入力設定も備えています。 問題解決 ->   こちら / MT4版 ->   こちら / 説明書 ->       ここ   利点: 直感的な簡単セットアップ あらゆる種類の商品とあらゆる時間枠に適しています 3種類の通知があります 最初のオーダーと最後のオーダーをオーバーラップするプラグ可能なシステム 取引量を自動計算する機能 Expert Advisor 戦略。 EA は 3 つの移動平均を使用してポジションをオープンします。主なものは、高速と低速の 2 つの移動するものです。 3 つ目は、市場のノイズを除外するためのスライドです。 動きの速い方が動きの遅い方を下から上に横切る場合、これは買いシグナルです。 動きの速い方が動きの遅い方を上から下に横切る場合、これは売りシグナルです。 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 (137)
          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
          これは二等線の交差と矢印の標識に基づいて注文したユーザー定義の指標を作成したEAです。 青い矢印が上に出た時に多く注文します。 赤い矢印が出たら、下に空欄を作ります。 ピンクの線が上に緑の線を横切って交差すると、ピンクの線が上にあり、緑の線が下にあり、金叉が現れ、青い矢印が現れます。 ピンクの線が下に緑の線を横切って交差すると、ピンクの線が下にあり、緑色の線が上にあります。 これは経典の二重線の交差点であり、矢印で注文点を表示し、正確性が高いです。それから、線の色と矢印によって注文方向の指標がよく表示されます。時間がなく、通貨は制限されます。 現在のEAは同じ通貨ペアで一つしか開かれません。 現在のEAは1時間で仕事したほうがいいです。効果がいいです。もちろん他の時間帯でも仕事ができますが、自分でパラメータを最適化して最適なワークサイクルを得る必要があります。イクラの後、bigCycleとsmall Cycleの二つのパラメータを変更します。 現在のEAデフォルトの最適化パラメータはEURUSDの1時間動作周期において最も効果が高い。 普通100ド
          35 USD
          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
          ********** 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
          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 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
          Ands Super EA
          Anderson Alves Nunes De Freitas
          Trading EA Based on the following indicators: - Donchian Channels - Double Exponential Moving Average And of course some specific logic I've developed along a long time. DESIGNED TO OPERATE WITH  USDJPY PAIR ONLY, DON'T USE WITH OTHER CHARTS! Period: M5. Long trades only. Though the EA can still perform well during bear market. The system will trade along the week, and close all operations on Friday, if any open. By default, the EA won't operate on Thursday and Friday. That is part of the EA str
          200 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 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)
          ボリンジャーバンドとストキャスティクスとの戦略取引 ボリンジャーバンドは主にトレンドを追うために使用されます。 オープン保留中の注文の購入または販売のための確率的メインラインおよびシグナルラインの使用 フィボナッチは目標利益、サポート、レジスタンスレベルの価格を使用しています MT4 version :  Auto3M Pro MT4 特 マーチンゲールなし ハードストップロスと各ポジションの利益を取る ボリンジャーバンドによる柔軟なストップロス、固定小数点、以前の高さまたは低さ、フィボナッチレベル 柔軟な固定小数点間で利益を取り、フィボナッチレベルで利益を得る 固定小数点間の柔軟なトレーリングストップとストップレベルの乗算 資金管理 ニュースフィルター 保留中の注文をインターバル時間で自動的に削除 保留中の注文には買いストップと売りストップ機能を使用します 自動チャートにフィボナッチ、ボリンジャーバンド、ストキャスティクスを追加 市場が閉じる前に利益を閉じる バランスによる動的ロットサイズ ヘッジポジション 固定位置 エクイティによる利益を閉じる 部分的な利益を閉じ
          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
          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
          "ADX Consolidation EA"は、標準指標に関するアドバイザーの世界における新しい言葉であり、明確で理解しやすいエントリポイントを備えています。 ADX指標は、テクニカル市場分析のためのすべての取引端末およびプログラムに存在します。 インジケーターは3本の線のように見え、別のウィンドウで0から100の範囲で変動し、すべてのオシレーターに共通しています。 まず、買い圧力と売り圧力を測定する2つのラインが生成されます。 それらは+DI(肯定的な方向表示器)および-DI(否定的な方向表示器)と呼ばれます。 +DIラインが-DIラインよりも大きい場合、強気な環境が存在します。 これらの2つの線から、「平均方向移動(ADX)線」と呼ばれる3番目の線が作成されます。 上昇しているADXラインは、市場がトレンドモードにあることを示しています。 下降または平らな水平ADXラインは、取引範囲の周囲を表します。 したがって、市場に参入するには、その統合を待つ必要があります(ADXが+DIおよび-DIの下にある場合)、市場に参入する必要があります。 私はあなたにvpsを使用し、すべての通
          100 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
          このプロダクトを購入した人は以下も購入しています
          TradeGPT
          Aleksei Krasov
          4.46 (24)
          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
          Bonnitta EA MT5
          Ugochukwu Mobi
          4.6 (10)
          Bonnitta EA は、保留中のポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム インジケーター、トレンドライン、サポートとレジスタンス レベル (プライス アクション)、および上記の最も重要な秘密の取引アルゴリズムの組み合わせです。 ボニッタ EA をリアルマネーでテストし、以下のリンクで結果を確認するのに 100 週間以上 (2 年以上) かかりました. Bonnitta EA は愛とエンパワーメントから作られています。 価格と著作権侵害アルゴリズムの実装の理由である少数の購入者のみ Bonnitta EA はテストされ、22 年間で 99.9% の品質の実際のティックを使用して、実際の市場条件に近いスリッページとコミッションでストレス テストに合格しました。 エキスパートアドバイザーには、完全な統計制御を備えた統計収集とスリッページ制御のアルゴリズムが含まれています。 この情報は、ブローカーのトリックからあなたを保護するために使用されます. Bonnitta EA は、注文を出す前にブ
          5 750 USD
          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
          1 111 USD
          Bonnitta Gold は、個人的な Bonnitta Trading Indicator と非常に高度な秘密の取引アルゴリズムに基づいています。 Bonnitta Gold の戦略は、秘密のカスタム インジケーター、トレンドライン、サポートとレジスタンスのレベル、および前述の最も重要な秘密の取引アルゴリズムの組み合わせです。 BONNITTA GOLD は 400 以上のより高いレバレッジが必要です。 この EA を使用するには、大きなレバレッジと高いリスクが必要であり、失うことのできる金額のみを使用してください。 投資タイプの EA が必要な場合は、BONNITTA EA を入手してください。 ボニッタゴールドはアグレッシブです。 Bonnitta Goldは限定版です。 販売する特定の最大部数: 50。これまでに販売された: 0 OUT 50。2023 年 4 月 19 日から、数週間のみ販売されます。 販売開始価格 - $2,500 USD および最終価格 - $15,000 すぐに価格が上がります。それ以降の割引はありませんので、今すぐ入手してください。 戦略で
          2 500 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
          Dow Jones Predictor MT5
          Cristian Mihail Pauna
          5 (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
          XT Prop Firms MT5
          Marzena Maria Szmit
          4.92 (12)
          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
          499 USD
          Darwin Swing MT5
          Guillaume Duportal
          5 (23)
          ダーウィン・スイング 発売価格999ドル、将来価格1490ドル DESCRIPTIONS : -- このEAは、私のFXトレードの哲学を反映しています。 時間をかけてやるんだ! (FXはレースではない): https://www.mql5.com/en/blogs/post/745790 -- 過去のパフォーマンスを見るには、以下のシグナルへのリンクが必要です。 ライブとデモのシグナル: https://www.mql5.com/en/users/tradedeal/seller EXPLANATION(説明)。 Darwin Evolutionの大成功を受け、同時に使用できるDarwin Swingを紹介します。 このExpertは、手動取引に限りなく近い形で設計されています。 長期的な視点で作られたExpertであり、高速スキャルパーでもなく、夜間スキャルパーでもない。 基本戦略はスイングトレードで、支持線と抵抗線を利用してポジションを建てる。 このシステムの革新性は、バーチャルポジションを組み込んでいることです。このEAは、各
          999 USD
          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
          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
          Darwin Evolution MT5
          Guillaume Duportal
          4.64 (53)
          ダーウィンの進化 -30%Promotion! 1490 USDから990 USDの限定時間 (オファーは次のアップデートの到着まで有効です、時間を無駄にしないでください(もちろん、更新は価格に含まれています)。 !あなたはこのEAの裏当てを作ることができません、それは論理なしで注文を開くでしょう! 説明:  - その操作を理解するには、ブログをやってくる(この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
          999 USD
          GOLD Way
          Anton Kondratev
          4.4 (5)
          GOLD Way  は、5 ペア XAUUSD、XAUEUR、XAUGBP、XAUCHF、XAUGBP 用の完全自動化されたオープンな多通貨システムです。 10 部のうち 1 部のみが残っています     445ドル! 次の価格 -->       $775 Not    Grid   , Not    Martingale   , Not     AI     , Not     Neural Network. Default Settings for One chart    XAUUSD H1     (Supports 1OHLC mode for weak PCs) 信号 保護 ゴールドウェイガイド 最適化ガイド このシステムは、夕方に現れる金市場の脆弱性を悪用します。 各取引には固定の SL と仮想利益追跡があります。システムは One XAUUSD H1 チャートで動作します。 このアルゴリズムは、20:00 以降の静かな夜の時間帯に取引され、msimg32.dll、oleacc、version.dll などを介してハッキングされたすべてのバージョンに対する保護を備えて
          445 USD
          私は興奮して、私の最新作であるMarket Wizardを紹介します。これは、ChatGPTの最新のAI技術によって駆動されるエキスパートアドバイザーです。私はこのEAの唯一の開発者であり、トレーディングにおいて無比の精度と正確さを提供する非常に高度で洗練されたものであることを保証できます。Market Wizardは、 AUDJPY, NZDJPY, GBPAUD, EURCAD, GBPCAD, USDJPY, GBPCHF の厳選された通貨ペアを取引するように細心の注意を払って設計されています。各シンボルは、テクニカル指標と市場分析を組み合わせて分析され、高い利益の可能性がある取引機会を特定するために使用されます。EAの取引戦略は、トレンドラインやオシレーターなどの一連のテクニカル指標に基づいて構築され、選択され最適化された信号を提供するために注意深く調整されています。AIアルゴリズムは、常に市場を分析し、利益を得るために利用できるパターンやトレンドを特定します。 Market Wizardの最も重要な利点の1つは、その信頼性の高さです。2023年7月4日時点でEAによって実行さ
          375 USD
          Gold Predictor
          Cristian Mihail Pauna
          5 (2)
          Gold Predictor is a professional expert advisor for CFD of the spot price of Gold (XAUUSD). It uses  Relative Cyclicality ,  Smoothed Heikin Ashi ,  Relative Smoothed Heikin Ashi , Relative Momentum , and  Order Blocks  indicators combined in 18 innovative trading strategies. The default settings are optimal. A specific stop-loss value protects each trade, and a fixed take profit point is set for every trade. The user can set the allocated risk and a capital exposure protection level that protec
          5 000 USD
          Nasdaq Retractor
          Cristian Mihail Pauna
          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
          4 500 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
          Turbo Scalping
          Vladimir Mametov
          5 (1)
          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
          I would like to share my experience in trading with you. I started in 2010 and like many people, I was looking to learn how to generate consistent profits in the financial market. However, I realized it was not as easy as promised in some advertisements.   I learned that winning in trading required effort and patience , and that it was important not to fall into the temptation of following the so-called "market stars" that promise quick and easy profits. Instead,   I focused on earning money
          689 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
          Rio MT5
          Ruben Octavio Gonzalez Aviles
          4.29 (28)
          Rioは、人工知能と従来のテクニカル分析を組み合わせた複雑で新しいアルゴリズムで、市場の動きを予測します。このExpert Advisorは、テクニカル分析指標からのデータを使用して訓練されたリカレントニューラルネットワーク、特にLong-Short-Term-Memoryセルを使用しています。さらに、LSTMネットワークは、短期および長期の履歴データを考慮することができるため、時系列分析に特に適しています。 注: 限定紹介 キャンペーンです。このEAを現在の価格で販売するのは 5本中2本のみ です。次の価格: $699 本EAの価格は、本システムで取引するユーザーを限定するため、順次値上げしていく予定です。 ライブ信号 : https://www.mql5.com/en/signals/1864308 MT4バージョン : https://www.mql5.com/en/market/product/94090 重要: 追加情報やオマケを受け取るには、製品購入後にPMで直接ご連絡ください。 メカニクス このExpert Advisorのデフォルトバージョンは、マーチンゲール、スマ
          599 USD
          Sydney MT5
          Ruben Octavio Gonzalez Aviles
          4.33 (12)
          シドニーは、人工知能を従来のテクニカル分析と組み合わせて使用し、 GBPUSDと USDJPYの シンボルの将来の市場の動きを予測する複雑で新しいアルゴリズムです。このExpert Advisorは、テクニカル分析指標からのデータを使用して訓練されたリカレントニューラルネットワーク、特にLong-Short-Term-Memoryセルを使用します。この方法によって、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
          Have you heard about Machine Learning, Chat GPT, Neural Networks and Artificial Intelligence? Well, Proven EA has none of it. It is also NOT based on Moon Phases and Stars positioning. "Proven EA" is a 100% adaptive expert advisor based on old, well known and proven principles. Trend is your Friend. Cut losses quick and let the gains grow. No Gambling. It detects the trend on a higher timeframe, waits for a pullback / retrace on a lower timeframe and places a trade in direction of trend with a
          799 USD
          Auto Recovery Managerは、他のExpertAdvisorからのドローダウンを追跡および回復するためのシステムです。別のEAが指定されたドローダウンを生成すると、ARMはそれをオフにし、ポジションをロックし、パーシャルクローズを使用してポジションを復元するプロセスを開始します。 EAは、その取引でスマート平均化、ロック、および部分的クロージングを使用します。 自動ダイナミックチューニングシステムを搭載しています。これは、トレーダーが使用するリスクのレベルを選択する必要があり、EAが独自に変数を調整することを意味します。変数を計算するために、EAは預金の自由証拠金と現在の市場のボラティリティに関するデータを使用します。ドローダウンの一部が復元されると、EAは入力設定データを更新し続け、アクティビティが現在のボラティリティとポジションを開くための預金機会と一致するようにします。自動調整を使用せずに、すべての値を自分で調整することも可能です。 Instruction -  https://www.mql5.com/en/blogs/post/749927 利点: ARMは変
          199 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
          説明。 この製品は、プロジェクト「 PULSE_OF_MARKET 」の一部として作成されました。 EA「UndefeatedTriangle」は、AUD、CAD、NZD通貨間の独自の変動を利用する高度なシステムです。歴史的な結果は、構成で使用されるこれらのペアは、一方向への高速移動後に常に最初に移動したペアに戻ることを示しています。この観察により、これらの固有の状況の最大点を取得できるグリッドマーチンゲールシステムを含めることができます。 EA「UndefeatedTriangle」は、AUDCAD、AUDNZD、NZDCADの3つのペアのみを使用します。 MT4 version 利点。 実際のアカウントの監視。 同様の選択肢よりもはるかに安価です。 1米ドルでもミニアカウントで操作できます。 複雑な針のパラメーターはありません。 使いやすい。 パラメーター。 Short Name (In Comment Section) –コメントセクションのジャーナルまたはアカウント履歴に表示されます。 Print Logs On Chart -オン/オフ情報パネル; Displ
          899 USD
          Ai EuRUsD MT5
          Tais Miranda Hoffmann
          4.17 (42)
          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
          Positive
          Ervand Oganesyan
          3 (2)
          このテキストは英語からの自動翻訳です。 外国為替ペアを取引するためのプルバック EA。通貨固有の日中の価格行動を追跡し、これらの行動の性質に応じて、最初の価格レベルに戻ることを期待して取引を開始します。 USD、EUR、GBP、JPY、CAD、CHF、AUD、NZD の 28 のすべての外国為替ペアでの取引に最適化されています。 ライブパフォーマンス:    AUDNZD  |   EURCHF  |  Positive 時間枠。 M15. 通貨ペア。 USD、EUR、GBP、JPY、CAD、CHF、AUD、NZD の 28 ペア。 必要最小限のデポジット。 ペアあたり 800 米ドル。 複数の取引を1つずつスムーズに開閉します。デフォルトでは、それぞれ 1:1 のレバレッジで最大 7 つの取引を開くことができます。最大取引数とロット計算 (固定ロット、取引ごとのリスク、取引ごとのレバレッジ) は柔軟に変更される場合があります。 ボラティリティの変化に敏感ではありません: ストップロスとテイクプロフィットは動的に計算されます。 スプレッドとスリッページに敏感でない: 取引のほとんどは、
          349 USD
          Pound scalper
          Vladimir Mametov
          5 (2)
          Scalping trading advisor for trading on the GBPUSD currency pair. 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. These settings are also suitable for other brokers, but sometimes they need a little adjustment. The Expert Advisor can work on various financial instruments, but it shows the best results on the GBPUSD currency. The Expert Advisor is safe to
          460 USD
          Ai GbPUsD MT5
          Tais Miranda Hoffmann
          4.62 (21)
          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
          LittleCrazy MT5
          PAVEL UDOVICHENKO
          4.25 (8)
          LittleCrazy MT5 は完全に自動化された取引システムで、特別なスキルは必要ありません。 この EA を起動して休むだけです。 何も設定する必要はありません。EA がすべてを行います。 EA は $200 からの少額の入金に対応しています。 時間枠: M15 通貨ペア: AUDNZD、NZDCAD、AUDCAD ライブ信号: リトルクレイジーウェイ MT5 収益性とリスク バックテストのデータによると予想される収益性は、年間約 200% ~ 400% です。 予想される 最大ドローダウンは約 90% 以上 です。 注意!!! これは非常にアグレッシブな EA であり、可能なリスクの限界で取引されます。 EAセットアップ AUDCAD、NZDCAD、AUDNZD の 3 つの個別のチャートで EA を実行します。 すべてのチャートの時間枠: m15. 余分なものは必要ありません。 アカウントの要件 レバレッジ >= 1 : 500 残高 >= $200 (またはお客様の通貨で相当額) アカウントの通貨: 制限なし 入力パラメータ Prefix_for_comm
          387 USD
          作者のその他のプロダクト
          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
          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
          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
          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
          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
          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
          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
          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
          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
          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
          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
          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
          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
          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
          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
          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
          мелкие исправления