• 概要
  • レビュー
  • コメント (1)
  • 最新情報

DYJ ThreeMACross MT5

The DYJ ThreeMACross is based on three Moving Average indicators. ThreeMACross is based on the following idea: crossing of three Moving Average lines (Fast, Middle and slow ones) is used as a signal for opening and closing a position together.

Go Long when Fast MA (MA1) crosses above Middle MA (MA2), and Middle MA (MA2) crosses above Slow MA (MA3).

Go Short when Fast MA (MA1) crosses below Middle MA (MA2), and Middle MA (MA2) crosses below Slow MA (MA3).

The Expert Advisor also features money management, traditional SL, TP and trailing stop. Only one order is used for trading each instrument, which ensures maximum safety of trading.

Features

  • Monitors all pairs at the same time.
  • The EA monitors the top 23 pairs by default, but you can select less pairs if you wish.
  • Recommended operation in any paris H1 chart
  • It is a multi-currency EA that can be run from a single chart (recommended timeframe - M15 or D1).
  • Allows you to set up a working time or a specific news time.

Caution:

In order to get the data consistent with the screenshot effect.

Please back test the performance of UnionStandardInt-Live under the server of the real standard account MT5 of usgfx.

And Recommended operation in any paris H1 chart.

Open “UnionStandardInt-Live” real standard account MT5 https://www.usgfx.com/RegAcc/RegAccStep1?culture=en-CN&IB=2128p8P8q808P8x-0a

If you need higher performance, you need to optimize some of the following parameters:

  1. MA settings
  2. Trading settings
  3. Alternatives settings
  4. trading time list 
  5. TimeFrame

Input Parameters

  • InpMagic=52560075           -- magic number
  • InpPairs =EURUSD,USDJPY -- comma-separated list of symbols to be traded.   

MA settings

  • InpMA1FastPeriod = 5 -- MA Fast Period
  • InpMA2MidPeriod = 10 -- MA Middle Period
  • InpMA2SlowPeriod  = 20  -- MA SlowPeriod
  • InpMA1Method = MODE_SMA
  • InpMA2Method = MODE_SMA
  • InpMA3Method = MODE_SMA
  • InpMA1AppliedPrice =PRICE_CLOSE
  • InpMA2AppliedPrice =PRICE_CLOSE
  • InpMA3AppliedPrice =PRICE_CLOSE
  • InpExtMASpread = 0 -- The difference between two Ma's

Trading settings

  • AutoLotLevel  = Second              -- Auto lots level
  • InpGlobalLotsExponent =  0.01   -- Global Lots Exponent
  • InpLots = 0.01                           - - Lots
  • InpLotsExponent = 1                  -- Lots Exponent(min is 0.01 )
  • InpMaxSymbolOrders  =  1          -- Number of symbols for existing positions
  • InpMaxPostionsNumber =  1        --  Postions Number of symbol
  • InpTakeProfit = 300                    --  TakeProfit (in pips)
  • InpStopLoss = 200                      --  Stop Loss (in pips) -- When the InpStopLoss is 0 and InpUseAlternatives is false, the opposite position is closed when a reverse signal occurs
  • InpTraildelta = 10                      --  Trailing Stop (ATR‘Stoploss)
Alternatives settings
  • InpUseAlternatives = true -- When the InpStopLoss is 0 and InpUseAlternatives is false, the opposite position is closed when a reverse signal occurs
  • InpMainOrderType  = NormalOrders
  • InpPendOrderDistance = 100
  • InpDistanceDivisor = 3 -- Distance Divisor
  • InpLossLotsExponent = 4 -- Volume of pending orders exponent 
  • InpFastGeneticBasedAlgorithm  = false -- Using Fast genetic Based algorithm

Setting up automatic trading time list for base currency

  • InpAutoTradeTime = true;
  • NZD_StartHour  = HR_3
  • NZD_EndHour    = HR_7
  • AUD_StartHour  = HR_5
  • AUD_EndHour    = HR_8
  • GBP_StartHour  = HR_13
  • GBP_EndHour = HR_14
  • EUR_StartHour  = HR_18
  • EUR_EndHour    = HR_23
  • USD_StartHour  = HR_18
  • USD_EndHour    = HR_23
  • XAU_StartHour  = HR_18
  • XAU_EndHour = HR_23
  • XAG_StartHour  = HR_18
  • XAG_EndHour    = HR_23
  • CAD_StartHour  = HR_16
  • CAD_EndHour = HR_17
  • CHF_StartHour  = HR_11
  • CHF_EndHour = HR_12
Manual Setting of all Currency Trading Time  
  • InpStartTradeTime = HR_18
  • InpEndTradeTime = HR_23


    おすすめのプロダクト
    EA Among Us mt5
    Vladimir Stepanov
    4.86 (29)
    このエキスパートアドバイザーはトレンドウェーブインジケーターを使用し、新しいウェーブトレンドムーブメントの開始と終了を識別できます。 オシレーターとして、インジケーターは買われ過ぎと売られ過ぎのゾーンを識別します。 短期的な価格の逆転をキャッチするのに最適であり、マーチンゲール戦略を使用してすべての利益の取引を閉じます。 より正確な取引のために、任意のペアでm15以上の時間枠のデフォルト設定を使用してください! ヘッジを許可するアカウントが必要です! ここにある私のmqlチャネルここにあ   る私の信号と他の製品 ご購入後、ご連絡ください。 パラメーター Max Buys -    トレーディングアドバイザーが開くことができる買い注文の最大数 Max Sells - トレーディングアドバイザーが開くことができる売り注文の最大数。 Comment -注文に関するコメント Lot-コメントコメント。 Use dinamic lot - 動的ロットを使用します。 Martin - ロットを増やす係数 Grid distance - 注文間の距離 Maxlot-最大ロット。 Stop Lo
    RSI Bot, send alert to mobile, buy when RSI<=20, send alert sell when RSI>=80  you can set parameter RSI in setting Inp_RSI_ma_period    = 14;             // RSI: averaging period Inp_RSI_applied_price= PRICE_WEIGHTED; // RSI: type of price  Inp_RSI_LevelUP            = 60;          // RSI Fast and Slow: Level UP Inp_RSI_LevelDOWN          = 40;          // RSI Fast and Slow: Level DOWN Inp_RSI_stringUP           ="Signal Sell";// RSI Fast and Slow: Level UP label Inp_RSI_stringDOWN         ="Si
    This EA trades using Moving Averages Crossovers. It offers fully customizable settings, flexible position management settings. Easy to use and supervise Fully customizable moving average settings Customizable TP Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can be NFA/FIFO Compliant Trades will be closed on opposite signals Built-in money management The EA implements the following behaviors: Regular: Buy on bullish crossovers and sell on bearish crossovers Reverse: closes
    FAST AVERAGE SETTINGS FastPeriod : The number of bars used to calculate the fast moving average. FastShift : The shift for the fast moving average. FastAverageMode : The method used to calculate the fast moving average (e.g., simple, exponential). FastAppliedPrice : The price type (close, open, high, low) used for the fast moving average calculation. SLOW AVERAGE SETTINGS SlowPeriod : The number of bars used to calculate the slow moving average. SlowShift : The shift for the slow moving average.
    MACD Trade  X MT5 is an EA based on MACD. MACD parameters such as FastEMA1, SlowEMA1, MACDSMA1, BuyShift1,  BuyShift2,   SellShift1   and SellShift2 can be adjusted. MACD 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 MACD Trade  X MT5. Good luck. === Inquiries === E-Mail:support@btntechfx.com
    Simple EA with two indicators (SMA + RSI) and Grid. The Expertadvisor opens positions in the direction of the trend when the RSI line turns above 80 or below 20. It then uses a simple grid strategy if the position turns into a loss. Grid levels can be defined specific to the market. It depends on your personal preferences and the respective market which parameters should be set and how. You have to test it yourself. The EA is programmed in such a way that optimization runs consume little time.
    Duende MT5
    Nestor Alejandro Chiariello
    こんにちはトレーダー! 私は「デュエンデ」戦略を提示し、 Duende は、さまざまな高低レベルのパターンを検出するアルゴリズムであり、それらは一定のままで良好なエントリを作成し、回復システムは損益分岐点などのさまざまなことを照会し、ピア間をクロスします。 マーケット中のニュースを強力にコントロールし、複数の通貨を問題なくコントロールできることが証明されています 必要なすべてのシンボルで管理できます 私の戦略は「すべての外国為替市場」向けに最適化されていますが、USDCAD、EURCAD、EURCHF、USDCHF、EURJPY の最高のペアもあります。他の通貨と比較して最も安定した通貨であり、他のシンボルへの道を見つけることができますが、 私がデザインしたものを使用することをお勧めします デュエンデ 残高×額のリスクを負うシステムが内蔵されており、相場が不安定になった場合のリカバリー機能も備えています また、組み込みのシークレットインジケーターから正しい予測を検出すると、TP が一部のポジションをクローズし、他のポジションをクローズできないスマートアルゴリズムシステ
    The Fibonacci Trader MQL5 expert advisor uses the Fibonacci levels to determine a buy or sell trade with the MACD as confirmation. The Fibonacci levels work as follows: Above 61.8 SELL if MACD trend is SELL Trading Range (Ability to select trading input parameters) BUY if MACD trend is BUY SELL if MACD trend is SELL Below 23.6 BUY if MACD trend is BUY Default settings are configured for EURUSD on M5 Chart. To work with the news server, you must add the URL ‘ http://ec.forexprostools.com/ ’
    FREE
    Exclusive FOREX account HEDGE FuzzyLogicTrendEA is based on fuzzy logic strategy based on  analysis 5 indicators and filters. When the EA analysis all this indicators, it decides, based on its fuzzy strategy, which trade will be better: sell or buy. As additional functions, it´s possible defines spread maximum, stop loss and others. Recomm. Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUDCAD, EURCAD e USDJPY Recomm. timeframe: H1. Backtest were done on EURUSD, H1, 01/07/2023 - 26/0
    Only 5 copies of the EA at $30! Next price --> $45 This robot works on the basis of bowling band and has stepped entrances at safe points. benefits:         Works on all instruments and time series,        It has excellent inputs for position management that can avoid a lot of risk. Input settings:         Volume: Selects a fixed volume for the trade that uses its own risk management if it is zero.         Risk for all positions: The amount of risk for all positions in one direction,
    Meta1
    Christian Ighohor Okonta
    1 (2)
    Trading is a skill where you can have your own skill and your own process. So, he advice that you try do what work for you. Trading is not a get rich quick scheme. when you stick to it long enough, it could change your live. Psychology and emotion is very important. Taking basic long and short trades automatically based on MACD and bear power. The robot is a test project by chrisdgenius aim to increasing profitablility.
    FREE
    Green Month Ai
    Vladimir Stepanov
    5 (1)
    EA は、マクロ経済統計とニュース結果に基づいた高度な人工知能を使用してトレンドを判断します。 EA は CCI インジケーターを使用して、トレンドに合わせて取引を開始します。 EA が動作するには、必ず「WorkMode」設定を「mode_Real」に変更してください。 Expert Advisor はニュース Web サイトに接続するため、[Tools] > [Options] > [Expert Advisors] で [Allow WebRequest] にチェックを入れる必要があります。 「 https://ec.forexprostools.com 」、「 https://worldtimeserver.com 」を追加し、「OK」を押します。 リアルタイムの結果はここで 確認できます 。 個人ボーナスを獲得するには、購入後すぐにご連絡ください。 設定・マニュ アルはこちら EA は m15 チャートのすべての米ドルペアで動作します パラメーター: ワークモード - mode_Real ユーザーがオープンした注文を制御 – True/False 最大購入数
    The EA looks to take advantage of the  momentum effects in global markets. The momentum signal is supplemented with an uncertainty signal to filter false signals. Trades a few positions a day (+-3) but only if conditions are met. it can happen that there are no trades on a day or more than 3. This EA works with the HK50Cash, UK100Cash, US500Cash & GOLD. Select the symbols accordingly. Also input your timezone as defined by "GMT+-" examples below Rio :-3 New York :-5 London : 0 Johannesburg :2 Mo
    Expert using Moving Average (Configurable), RSI entry points and Bollinger Bands (not configurable [yet]). You can decide if you want to use the Moving Average with or without Bollinger Bands and you can turn on/off the RSI also for entry/exit points. You can also turn on/off the Double Hand Feature where every entry/exit the trade will be in double, which means, selling and buying at the same time.
    FREE
    SIMPLE EA TOOL  IT IS BASED ON CROSSES BETWEEN BASE LINE AND SIGNAL LINE IN THE MACD INDICATOR. BUY ORDER : SIGNAL LINE CROSSES ABOVE BASE LINE SELL ORDER : SIGNAL LINE CROSSES BELOVE BASE LINE PLEASE FIND YOUR BEST PARAMETERS BEFORE TRADING LIVE. LOT OF PARAMETER CUSTOMIZABLE,YOU CAN CHOOSE ALSO BETWEEN FIXED LOT OR MARTINGALE MONEY MANAGEMENT. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ IF YOU HAVE DOUBTS ,PLEASE ASK ME THROUGH MQL5 MESSAGES.I'M ALWA
    Auto Orders
    Sebastien Ludovic Rodolf Lelu
    MT5用外国為替通貨ペアの自動取引エキスパートアドバイザー このエキスパートアドバイザーは、MetaTrader 5プラットフォームで外国為替通貨ペアを自動的に取引するために使用されます。市場価格から等しい距離に2つの遅延注文、1つの買い注文と1つの売り注文を配置します。 1つの注文がトリガーされると、残りの注文は削除され、2つの新しい注文が配置されます。これにより、連続してオープンされたポジションと、市場への継続的な存在が作成されます。 バイナリーオプションタイプの戦略、マーチンゲールとの組み合わせまたは組み合わせなしで実装するのに最適です。 マーチンゲール(オプション) マーチンゲールとは、損失ごとにポジションのサイズを2倍にする取引戦略です。このエキスパートアドバイザーは、2、3、4、または5段階でマーチンゲールをアクティブにすることができます。 マーチンゲールを無効にするには、martingalefactor入力に1の値を設定します。 スーパーバリュー スーパーバリューは、遅延注文のオフセットと、テイクプロフィットとストップロスの値を表します。 tpとslの値は、対応する
    Trade Bollinger Bands combining Trend, RSI, MACD 1. Trend trading combining the Bollinger and MACD bands is done in the following sequence: - Use MACD to identify trends - Determine the potential entry point by re-checking the MA 20 of the price to see if it is in line with the trend. 2. Trade Trends with Bollinger Bands - The mid-line of bollinger bands is simply a moving average of 20 SMA20 periods, known as the Bollinger Bands' average line. - The bottom line is, when the market is in a
    EMA Crossover Pro MT5 this EA uses two exponential moving average crossover, a slow ema, and a fast ema on which it takes buy/sell decision. A default ema configuration is 12 and 35 where 12 is the value of slow ema, and 35 is the value of fast ema. Expert advisor parameters: stop loss (greater than 40, but some brokers accept stop loss under 40) take profit (greater than 40, but some brokers accept stop loss under 40) trailing_stop (set it as 0 for disabling trailing stop) slow ema (21 by
    Pick and Roll   it is a Secure Automated Software for trade 28 pairs ​​simultaneously. P ick and Roll It is optimized for 28 pairs of forex market Pick and Roll  system operation: 1: PREVIOUS   TREND 2: CONSOLIDATION 3:   RUPTURE D o not use this robot at the same time as others, it is a multi-value robot, therefore it manages 28 pairs simultaneously. The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions   
    This EA uses a combination of a Martigale strategy along with bollinger bands, which allow it to improve the effectivity. It run in low timeframes, which generates a lot of entries.  This is the V1.0 of the strategy. By now, it only sells. The idea is to improve not only the net profit but also the max DD and profit factor by introducing improvements like allowing buy as well or making the take profit dynamic.
    Dark Venus MT5
    Marco Solito
    4.56 (855)
    Dark Venus is a fully automatic Expert Advisor for  Scalping Trading. This Expert Advisor needs attention, in fact presents a High Operating Frequency . Dark Venus is based on Bollinger Bands , these Trades can be manage with some strategies. The expert advisor is able to get a very high-rate of winning trades. Since 2022, we estimate that Dark Venus has become the most famous robot in the world , with over 100k downloads. Download it now! My tests were performed with the real tick date with 99,
    FREE
    Max
    Carlos Alfonso Barboza Espinoza
    ·          MAX   En este producto se utiliza una estrategia de trading con uno de los indicadores comúnmente utilizados en el mercado, esto en conjunto con otro indicador no tan utilizado en el mercado, pero al utilizarlo en conjunto con el primer indicador entrega resultados que podrá ver a continuación. Los indicadores de los que hablamos son SMMA y ADX. Por otro lado, el Take Profit, así como el Stop Loss serán fijados en ciertos pips que pueden ser modificados por el usuario si este así lo
    EA Golden Lab
    Vladimir Stepanov
    5 (4)
    Golden Lab Expert Advisor 戦略は、Traders Dynamic Index (TDI) 指標に基づいています。 この指標には、RSI (相対力指数) と単純移動平均が含まれます。 * 緑色の線がボトムアップで 50 rsi レベルを超えると、EA は買いです。 * 緑色の線が 50 rsi レベルを上から下に横切ると、EA は売ります。 m15 チャートでデフォルトの EA 設定を使用します。 H1 などの長い時間枠では、より正確なシグナルが得られます。 EA はグリッドとマーチンゲール戦略を使用し、ヘッジできるブローカーを必要とします。 私の信号と他の製品はここにあります パラメーター: ユーザーが開いた注文を管理する – 真/偽 Max Buys - Trading Advisor が開くことができる買い注文の最大数。 Max Sells - Trading Advisor が開くことができる売り注文の最大数。 コメント - 注文に関するコメント。 ロット - 開始ロット。 動的ロットを使用 - 動的ロットを使用します。 0.01 ロットごと
    Neuro Start
    Dmytryi Voitukhov
    4.67 (3)
    UPD:   https://t.me/mql5_neuroExt   актуальная версия и обсуждение. -作成されたトレーニングベースを成功させるために、一時的に使用するためのアドバイザーを無料で提供します。 -トレーニングの進行に伴い、トレーニングベースが配置されます。 -トレーニングには約20エポックが必要です。 なぜならExpert Advisorはリソースを大量に消費し、市場はそれを処理できません。Market値を持つTypeOfWorkパラメーターが導入されました。 他の希望する値に切り替える必要があります! 共同学習のために公開されました! 入力データのセットの深さは、設定で指定された時間枠の50バーです。 ThresholdOUTは効果がありません。 場合によっては、速度は非常に大きな値にのみ影響します。 トレーニングモードでは、SLとTPが等しい最小ロットで1つの注文のみを開きます。スケジュールは統一されている必要があります。このモードでは、利益自体は重要ではありません。 距離は、MaxOrders> 1でのみ機能します。 MaxOrde
    FREE
    The Expert Advisor (EA) is based on the Dynamic Linear Regression indicator ( https://www.mql5.com/en/market/product/49702 ). User inputs: Number of candles is considered when calculating linear regression; Distance to the top line; Distance to the bottom line; Stop the loss of. The EA executes purchase and sale orders in the market when the value of a line, higher or lower, is reached at the current price, when the lower line is reached, a buy order at market is executed and when the upper l
    FREE
    Moving averages are very often used for analyzing currency pairs and trading. This Expert Advisor can analyze many moving averages at once and trade based on this. When the required number of moving averages signal a purchase, the adviser makes a purchase, if the indicators signal a sale, the advisor sells. Also, there is filtering spurious signals at low volatility based on the ADX indicator. In the settings of the adviser, you can set the required number of sliding ones, their period (the init
    The Asian Range EUR/USD M5 Expert Advisor is a specialized automated trading tool designed for the forex market, focusing specifically on the EUR/USD pair and utilizing a 5-minute time frame. This EA has been carefully developed to operate based on the Asian range manipulation strategy, providing a unique methodology to capitalize on market conditions during this specific period. Key Features: Asian Range Manipulation Strategy: The EA is built on a strategy designed to capitalize on price fluct
    Finanix Gold EA   is the result of two years of extensive research and backtesting, ensuring that it is built on a solid foundation of   data-driven insights   and   proven trading strategies. This expert advisor is fine-tuned for trading   XAUUSD/Gold . It is also capable of trading any instrument. Introducing the cutting-edge   Finanix Gold EA , powered by advanced mathematical functions and unparalleled computation capabilities. This revolutionary tool is designed to provide traders with a
    Let´s do it   - it is a Secure Automated Software for trade Forex market and indices. Can used this EA whit 100$ in your account The architecture is a Fully Automatic Autonomous Robot Expert capable of  independently analyzing the market and making trading decisions  Let´s do it   It is an advanced trading system. This is a fully automatic Expert Advisor.        It is a 100% automatic system, the system controls both the inputs and the batches, the operator just has to place the robot on t
    SwS Scalping whit Stocastic:  It is a scalping system that uses the stocastic signal as a reference to enter the market. It is a very aggressive system so it needs volatile pairs with little spread. The system detects turnin g points and operates small market corrections. All orders have a stoploss. And it has a virtual trailing . This system is suitable for small accounts and can be used with only  $ 10 0 . You can download the demo and test it yourself.   Very stable growth curv
    このプロダクトを購入した人は以下も購入しています
    ライブシグナル 1: https://www.mql5.com/en/signals/2233179 ライブシグナル 2: https://www.mql5.com/en/signals/2242009 Gold Manaは、1年以上の集中的な研究とテストを経て開発されました。このエキスパートアドバイザーは、複数の時間枠におけるボラティリティ測定を活用し、市場参加者の意図を分析し、ローソク足パターンと需給分析の助けを借りて価格変動を予測します。その結果、正確なエントリーが可能となり、金価格の重要なレベルでのブレイクアウトに対して高い反応を示します。Gold Manaは、金融危機、地政学的ニュース、パンデミック、経済変動などの高影響イベントを通じて17年以上の安定した取引実績があります。 Gold Manaは、個々の投資スタイルに応じた実際のブローカーアカウントに適した複数のリスクレベル設定を提供し、FTMOのようなプロップファームに合格するための設定も備えています。また、HFT(高頻度取引)および非HFTプロップファームの資金提供アカウントでも運用可能です。 Gold Manaは
    AI Gen XII EA This is an Expert Advisor with the latest use of trading realities and neural networks. The EA runs on the latest GPT-4o platform and also uses advanced discrete Fourier visualization in ATFNet, which equalizes the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The Expert Advisor can also trade different strategies simultaneously and combine test trades with real trading, which is very important in its time.   Details about Adviso
    The Gold Reaper MT5
    Profalgo Limited
    4.61 (66)
    プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポ
    way to starsは、市場のボラティリティが低い期間に低リスクの機会を活用して取引するために特別に設計された夜間スキャルピングeaです。この夜のスキャルピングeaは頻繁な取引のための小さな価格の動きをキャプチャすることに焦点を当て、それによって時間をかけて利益を蓄積します。1トレードあたりの潜在的な損失を抑制するために、厳格なストップロス対策を採用し、効果的なリスク管理を確保しています。way to starsは、ニューラルネットワーク、人工知能、chatgpt、または完全な直線バックテスト結果に依存しない、本物で正直な取引システムです。 MT4     マニュアル   signal:   https://www.mql5.com/en/signals/2220466 次価格: $699 setfile of signal このeaの特徴: 適切な通貨ペア:GBPUSD 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するために、注文を小さい注文に分割します リミット最大ポジションと最大浮動損失率を通じてリスクを管理します タイ
    Gold Trade Pro MT5
    Profalgo Limited
    4.58 (33)
    プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マ
    CyBRG RX
    Arseny Potyekhin
    5 (2)
    CyBRG RXのご紹介:次世代のトレーディングアシスタント 最先端のトレーディングパートナーであるCyBRG RXとともに、トレーディングの未来に足を踏み入れましょう。 高度なニューラルネットワークの力を活用して、CyBRG RXは変化し続ける市場状況をかつてない精度で分析し、適応します。 信号:   低リスク   この戦略は非常にユニークなので、ライセンスの数を制限して販売したいと考えています。そのため、販売を制限するために価格は着実に上昇します。 次の価格は 790米ドル です 。 ブローカー 任意のブローカー、 ECN / ZERO スプレッドを推奨 レバレッジ 1:20 から 入金 最低 50 ドル      シンボル USDJPY タイムフレーム H1 なぜCyBRG RXを選ぶのか? 最先端のニューラルネットワーク :CyBRG RXは学習し進化する高度なAIアルゴリズムを駆使し、洞察に富んだ市場分析を提供します。 適応戦略 :金融市場の動的な特性に合わせて、CyBRG RXは戦略を継続的に調整し、常に一歩先を行くことを保証します。 ユーザーフレン
    Quantum Queen MT5
    Bogdan Ion Puscasu
    4.92 (13)
    トレーダーの皆さん、こんにちは!私は Quantum Queen です。Quantum ファミリーのエキスパート アドバイザーに新しく加わった非常に強力なメンバーです。私の専門は?ゴールドです。そうです、私は XAUUSD ペアを正確かつ自信を持って取引し、きらびやかなゴールド市場で比類のない取引機会をお届けします。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ライブシグナル1:   クリック 8月31日まで 割引 価格。10 回購入するごとに価格が100ドル上がります。最終価格999ドル Quantum EAs チャンネル:       ここをクリック ***Quantum Queen MT5 を購入すると、Quantum Gold Emperor を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! 私はグ
    Quantum Emperor MT5
    Bogdan Ion Puscasu
    4.84 (275)
    ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Empire EA を購入すると、Quantum StarMan、または Quantum Gold Empire を無料で入手できる可能性があります!*** 詳細については個別にお問い合わせください。 新しい Live Signal V4:   ここをクリックしてください MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック * サマーセール : $999。 10回購入するごとに価格が100ドルずつ上がります。最終価格 $199
    注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT4バージョン: MT4へ移動 618セール、期間限定で300ドル割引 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間限定で
    Ai Multi Trend MT5
    Mansour Babasafary
    4.32 (28)
    21% discount, until 2024.08.08  (Original price: $1000) Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert trend hunter Combined with artificial intelligence Control the AI with a variety of simple settings Without using dangerous strategies (all trades have a profit limit and a loss limit) Can be used in 6 main market currency pairs and 4 important time frames An expert who has been trained by artific
    Bitcoin Robot MT5
    Marzena Maria Szmit
    4.38 (37)
    The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
    Diamond Titan FX
    Lo Thi Mai Loan
    5 (11)
    ローンチプロモーション 現在の価格で購入するために残っている販売は3つだけです。 次回価格: $1233 無料でUS30スキャルパーEAとQuantum Algo EAを入手 -> 購入後にご連絡ください Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT4: https://www.mql5.com/en/market/product/116012?source=Site+Market+Product+Page Prop Challenge取引履歴: https://www.mql5.com/en/blogs/post/757093 よくある質問: https://www.mql5.com/en/blogs/post/757094 Diamond Titan FXのさらなる分析: h
    US30 Scalper EA MT5
    Lo Thi Mai Loan
    4.92 (12)
    ランチプロモ! 現在の価格で残りわずかです! 次の価格: 1533 ドル 最終価格:1993ドル Live signal:  https://www.mql5.com/en/signals/2220893?source=Site+Profile+Seller MT4:  https://www.mql5.com/en/market/product/113580?source=Site+Market+Product+Page For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users/lothimailoan/news US30 Scalper EAは、トレードとコーディングに豊富な経験を持つチームによって開発された次世代のスキャルピングロボットです。これは、米国(U
    MT4バージョン: https://www.mql5.com/en/market/product/104871 HFT MT5チャレンジパフォーマンスモニター(ライブアカウント用ではありません): ブローカー:Fusion Market ログイン:89600 パスワード:Greenman89$ サーバー:FusionMarkets-demo 以前にリリースされたMT4バージョンの700以上の本物の5つ星レビュー: https://www.mql5.com/en/market/product/104871?source=Unknown#!tab=reviews 公共チャンネル: https://www.mql5.com/en/channels/hftpropfirmea MT4バージョン: https://www.mql5.com/en/market/product/104871 主要機能 HFTチャレンジ専用に設計: Prop Firmsチャレンジを低ドローダウンで効率的にクリアするように調整されています。 サポート: setファイルの提供に加え、VPSの設定、MTの設定、EAのダウン
    Hercules AI
    Aleksandr Chebotaev
    2.74 (31)
    Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
    Icona
    Anton Kondratev
    ICONA は   全自動 ハイブリッド   オープンな最適化パラメータと リアルタイムの回復メカニズムを備えたシステム。 Only 1 Copies of 10 Left  for 390 $ Next Price 799 $  Icona ガイド 公開グループに参加する 信号 手数料の払い戻し アップデート 私のブログ Not    Grid        Not    Martingale        Not     AI         Not     Neural Network.    Default Settings for One chart     AUDUSD H1    (Supports 1OHLC mode for weak PCs) 各ポジションには必ず   固定SL     そして   ドローダウン中の場合でも、 完全な取引追跡 (FDT) が可能です 。       これは   デイリーブレイクアウト戦略(DBS)     欧州早朝取引セッション中。 アルゴリズムには   市場ボラティリティ フィルター (MVF) は 、誤った市場参入を防止し
    Big Forex Players MT5
    Marzena Maria Szmit
    4.83 (47)
    We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
    Future Sight MT5
    Sang Sariaji Sakti
    4.06 (17)
    $999.99 END ON SEPTEMBER 01, 2024 !   "FUTURE SIGHT OFFICIALLY ONLY SOLD IN MQL5" SAVE YOUR MONEY FOR THE AUTHENTIC FUTURE SIGHT, NOT WORTHLESS PIRATED COPIES. NEXT PRICE $1250. FUTURE SIGHT IS EQUIPPED WITH HIGH SECURITY FEATURES AND HAS A UNIQUE CODE. THIS MAY STOP USERS FROM USING PIRATE FILES, SO PROTECT YOUR MONEY! FUTURE SIGHT WITH A  WIN RATE OF MORE THAN 80% , OPENING 10 TO 20 OR MORE TRADING EVERY DAY ON 8 SYMBOLS, LOW RISK WITH  "SPECIAL PARAMETER - EXPECTED DD"  THAT YOU CAN SET,  FU
    Ultimate Bot
    Mr James Daniel Coe
    4.71 (14)
    8人のアドバイザーが1人の価格で 今後も続々と登場します。あなたが買う必要がある最後のボット! 低リスクの個人アカウント(Pepperstone UK): リンク 売り手の評価:5つ星のうち4.8 信頼と評判は私にとって非常に重要です。 私の無料EA「CADスナイパー」は、数ヶ月間mql5無料セクションで#3 - #5にあり、13,500ダウンロードされています。 今では、過去3年間に見つけたすべての戦略を1つの使いやすいプレミアムEAにまとめることに注意を向けています。 「AI」の主張はありません 厳格なDD制限/リスク管理 3ヶ月+のライブシグナル ライブシグナルに再投資された販売/私は自分のボットを取引します 購入後(または購入前)にPMを送って、マニュアルとグループリンク(およびボーナス)を入手してください 戦略ごとに数千ドルを支払う必要はありません Ultimate Botを使用したストラテジーあたり175ドル未満。 200部とレンタルは、その後、価格はその実際の価値をより密接に反映するように設定されています:5,000ドル。 合計実績値 ~
    Eternal Engine EAは、複数のインジケーターと戦略を利用する高度なエキスパートアドバイザーで、トレーダーに包括的な自動取引ツールを提供します。多数の取引機会を提供し、スプレッドに対して敏感ではなく、厳格なエントリーポイントを使用して各取引を正確に開始します。この戦略は実際の市場で実証されており、低DDの1年間のリアルタイムシグナルを持っています。初心者でも経験豊富なトレーダーでも、Eternal Engine EAは卓越した取引体験を提供します。 MT4 シグナル: https://www.mql5.com/en/signals/2220467 次の価格: $699 setfile: High risk Medium risk Low risk 特徴: 適切な通貨ペア: GBPUSD, EURUSD, AUDCAD, AUDNZD 読み込み時間枠: 任意 終日取引 カスタマイズ可能なグリッド距離とボリュームマルチプライヤー 同時に取引可能なシンボル数をカスタマイズ可能 取引可能なドローダウン範囲をカスタマイズ可能 リスク管理のための複数の手段 スプレッドに敏感でなく、様
    Harmony Drive
    Marek Stanislaw Zygala
    5 (4)
    Harmony Driveは、USDJPY、AUDCAD、CHFJPY、AUDUSD、USDCHF、USDCAD, NZDUSDの以下のシンボルの慎重に選択されたバスケットで動作する高度なシステムです。これらのペアは、その多様な特性と市場行動のために戦略的に選ばれました: USDJPYやUSDCHFのような主要なペアは、高い流動性と狭いスプレッドを提供し、頻繁な取引に最適です AUDUSDやNZDUSDのようなコモディティリンクのペアは、資源豊かな経済に対するエクスポージャーを提供し、ユニークな取引機会を提供します AUDCADやCHFJPYのようなクロスペアは、興味深い相関関係を示し、しばしば良好なトレンドを形成し、主要なペアを補完します この組み合わせは、さまざまな市場条件で良好なパフォーマンスを発揮できるバランスの取れたポートフォリオを確保します 選択されたペアは、異なる地理的地域と経済要因を代表し、分散を強化し、全体的なリスクを低減します 独自のマルチシンボル戦略を採用することで、Harmony Driveはさまざまな市場条件に適応し、Ichimoku Cloud、移動平均線
    Fenghuang EA utilizes clustering principles in machine learning to analyze data, identifying groups of objects or events with similar features or relationships. It uncovers hidden patterns and categorizes objects by similarities, aiding in the discovery of causal relationships. The EA allows for in-depth data analysis, highlighting significant relationships without risky techniques like martingale, netting, or scalping, making it compatible with various brokerage environments. Read more about th
    Golden Taipan FX
    Michael Prescott Burney
    2.67 (9)
    Golden Taipan FX for XAUUSD H1 - Professional Overview Introduction Golden Taipan FX has been updated to deliver transparent and easily analyzable trades, featuring improved backtest accuracy. The system now automatically updates the timezone offset during initialization, ensuring precise entries and exits. Risk Management and Trade Settings Risk-Reward Ratio : 1:2 Stop Loss (SL) : 500 points Take Profit (TP) : 1000 points These settings offer substantial reward potential while keeping losses m
    This expert advisors search for short trend continuation movements, I recomend use it with BTC and ETH 5 Units left at 900 USD. Next price 1200 USD The approach is use a very few but high effectives rules / filters and an effective management of the opened position. Signal https://www.mql5.com/en/signals/2246489 Backtest The EA must be backtest in any timeframe, but for use in live, must be attached to a M5 chart. Live setup The EA is very easy to configure, and can be used
    Quantum StarMan
    Bogdan Ion Puscasu
    4.91 (79)
    みなさんこんにちは。自己紹介をさせてください。 私は、   Quantum EA ファミリーの刺激的で新鮮なメンバー、   Quantum StarMan です。 私は、最大 6 つのダイナミック ペア (AUDUSD、EURAUD、EURGBP、EURUSD、GBPUSD、USDCAD) を処理できる、完全に自動化されたマルチ通貨 EA です。最高の精度と揺るぎない責任感を持って、あなたのトレーディング ゲームを次のレベルに引き上げます。 肝心なのは、私がマーチンゲール戦略に頼っていないことです。その代わりに、最高のパフォーマンスを発揮するように設計された洗練されたグリッド システムを活用しています。また、安心していただけるよう、口座の合計ドローダウンが事前に設定した制限に達した場合に、すべての取引をクローズするオプションも提供しています。 しかし、それだけではありません。私はただ話しているだけではありません。ライブ信号も流しているので、私の行動を見ることができます。 IMPORTANT! After the purchase please send me a p
    FT Gold Robot MT5
    Marzena Maria Szmit
    4.47 (59)
    Introducing the FT Gold Robot MT5, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with XAUUSD pairs . With its advanced analytical capabilities, FT Gold Robot constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every day (you
    BitBull EA
    Arseny Potyekhin
    5 (1)
    親愛なるトレーダーの皆様、 最新のプロジェクトをご紹介できることを非常に嬉しく思います。 EA BitBull 。リアルな暗号通貨取引が現実のものとなりました! 信号: ライブ信号 1 ライブ信号 2   この戦略は非常にユニークなので、ライセンスの数を制限して販売したいと考えています。そのため、販売を制限するために価格は着実に上昇します。 次の価格は 690米ドル です。 世界中の尊敬すべきパートナーの助けを借りて、革新的な暗号戦略を開発することに成功しました。 この戦略は、トレンドフォローと平均回帰戦略の原則をシームレスに組み合わせています。 RNN(リカレントニューラルネットワーク)やLSTM(長短期記憶ネットワーク)などの高度なニューラルネットワークを使用しています。 BTC BitBull EAの成功裏の完了に続いて、現在、ETH/BTCおよびETH/USDの取引ペアに焦点を当てています。 特に注目すべきは、この技術の恩恵を受けるために事前の取引経験が不要であることです! 最適な結果を得るために、次の設定とセットアップを遵守および採用する必要があります:
    TrendMaster FX
    Chen Jia Qi
    4.57 (81)
    Live signal : TrendMaster FX The MT4 version : TrendMaster FX MT4   618セール、期間限定で300ドル割引 現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。 詳細はお問い合わせください 。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは、グリッドまたはマーチンゲール戦略を使用していません。各注文にはストップロスがあります。 大きな価格変動が発生した場合、ヘッジ保護があり、EAに不必要なリスクを加えることはあ
    多くの人が XAUUSD 取引を好みますが、私も例外ではありません。取引経験と努力を積んだ後、XAUUSD/XAUEUR/XAUGBP/XAUCHF /XAUJPY/XAUAUD などのすべての XAU 関連品種を取引するためにこの Apocalypse XAU EA を作成しました。ただし、多くの人がすべての XAU 通貨ペアを取引する必要はなく、XAUUSD のみを取引する必要がある可能性があることを考慮すると、エントリーレベルの EA は非常に意味があります。そこで私は、XAUUSD 取引専用に設計された EA、Apocalypse Gold を作成することにしました。 信号表示とディスカッショングループ: シグナル表示:   https://www.mql5.com/zh/signals/2222996 パラメータの設定方法がわからない場合、またはその他の質問がある場合は、ここをクリックしてください。     ここをクリック onechart を使用して 1 つのチャートで複数の通貨ペアを取引する場合は、左側の引用符を維持してすべての通貨ペアを表示してください。 一度に 1
    Aura White Edition MT5
    Stanislav Tomilov
    4.66 (35)
    Aura White Edition is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPUSD,
    作者のその他のプロダクト
    This QuickClose help you to close all orders having profit immediately with only ONE CLICK, its work is very fast. You can choose which symbol you want or close all symbols so it will helpful for you in your trading to manage trading faster. This EA can quick close all Buy and Sell Orders by a selected symbol or total. This SymbolButton is designed for closing orders. There is available Manual and Automatic closing functions. Automatic closing function will close the orders according the paramet
    Professional traders know that a reversal in market price is the best entry points to trade. The trend changes K line state changes the most obvious. The SoarSignal is good to identify these changes, because we have incorporated the KDJ indicators. It is the closest to the K line state of the indicators. The two lines of KDJ Winner move within a range of 0 and 100. Values above 80 are considered to be in overbought territory and indicate that a reversal in price is possible. Values below 20 are
    This StrongCurrency is a complete trading system based on a variety of technical indicators, moving averages and pivots. Each of those elements can be assessed in defined rules and coefficients (depending on the indicator) providing limitless optimization scenarios for the StrongCurrency. In order to work the StrongCurrency creates a trend strength and entry point signal list display by evaluating these data, that takes data from all symbols. It extrapolates all the information in order to get t
    このPowerSignalは、テクニカル指標のATRに基づく完全な取引システムです。これらの指標は、分析されたすべての時間枠と通貨ペアにおける各POWERTRENDの現在のステータスを記録します。 PowerSignalは、これらのデータを評価することにより、トレンド強度とエントリポイント信号リストの表示を作成します。いずれかのペアに完全な一致がある場合、そのような場合を示すアラートがポップアップ表示されます。リストデータには、Symbol、M5-MN1、BuyPercent、SellPercent、LastEntryが含まれます。 LastEntryは、エントリポイント(期間、価格、時間)を表示します。トレンド強度が75%を超える場合、それは強い通貨ペアであると見なされます。 Inputs Value Periods = 14 - indicators Periods. Text color = White - Normal text color. Buy Signal color = LawnGreen - Long signal color. Sell signal c
    This indicator shows the crossing between two moving averages, a slower and faster moving average. Signal show alert pop-up, when MA1 crosses above the MA2. Signal show alert pop-up, when MA1 crosses below the MA2. Inputs Value Fast MA Setup Period = 5 - period of Faster Moving Average (value 5). Mode = SMA - type of Moving Average (SMA, EMA, SMMA, LWMA). Price = Close - type of price (Close, Open, Low, High, Median, Typical, Weighted). Slow MA Setup Period = 10 - period of Slower MA (value 10
    This EA is based on the classical trend-following system of opening the positions. The EA is based on DYJ TwoMACrossAlarm and ATR and CCI indicator. It uses two moving averages. The EA uses dynamic allocation MA period. The MA1 and MA2 period is the Fibonacci sequence, such as 5.8 or 13.21 or 21.34 or...; EA Entry Rules: Go long when fast MA1 crosses above the slow MA2 and CCI crosses above the zero line; Go short when fast MA1 crosses below the slow MA2 and CCI crosses below the zero line; the
    DYJニュース外貨工場はカレンダー取引ツールとマクロ経済事件の基本的な市場分析指標である。 ここでは、世界最大の経済ブロックの金融ニュースと指標を見つけることができます。アメリカとeuからオーストラリアと日本まで、合計9つの経済ブロックがあり、60以上の通貨ペアが関係しています。 公共ソースからリアルタイムで800以上のマクロ経済指標と事件を収集する。 各指標には、履歴、現在値と予測値、および重要性の特徴があります。 また、このサービスは大量の履歴データをグラフと表の形で保存します。 指標の右側の動的な緑色の矢印は、前回のイベントの発生を示し、その通貨のデータ分析結果、良し悪しを示します。 結果から通貨ペアの数と空を判断できます インジケータの左側にある黄色のアスタリスクは、次に起こるイベントを示しています。 インジケータの時系列列には、各時点のイベントオブジェクトが表示されます。 インジケータには電子メールとプッシュ通知機能があります。 All currency pairs GBPUSD, EURUSD, USDJPY, USDCHF, USDCAD, GBPJ
    This indicator shows the crossing between three moving averages (slower, middle and faster ones). When fast MA crosses up middle MA and middle MA crosses up slow MA, the bullish alert is issued. When fast MA crosses down middle MA and middle MA crosses down slow MA, the bearish alert is issued. Signals to close buy positions are generated if fast MA crosses middle MA downwards, signals to close sell positions are generated if fast MA crosses middle MA upwards. Inputs Fast MA Setup MAPeriod1 =
    The Expert Advisor is based on three Moving Average indicators. ThreeMACross is based on the following idea: crossing of three Moving Average lines (Fast, Middle and slow ones) is used as a signal for opening and closing a position together. Go Long when Fast MA (MA1) crosses above Middle MA (MA2), and Middle MA (MA2) crosses above Slow MA (MA3). Go Short when Fast MA (MA1) crosses below Middle MA (MA2), and Middle MA (MA2) crosses below Slow MA (MA3). Signals to close buy positions are generate
    The RiseTrading is a unique High quality and easy to use and affordable trading tool because we have incorporated a number of proprietary features and PowerSignal and MACD and Stochastic indicators. The main advantages of the trend trading strategy used by the Expert Advisor are opening positions only in the direction of a trend, ability for the long-term retention of profitable positions allowing users to achieve good combinations of profit/loss distributions. That can work on a real account at
    DYJ株式コントローラは全通貨株式取引システムである M1からMNまでの各通貨ペアのランダムな値を表示できます 1サイクルのStoch値がスーパーエリアとスーパーエリアに到達すると、色のヒントがあります これらの情報に基づいて正しい取引をすることができます 「DYJ在庫管理者」という在庫指標テンプレートを作成して保存してください。 スーパーストアまたはスーパーストアをマウスでクリックすると、対応する通貨ペアのサイクルマップが自動的に開き、Stoch指標がロードされます。 INPUT InpPairs                      = "GBPUSD,EURUSD,USDJPY,USDCHF,XAUUSD,USDCAD,GBPJPY,EURJPY,EURGBP,EURAUD,EURNZD,EURCAD,CADJPY,AUDUSD,AUDNZD,AUDCAD,AUDJPY,NZDJPY,NZDUSD,NZDCAD,GBPAUD,GBPNZD,GBPCAD,CHFJPY,NZDCHF,AUDCHF,EURCHF";     InpStrategyMinTimeFrame 
    The DYJ SoarTrading is based on SoarSignal indicator. It can be used for any currency pair and timeframe. Signals to buy are generated when SoarSignal has crossed oversold downwards, reached oversold and then crossed back up through oversold. Signals to sell are generated when SoarSignal has crossed overbought upwards, reached overbought, and then crossed back down through overbought. Close a trade when SoarSignal reaches the opposite side ( overbought for long order, oversold for short order).
    The  DYJ WPR - SignalSource is based on  WPR  indicator. It can be used for any currency pair and timeframe. The  WPR  recommends  Indicator values ranging between 80 and 100% indicate that the market is oversold. Indicator values ranging between 0 and 20% indicate that the market is overbought. The entry signal of this indicator is a turning point in the trend. The indicator uses analog trading technology, Provide you with indicators to evaluate the overall profit of the opening signal and c
    DYJ Sharp advanced algorithm that detects new trends and current trend continuations for use as an entry and exit strategy. The strategy display the SHARP trend demarcation area. This SHARP area has high HighLine and low LowLine. Falling of high below HighLine of SHARP and then falling of close below LowLine of SHARP can be interpreted as a signal to sell. Rising of close above HighLine of SHARP and then rising of low above LowLine of SHARP can be interpreted as a signal to buy. The signal for e
    DYJ TRENDWAVE features an advanced algorithm that detects new trends and current trend continuations for use as an entry strategy. DYJ TRENDWAVE's volatility is based on the power of buyers and sellers, it grabs total body size of candles and identifies the battle between buyers and sellers as a percentage of the total volume, like Sellers: (-)100% and Buyers: (+)100%. This information can be used for any entry and exit strategy. For bullish/Long Pin bar it is below the price line, for bearish/S
    DYJTRENDWAVE features an advanced algorithm that detects new trends and current trend continuations for use as an entry strategy. DYJTRENDWAVE's volatility is based on the power of buyers and sellers, it grabs total body size of candles and identifies the battle between buyers and sellers as a percentage of the total volume, like Sellers: (-)100% and Buyers: (+)100%. This information can be used for any entry and exit strategy. For bullish/Long Pin bar it is below the price line, for bearish/Sho
    DYJ Scalpingは完全に自動化された専門家のアドバイザーです。 確率インジケータフィルタはエントリに使用されます。アドバイザーにはヘッジやECNのアカウントタイプが必要です。 オーダーロスはゲームで救済され利益になる。順序が間違っているならば。 いつでも無効にすることができますゲームの戦略。 一般勧告 お勧めのECNのアカウントは、Xauusdスプレッド8と11の間に、ユーリッッドスプレッド1 最低保証金は$ 200です。 Please download the xauusd and EURUSD settings file in the product comments area 入力パラメータ InpLotsRisk                = 0.002  -- Lots Risk x% risk 0.002% If the balance is $10000 and 500 leverage risk 0.1%  If the balance is $100 or $200 and 500 leverage rsik 0.008%, If the balan
    DYJ T3ModeMAはT3アルゴリズムに基づく。 T3アルゴリズムは、米国雑誌「TASC」が発表した記事「より良い移動平均線」で技術分析分野に導入された。 T3価格序列を平滑化しながら、トレンド追跡システムの遅れを減らすことができる。 指標の柱線の大きさによって入場信号が決まり、柱線の大きさが0に近づいたときがトレンドの転換点である。 この指標はシミュレーション取引技術を用いて、 開盤信号と終盤信号の全体的な利益を評価する指標を提供します。 どの評価モデルで取引しても便利です。 最大利益モデル評価モデルを選択すると、 トラッキングストップ機能を使用することをお勧めします。 これにより、トレンド利益を最大限に追跡できます。 逆の信号オフ評価モードを選択した場合、 向こうの信号が出てから平倉に入るのを辛抱強く待つことをお勧めします。 これはトレンドが本格的に終わり、利益が出るのをずっと待つことができます。 指数の開倉と平倉に自動的に従う必要がある場合は、ユーティリティをダウンロードしてください DYJ Follow Me Input [Indicator] InpM
    DYJ Long term Strategy EAはロングライン取引システムである 私たちはろうそくの中で最低価格を探して多頭トレンドとして始まり、最高価格の空頭トレンドを探して始まり、私たちは最長時間で倉庫を持ち、最大の利益を得ることができます。 注文の方向が間違っている場合、戦略は黒字に転換することができます。 EAは1つの通貨対グラフの任意の周期でのみ実行されます Signal URL INPUT InpMagicNumber = 8257 InpIsDisplayInterface = true InpEAComment = LTS InpRStrategyTimeFrame = 1 Day InpLotsRisk = 0.0002 -- Lots Risk x%,default 0.002% if blance is 10000$ InpLots = 0.01 -- fixed lot [0-->Auto] InpMaxSpread = 100 Maxtrades = 1 InpDirection = Both InpFristOrderStep = 200 In
    The DYJBands opens and closes positions using Bollinger Bands signals: It performs trades after a price rebound from the borderlines of the indicator. It has the option to close positions by an opposite signal, by take profit and stop loss, move a trade to breakeven upon reaching the central Bollinger band or after a certain price movement. By default, the EA is configured for trading the GBPUSD currency pair on the H1 timeframe. Also, settings for the EURUSD, USDJPY, USDCAD and XAUUSD currency
    The DYJ MacdSto is a unique High quality and easy to use and affordable trading tool because we have incorporated a number of proprietary features and MACD and Stochastic and RSI and ADX indicators. The main advantages of the trend trading strategy used by the Expert Advisor are opening positions only in the direction of a trend, ability for the long-term retention of profitable positions allowing users to achieve good combinations of profit/loss distributions. DYJ MacdSto EA uses MACD and Stoch
    This StrongCurrency is a complete trading system based on a variety of technical indicators, moving averages and pivots. Each of those elements can be assessed in defined rules and coefficients (depending on the indicator) providing limitless optimization scenarios for the StrongCurrency. In order to work the StrongCurrency creates a trend strength and entry point signal list display by evaluating these data, that takes data from all symbols. It extrapolates all the information in order to get t
    The DYJ TrendPending EA tracks the new change of price of the currency pair and opens trades in case of a price low and high from the main movement in the direction of the trend. So EA uses the least risky grid and Add lots. And can attach a positive and reverse pending order. The PositivePending orders can reduce the number of grids and Add lots,  while ReversePending orders reduce the loss of orders . For more convenient search, the working timeframe has been added to inputs (Work timeframe).
    This is a multi-currency and multi-strategy EA. This EA is to create one or more polling trading strategies in a transaction. In the polling mode, the strategies filter a trend-free range market environment and trades are placed in the opposite direction at the edges of the range. With an additional main trend filter in the trend-following mode, the DYJ's ArtOfForexWar can also trade pull-backs during trends in the trend of loss. The winning rate is more than 95% within three orders or three cl
    DYJ Scalpingburg EAは完全に自動化された専門家のアドバイザーです。 BURGアルゴリズムフィルタはエントリに使用されます。アドバイザーにはヘッジやECNのアカウントタイプが必要です。 オーダーロスはゲームで救済され利益になる。順序が間違っているならば。 いつでも無効にすることができますゲームの戦略。 一般勧告 お勧めのECNのアカウントは、Xauusdスプレッド8と11の間に、ユーリッッドスプレッド1 最低保証金は$ 200です。 製品コメントエリアでXauusdとEURUSD設定ファイルをダウンロードしてください Input Parameters [Burg] MinProfit                  =  160 -- Open positions if predicted profit >= MinProfit PastBars                   =  200     --   Number of past bars ModelOrder              =  0.37     --   Order of Burg m
    DYJ ArtOfMakingMoney attempts to gauge bullish and bearish forces in the market by using two separate measures, one for each type of directional pressure. The  EA's BearsIndex  attempts to measure the market's appetite for lower prices The EA's BullsIndex attempts to measure the market's appetite for higher prices Features Monitors all pairs at the same time. The EA monitors the top 35 pairs by default, but you can select less pairs if you wish. It is a multi-currency EA that can be run from a
    私たちの目標は、アクセス可能で質の高いサービスを提供し、市場参加者、トレーダー、アナリストに、情報に基づいたタイムリーな取引決定のための非常に必要なツールを提供することです。 最も最適化された、非常に堅牢で使いやすいDYJトレンドアナリストインジケーター。 DYJトレンドアナリストは、方向性圧力のタイプごとに1つずつ、2つの別々の測定値を使用して、市場の強気と弱気の力を測定しようとします。 指標のBearsIndexは、低価格に対する市場の欲求を測定しようとします。 指標のBullsIndexは、より高い価格に対する市場の欲求を測定しようとします。 DYJトレンドアナリスト向けのピボットポイント追加インジケーター。 当社のピボットポイントインジケーターは、ピボットポイントとサポートおよびレジスタンスレベルを計算する高度なアルゴリズムに基づいています。 将来の重要な価格レベルと起こりうる市場の逆転の信じられないほど正確な予測。 すべての市場(外国為替、商品、株式、指数など)と時間枠に役立ちます。 特徴 すべてのペアを同時に監視します。 インジケー
    The DYJ Trend Analyser EA is based on  DYJ Trend Analyst  indicator. The most optimized, highly robust and easy to use DYJ Trend Analyser EA. DYJ Trend Analyser EA attempts to gauge bullish and bearish forces in the market by using two separate measures, one for each type of directional pressure. The  EA's BearsIndex  attempts to measure the market's appetite for lower prices. The EA's BullsIndex attempts to measure the market's appetite for higher prices. Pivot Point Extra Indicator for DYJ Tr
    This is an expert adviser that is intended to trade where sudden sharp movements occur on charts.  This EA is the trend breakout trading. However it makes only one trade per bar. Low risk EA with no too many positions, and there are predefined TP, SL and TS for each position. Features Monitors all pairs at the same time. The EA monitors the top 15 pairs by default, but you can select less pairs if you wish. It is a multi-currency EA that can be run from a single chart (M5 to D1,recommended timef
    The  DYJ Hedging  is based on the following idea:crossing of two Moving Average lines (Fast and slow ) is used as a signal for opening positions. We will now apply game theory strategy on the future of per currency instead of a price chart of history. This is one level higher. Dynamic Market game theory is a special feature of Advanced Currency Health Bars indicator and you cannot find in any other Currency Meter! This is a very unique function. Dynamic Market game theory strategy Health Bars ar
    フィルタ:
    レビューなし
    レビューに返信
    バージョン 1.1 2020.01.28
    Version 1.1 2020.01.28
    Optimize the code