BreakingTrend

The Breaking Trend ADVISOR opens the first position only to buy an order. Next, he looks at if the price goes to a loss, then at a certain loss distance he puts a pending Stop Order Sell for sale with an increased lot in order to cover the loss and fix the profit when closing buy and sell orders. And then the whole trade actually takes place with this logic.

These are the settings of the advisor:
-- LOT ---

extern double lots                       = 0.2; - this parameter is responsible for the purchase of a lot when opening 
                                                  the first position, purchase orders.

extern double MultiplyingLotForFirstTime = 3.0; - this parameter answers by which number it will be increased 
                                                  (multiplied), the initial purchase lot to open a pending order
                                                  for sale, in order to pay off losses on an open purchase order
                                                  and when a certain profit is reached, close all orders 
                                                  (for purchase and sale), which are on the market and participating 
                                                  in the auction.
In a way, this is the strategy of this adviser: To open orders only for purchase, and by placing pending
orders for sale, where the trader usually puts his stop loss and if the price goes to a loss from the first open
order, then the trader has the opportunity to make money on this loss. In theory, this OrderCloseBy function is 
available in the mql4 language, but not all brokers allow it to be used in trading. Here the lot is multiplied by 
3.0 and will be equal to 0.6 lots when buying a pending stop order for sale, and TheFirstOrderToClose parameter will 
show which one at a distance from the first open buy order, a pending sell order will be opened if the current price
crosses this barrier set by you, in which you set this distance allowing your losses.
The pending sell order itself will be opened plus 50 points from the distance you specified in this parameter.

extern double IncreasingLotForSecondTime = 4.0; - this parameter answers by which number the current one will be 
                                                  increased lot (0.6) and will already be equal to 2.4 lots with an 
                                                  open pending order for sale and if, suddenly, the current price 
                                                  changes again the direction of the trend will begin to make a loss 
                                                  already on the open a sell order, but with all this, she will 
                                                  compensate for her if there is a loss with the first open buy order,
then we will try open a pending stop order to buy so that when a certain profit is reached, which is specified in the 
closelotprofit parameter, all orders in our market would be closed and we would start our tactics anew. It should
be noted here that the closelotprofit parameter works from the specified parameter and can be greater, but not less 
than the specified parameter. The pending stop order for purchase will be opened at the specified distance by the 
TheSecondOrderToClose parameter,when the current price is reached, a pending stop order for a purchase of 500 points 
from the current price will be opened and it will be designed for a sudden market fluctuation in the growth of 
purchase prices in order to open and immediately close all orders in our market in order to start your trading 
strategy anew. The TheSecondOrderToClose distance is indicated from an open pending sell order plus 500 points.

extern double IncreasingLotForThirdTime  = 3.0; - well, if everything goes wrong here, and everything doesn't go our 
                                                  way, then this parameter will be responsible for increasing the 
                                                  current lot for sale and which we will try to open at a distance 
                                                  from the very first us an open position to buy and, the lot will 
                                                  already be equal to 7.2 lots for sale. P.S: Here it is necessary 
to notice one feature that the deferred orders can be placed in a large lot, but this is not the fact that they will 
be opened in the market.

extern double IncreasingLotForFourthTime = 5.0; - well, this parameter can already be said to be a lifeline for 
                                                  the adviser and which will increase the current lot by the 
                                                  specified number and it will be equal to 36.0 lots for opening a 
                                                  purchase order. And this one the parameter interacts with The 
                                                  Fourth Order To Close parameter which indicates the distance from 
the first open order It is designed to open a closing buy order and close all orders and at the same time change
the trend for further trading, so that you can start all over again.


--- ORDER OPENING DISTANCE ---

extern int TheFirstOrderToClose  = 100; - this parameter is responsible for the distance to open a stop order for 
                                          sale plus 50 points from the first open buy order.

extern int TheSecondOrderToClose = 150; - this parameter is responsible for opening a pending stop order to buy plus
                                          500 points from an already open sell stop order.

extern int TheThirdOrderToClose  = 200; - This parameter is used to open a sell order and is calculated  
                                          the distance from the first open purchase order and located in
                                          the market.

extern int TheFourthOrderToClose = 5800; - this parameter is responsible for opening the last order of the ADVISER, 
                                           upon reaching which a purchase order will be opened in order to close
                                           all orders that are in the market and change the trend to start trading
                                           the operations are repeated.
--- THE DISTANCE FOR PENDING ORDERS ---
input int SellingToCloseAPurchase  = 50;  the distance of opening the first pending sell order
                                          to close a purchase order
input int PurchaseToCloseTwoOrders = 100; the opening distance of the second pending buy order,
                                          to close buy and sell orders


--- CLOSE ---
input int morning = 0; the time from which the pending purchase orders will be closed
input int evening = 4; time from what hour will pending purchase orders stop closing

extern double closelotprofit = 0.01; - this parameter is responsible for the profit at which all orders will be closed
                                       located in the market and opened by this adviser. P.S: it should be noted here
                                       such a feature that when the price fluctuates, orders will be closed more
                                       the specified parameter, but not less. That is, if you specify 10.0, then, for 
                                       now the amount of orders opened in the market will not be equal to 10.0 orders 
                                       will not be closed. 
But if the amount of orders is equal to the fluctuation of the market price: 10.01, 11.0, 12.0, 13.0 20.0, etc. then 
the orders will be closed. That is, the parameter indicates that orders will be closed at least this parameter. That 
is, if the amount of orders is 9.99, then the orders will not be closed.


-- TREND LINE ---

enum TREND - these are enumerations of parameters that indicate the period for which the trend will be calculated. 
{
   Period_M1   = PERIOD_M1,
   Period_M5   = PERIOD_M5,
   Period_M15  = PERIOD_M15,
   Period_M30  = PERIOD_M30,
   Period_H1   = PERIOD_H1,
   Period_H4   = PERIOD_H4,
   Period_D1   = PERIOD_D1,
   Period_W1   = PERIOD_W1,
   Period_MN1  = PERIOD_MN1
};
input TREND trendline; - in this parameter, you will just specify for which period you will calculate
                         the trend for the adviser to work and open the first order.

extern int Last  = 1; - this parameter indicates the minimum price of the bar. The last bar is listed here and its
                        the minimum price. If you set 0 to zero, then the calculation will take place at the current 
                        price.

extern int First = 20; - this parameter indicates the minimum price of the bar. The twentieth bar is listed here and 
                         its the minimum price. If you set 0 to zero, then the calculation will take place at the 
                         current price.

PS: Here it should be noted that the adviser begins to work on a downward trend. But it can be done that he will also
start trading on an uptrend. How? Swap the values. Where there is a unit, put twenty,
and where there is twenty, put one.



--- MAGIC NUMBER ---

extern int magic1 = 111; - this is the magic number of the first order.
extern int magic2 = 123; - this is the magic number of the second order.
extern int magic3 = 124; - this is the magic number of the third order.
extern int magic4 = 125; - this is the magic number of the fourth order.


おすすめのプロダクト
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
GoldenTrend — a next-generation high-frequency scalping Expert Advisor designed to extract profit from the smallest market movements. Utilizing advanced algorithms for price action and volume analysis, it opens dozens of highly accurate trades daily with minimal risk. Why GoldenTrend? Монитор Ultra-Fast Trades : Captures profit from 5–15 pip movements. Ideal for ECN accounts with low spreads. Adaptive Strategy : Automatically adjusts to current market volatility and dynamically shifts tradi
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
We do not want to make you confused with an imaginary high profit screenshot from Strategy Tester which has no relation/guarantee of future profit! We just want to tell you the real thing about our EA. TrendEx Pro has been developed to trade on Gold specially, combining multiple strategies algorithm to ensure Trend catching and trading on. It can identify both short and long trends and opens positions accordingly with excellent built-in risk management logic. There is no use of any dangerous met
Matrix Arrow EA MT4
Juvenille Emperor Limited
5 (8)
マトリックスアローEAMT4 は、 マトリックスアローインジケーターのMT4 シグナルをチャート上のトレードパネルと手動または100%自動でトレードできるユニークなエキスパートアドバイザーです。 マトリックスアローインジケーターMT4 は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。平均方向移動指数(ADX) 、 商品チャネルインデックス(CCI) 、 クラシック平研アシキャンドル 、 移動平均 、 移動平均収束発散(MACD) 、 相対活力指数(RVI) 、 相対力指数(RSI) 、 放物線SAR 、 ストキャスティクス 、 ウィリアムズのパーセント範囲 。 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。 Matrix Arrow EA MT4 を使用すると、チャートのトレードパネルから直接、または100%アルゴリズム取
Jet Punch
Didit Haryadi Saputra
Jet Punch is another best expert advisor for MT4,  can help you make money while you sleep by automatically entering and exiting trades. It trades by opening trades every day and closing them at the right time to ensure you always earn a profit. The software is very simple and can be used by both beginner and experienced traders.  Jet Punch was tested and has successfully passed the stress test with slippage and commission approximate to the real market condition. Recommendations: Currency pair:
MMM Zig Zag Strategy: The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published. General Inputs: Closes orders with any profit of value (currency):
торговая система с риском 1% чем больше денег на счете тем больше лот но риск 1% Начальный депозит 50.00 Спред 10 Чистая прибыль 6.71 Общая прибыль 51.97 Общий убыток -45.26 Прибыльность 1.15 Матожидание выигрыша 0.02 Абсолютная просадка 26.79 Максимальная просадка 29.21 (55.47%) Относительная просадка 55.47% (29.21) Всего сделок 427 Короткие позиции (% выигравших) 219 (72.60%) Длинные позиции (% выигравших) 208 (72.12%) Прибыльные сделки (% от всех) 309 (72.37%) Убыточные сделки (% от все
Riders
Alexandr Nyukhin
5 (1)
GunLines RSI、ボリンジャーバンド指標を使用したグリッド取引システムで、部分的な決済とヘッジポジションを含む合計利益に基づいて決済されます。 シグナル https://www.mql5.com/ru/signals/1525221?source=サイト +プロフィール+販売者 通貨ペア: EURUSD、GBPUSD、EURGBP、AUDCAD、AUDNZD、NZDCAD。 時間枠: M15 アドバイザは、すべてのシンボルを取引するために 1 つのチャートにのみインストールされます ブローカーがサフィックス (CAD.с など) を使用している場合は、設定にサフィックスを入力する必要があります。 設定  固定ロット0.01  リスクロット リスク20  ロット値動的 10000  固定初回デポジット False  MaximumLot=10 最大ロット  ヘッジを許可 - True  取引可能な通貨ペア  ボリンジャーバンド 期間 20  RSI期間 - RSI期間30  最大 RSI 値 - 25  
VR Black Box
Vladimir Pastushak
3.67 (3)
VR Black Box は、経験豊富なトレーダープログラマーによって開発された最新の自動売買エキスパートです。市場のトレンド運動に追随する実証済みの戦略に基づいて構築された強力な取引ツールです。このロボットは長い開発と改良の過程を経ており、定期的にアップデートされ、市場環境の変化に適応しています。実際の取引口座で長年稼働してきた結果、初心者から上級トレーダーまで信頼できるアシスタントとして高い評価を得ています。 セットファイル、製品のデモ版、説明書、特典が入手可能 [ブログ] のバージョン [MetaTrader 5] 主な戦略 ロボットは複数の取引モードを実装しています: 買いと売りポジションを交互にオープン(Buy and Sell alternately)。 買いと売りを同時に取引(Buy and Sell at the same time)。 方向をランダムに選択(Randomly Buy or Sell、「表か裏」に類似)。 買いのみ(Buy only)または売りのみ(Sell only)。 トレーダーの損失ポジションを利益に変えるための手動モード(Magic Numbe
The algorithm of the adviser's work: When the Expert Advisor is launched at a specified distance from the price (first_step), BuyStop and SellStop orders are placed. Further, depending on which way the price went, one of them becomes market, and the other begins to crawl after the price. When the price rolls back, it also becomes market. If we have reached a set profit in some direction, the order is closed and a creeping pending order of the same direction is placed again. If the profit is no
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA Trade X 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 GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:support@btntechfx.com
The MelBar HedgeScalper FinTech RoboTrader MAXIMUM LOTSIZE : 100 Lots (US$10,000,000) per TRADE/POSITION FULLY TRIED, TESTED, PROVEN & VERIFIED ON A REAL LIVE TRADING ACCOUNT! TRY OUT THE DEMO! The Experienced Trader & Global Money Manager Version. 89% Trade Winning Percentage. 32.679% Profit Gain or ROI in 2 Trading Days. Profit Factor 3.59 Average Trade Length 1h 22m. The MelBar HedgeScalper FinTech RoboTrader is easy to use. Has the Advantage of Retiring Unnecessary "Debt" Positi
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
Gold Coin M5
Andrey Kozak
2.5 (8)
Gold Coin M5 は、M5 期間を使用して金市場 (XAUUSD) を取引するように設計された自動取引ロボットです。 このロボットは、短期間の間隔で自動的に取引 (スキャルピング) したいトレーダー向けに設計されています。 特徴: スキャルピング戦略: ロボットは、短期的な価格変動に基づくポジションへの即時エントリーとポジションに基づくスキャルピング戦略を使用します。 M5 の XAUUSD 用に最適化: XAUUSD スキャルパーは、M5 時間枠で XAUUSD ペアを取引するように特別に調整されており、金市場での機会を最大化できます。 最低残高: ロボットとの取引に推奨される最低残高は 1000 ドルです。 このレベルのバランスにより、リスクを管理するのに十分なマージンが提供され、ロボットが短期間で効果的に動作することが可能になります。 使いやすさ: XAUUSD Scalper は、取引口座へのインストールと設定が簡単で、初心者から経験豊富なプロまで幅広いトレーダーが利用できます。 取引に関する推奨事項: XAUUSDでの取引 M5 の時間枠 最低初期残高は$100
TRADING PAIR: EUR/USD CANDLE TIME: 5M  BROKER: IG https://www.ig.com LEVERAGE: 1:200 NOVA EurUsd EA uses RSI , CCI , Stop Loss and it locks profits and sustains little drawdown by trailing its profits.   Bars in test     262084 Ticks modelled   75562166 Modelling quality       90.00 % Mismatched charts errors         4 Initial deposit 10000.00 Spread  Current ( 6 ) Total net profit         3417.50 Gross profit     33101.90 Gross loss      - 29684.40 Profit factor   1.12 Expected payoff 0.64 A
Moneyflow trader is an EA based on the MFI indicator. It  doesn't use martingale or grid. Open trades are based on MFI compared to mfi a spesified number of candels back in time. It closes trades by stoploss or a set of rules based on MA.  Check out my other products:  https://www.mql5.com/en/users/tkjelvik/seller#products EA is most suitable for traders who like a lot of action and trades.  Input parameters MAperiode: Moving average periode used by the close function mfiperiode: Moneyflow
EA Two MA
Ruslan Pishun
5 (1)
The Expert Advisor trades by two Moving Average lines. There are also two types of order closing: 1) if there is an opposite signal, 2) closing order by take profit, stop loss, and trailing stop. You can configure Moving Average indicators. Key Advantages Ability to work with fixed lot and MM. Six trailing stop modifications. Easy to use. Two types of order closing. The EA works with all brokers. Parameters General Order Type – trade directions. Use_Risk_MM – if true , lot size is increased wh
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; -  Recommendations Before using on real money, test the adviser with minimal risk on a cent trad
EA KOGORO TREND PROFITABLE HIGHER, FLEXIBLE AND SAFER EA KOGORO is a robot that operates on the most basic principle of the market: "Trend is Friend" combined with the improved Martingale principle with many times more safety than conventional Martingale. - EA KOGORO is a fully automatic EA robot for established pairs. - The principle of order balancing, low DD protects accounts better for high profits. - Opening and closing orders is really flexible. - Safer, high profit. - Manage b
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with s
HMA Trend Expert
Alexander Fedosov
5 (1)
HMA Trend robot for professional traders works with a set of Hull moving averages( HMA ). Advisor Parameters Use Trade Panel  — Use the visual panel to configure and trade robot. Lot  — Lot size for a market entry. Take Profit(points)  — Take Profit for an open order. Stop Loss(points)  — Stol Loss for an open order. Max Spread(0 - disabled)  — Maximum allowable spread at which you can enter the market. 0 - disabled. Magic number  — The magic number of the robot. EA Comment  — Comments of robot.
エキスパートアドバイザー"発散進行» EAを動作させるには、コードベースセクションhttp://wwwからインジケータをダウンロードする必要があります。 mql5. com/ru/code/32437-MQL4/Indicatorsフォルダーに配置します 推奨パラメータD1EUR/USD: TakeProfit-250;StopLoss-30;反対の信号で閉じる=false; このエキスパートアドバイザーは中期であり、D1期間の取引のみを対象としています。 EAは、ペアで作業するためによく選択されている二つの指標の発散信号に取引し、したがって、彼らは非常に便利である一つのペア内のアカウントを Expert Advisorはまた、電子メールアドレスにSMS通知を送信し、その通知を端末に表示するために提供します。 時間枠expert Advisorは、価格ノイズが多すぎるため、若いユーザーには適していません。Stop
この価格での在庫は残り 4/10 個のみ ---> 次の価格は175ドル // MT5版 発売記念キャンペーン:ご購入いただいた方にはEAをプレゼント! Gold Pulse AIは、強化学習を用いた堅牢なトレーディングアルゴリズムの構築、トレーニング、評価、デプロイに特化したオープンソースのPythonフレームワークであるTensorTradeを使用して開発されました。 このアルゴリズムの戦略は、指値注文を利用して金市場のモメンタムを活用することです。過去のローソク足チャートを分析して注目すべき領域を特定した後、価格がその領域に達した時点で約定する指値注文を発注します。アルゴリズムは、ブローカーの取引条件(スプレッド、遅延、スリッページ、市場ギャップなど)にリアルタイムで自動的に適応します。指値注文が期待されるリターンをもたらさないと判断した場合、注文はキャンセルされます。 AIを最新の状態に保つため、ニューラルネットワークは4~5ヶ月ごとに最新の履歴データを使用してトレーニングされます。 このロボットは、マーチンゲール法やヘッジングといった有害なリスク管理手法は一切使用しませ
EA123 Snipper MACD
Jose Francisco Flores Rojas
MACD Divergence Pro is an intelligent and adaptive Forex trading robot designed to capitalize on MACD signals and detect divergence patterns that often precede major price reversals. The EA automatically places Buy and Sell trades when: Bearish divergence is detected at market highs Bullish divergence is detected at market lows MACD crossover signals confirm potential entry points Key Features: Fully automated trading using MACD and divergence logic ️ Customizable MACD settings for f
The uniqueness of this expert is that he uses one common set. for most Expert Advisors, this is not applicable and will not work because most Expert Advisors have either sets that you can download yourself or embedded in the code for each currency pair. This Expert Advisor uses only 1 set for all 20 currency pairs. the adviser can work with a small deposit starting from $50. I differ from many developers in that I continue. improve your products. The main goal is to make such products that u
Trend Momentum
Gonzalo Melendi Mancebo
Trend Momentum use indicators as EMAs, MACD and an algorithm to detect trends. After first conditions as been reached, it computes crossing angles of the EMAs to set the trigger. Money management is aloud to set percentage lots or fixed lot. After TP1 is reached, SL is moved to Entry point in order to reduce risk. Parameters for Buy Trades and Sell Trades are separated for optimization process. Default parameters EURUSD - 1H.
Averaging Phoenix XAUUSD 向けグリッド・ナンピン型エキスパートアドバイザー — MetaTrader 4 および MetaTrader 5 復活の哲学 不死鳥は落下を恐れません——それを利用してさらに高く舞い上がります。 Averaging Phoenix も同じ原理の上に作られています。 不利な値動きのたびに損失を出して相場から退出するのではなく、本 EA はあらかじめ設定したグリッドの各レベルでポジションをナンピンし、相場が平均建値に戻るまで保有します。戻った時点で、シリーズ全体が単一の目標価格で利益確定されます。ドローダウンは取引の終わりではなく、決済へ至る過程の一部になります。 これは予測システムでも「聖杯」でもありません。透明で理解しやすいロジックを備えた、規律あるナンピンの仕組みです——ブラックボックスも誇大な約束もありません。 動作の仕組み Averaging Phoenix は最初のポジションを建て、価格が逆行した場合、設定したステップ(ポイントまたは価格に対する割合)で後続のグリッド注文を追加します。各注文のロットは設定した倍率で増加し、シリー
Down Under
Thomas Bradley Butler
ダウンアンダーは1時間の時間枠でAUD/USDペアを取引します。 このEAはATRとOHLCをトレードします。 この時間枠でこのペア用にフォーマットされます。 複利は分で使用されます。 ロットサイズと最大。 ロットサイズ。 残高のパーセンテージは、勝ちトレードで合成されます。 バランスが変動すると、ロットサイズも変動します。 設定: mmリスク% mmロット 最大ロット 他に変更するものはありません。 これには、マーチンゲールまたはヘッジ機能はありません。 変更する他の機能は、取引している場合、AUD/USDのCFDのみです。 ブローカープラットフォームでこれを小数点以下で変更します。 リスク免責事項 先物、オプション、通貨取引はすべて大きな潜在的な見返りがありますが、大きな潜在的なリスクもあります。 これらの市場に投資するには、リスクを認識し、喜んで受け入れる必要があります。
このプロダクトを購入した人は以下も購入しています
Scalping Robot Pro is a  professional trading system  designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability  trading opportunities  in the gold market. Scalping Robot Pro is optimized for tra
Gold Trade Pro
Profalgo Limited
4.61 (23)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール
The Gold Reaper MT4
Profalgo Limited
4.62 (34)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal LATEST MANUAL ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 こ
Quantum King MT4
Bogdan Ion Puscasu
5 (5)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT5バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT4 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! ルール   正確さと規律をもって取引を行ってください。 クォンタムキング EA     構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合しました。M5 上の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
BB Return mt4
Leonid Arkhipov
5 (18)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   Global   update   on   June   14th   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   $ 359   は
Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2363526 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortune is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA identifies potential breakout and breakdown zones based on recent market structure, then manages each trade according to the risk percentage set by the user. Every position is opened with predefined Stop Loss and
Vortex Gold MT4
Stanislav Tomilov
4.93 (44)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Aurum AI mt4
Leonid Arkhipov
4.94 (34)
アップデート — 2025年12月 2024年11月末、Aurumは正式に販売開始されました。 それ以来、ニュースフィルターや追加の防御条件、複雑な制限なしで、実際の相場環境にて継続的に稼働してきましたが、安定して利益を維持してきました。 Live Signal (launch April 14, 2026) この1年間のリアル運用により、トレーディングシステムとしての信頼性が明確に証明されました。 そしてその実績と統計データを基に、2025年12月に大規模アップデートを実施しました: プレミアムパネルを全面刷新、すべての画面解像度に最適化 取引保護システムを大幅に強化 Forex Factoryを基にした高性能ニュースフィルターを追加 シグナル精度を向上させる2つの追加フィルター 最適化の強化、動作速度と安定性の向上 損失後に安全に回復するRecovery機能を搭載 プレミアムスタイルの新しいチャートテーマを採用 AURUMについて Aurum — ゴールド(XAU/USD)専用プレミアム自動売買EA Aurumはゴールド市場において、安定性と安全性を重視して開発されたプロ
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience.   With proper brokerage conditions and sufficient running time, this fully automated scalp
FastBull Market Sentiment は、総口座価値5億米ドル以上に相当する数千件のポジションを集約したデータフィードです。 Scalp On Scalp Off は、直接API統合を通じてこのデータを即座に取得し、取引の際に活用できます。センチメントは、カスタマイズ可能で使いやすいパネルとしてチャート上に直接表示されます。 ライブシグナル: こちらをクリック グリッドやマーチンゲールを使用せずに単発トレードを管理します。 適応型の動的トレーリングストップおよびテイクプロフィット。 セットアップは非常に簡単で、15秒以内に完了できます。API URLを許可されたWebRequestに追加するだけです。 推奨設定 チャート: EURUSD, GBPUSD, XAUUSD 時間足: H1 入力パラメータ Market Sentiment URL - このURLをWebRequestに追加します Market Sentiment Filter - マーケットセンチメントフィルターの有効化または無効化 Market Sentiment Pairs - パネルに表示および監視する
Wall Street Robot is a   professional trading system   developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to oper
TPS (Trend Pullback System) is an Expert Advisor for MetaTrader 5 that trades a common behavior of trend trading: the resumption of a trend after a pullback. Its logic is straightforward. It does not chase price or try to anticipate reversals. It waits for an already established trend to offer a quality pullback and enters only when the market confirms that it wants to resume its direction, applying the principle of buying weakness within an uptrend and selling strength within a downtrend. It co
Multi Sniper mq
DMITRII GRIDASOV
5 (4)
MULTI SNIPER EA は、MT4プラットフォームで約90%の精度を誇る高精度自動取引システムです。 この収益性の高いスキャルピングEAは、現在市場で最も安定したシステムの一つです。   No grid! No martingale! このMQL5ウェブサイトでのみ提供されるオリジナル製品です。 テストと取引用の EA Set_files をダウンロードします 。  GBPAUD Set_file   GBPCAD Set_file - 複利法とスキャルピングテクニックを実装しています。 - システムは市場のボラティリティに応じて動的SLを自動的に設定します。 - EAはデフォルトで自動(ロット計算)リスク管理機能を備えており、固定ロットオプションも利用可能です。 - 取引エントリー感度パラメータを調整可能。 - 週末の取引ギャップを回避。 - 1分単位の高精度な動作時間フィルター。 - スプレッド表示機能搭載。 - ロボットには損益分岐点機能があります。 - 口座レバレッジ:1:30~1:2000の範囲で設定可能。 - 最も推奨される通貨ペアはGBPCADとGBPAUD
Forex Diamond EA
Lachezar Krastev
5 (5)
BUY 1 and GET 1 FREE - Promotion! Buy Forex Diamond EA with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $217 (Regular Price: $547 — You Save $330!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Live Results:   https://www.mql5.com/en/signals/2379493 Forex Diamond EA – Reliable Automated Trading Powered by Smart Algorithms Forex Diamond EA is a proven expert advisor designed to deliver consistent results us
One Gold MT4
Stanislav Tomilov
4.68 (19)
One Gold EA をご紹介します。これは、Meta Trader プラットフォーム上の洗練された金取引ロボットで、高度な市場分析でトレーダーを支援するために開発されました。当社の独自のテクノロジーは、ニューラル ネットワークとデータ駆動型アルゴリズムを活用して、過去およびリアルタイムの金市場データを分析し、意思決定に役立つ洞察を提供します。従来の手動戦略とは異なり、One Gold EA は最小限の介入で動作し、取引プロセスを合理化し、関連するリスクの削減を目指しています。高度なニューラル プラグインの使用によりロボットの分析機能が強化されますが、他の取引ツールと同様に、One Gold EA は利益を保証するものではないことに留意することが重要です。ただし、より情報に基づいたデータに裏打ちされた洞察を提供することで、取引パフォーマンスを向上させる可能性を考慮して設計されています。One Gold EA は、金市場を継続的に監視して、人間のトレーダーが見つけるのが難しいパターンや傾向を検出します。このシステムはさまざまな市場状況に適応できるため、特に金取引のような非常に不安定な環
Forex GOLD Investor
Lachezar Krastev
4.39 (51)
BUY 1 and GET 1 FREE - Promotion! Buy Forex GOLD Investor with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $217 (Regular Price: $547 — You Save $330! ) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 3 trading systems . The first one is based on scalping trading strat
「 SOLO SNIPER PRO 」EAは、MT4プラットフォーム向けの強力なスキャルピング取引システムです! 勝率は約90%!複利リスク管理を採用! M15 timeframe! このMQL5ウェブサイトでのみ提供されるオリジナル製品です。 テストと取引には Set_file を使用します:  Download EA set_file - 取引精度は非常に高く、約90%です。 - システムはグリッドやマーチンゲールのような危険な手法は一切使用していません。アカウント保護のため、各注文には独自のSLが設定されています。 - ロット計算には複利方式を採用しています。 - EAは市場のボラティリティに応じて動的SLを自動的に設定します。 - ギャップを回避するため、金曜日から月曜日までの注文は保持しません。 - 1分単位の高精度な動作時間フィルターを搭載しています。 - 口座のレバレッジ:1:30~1:2000。 - 取引ペアはGBPAUDとGBPCADです。 - 動作時間:EAは設定の時間フィルターに基づき、米国取引セッション終了からアジア取引セッション中盤までエントリー機会を
PRO ADVANCED MULTI SCALPING EA は、完全自動のマルチペア取引システムで、非常に安全で着実な成長を遂げています。 この収益性の高いスキャルピングEAは、現在市場で最も安定したシステムの一つです。月間約60~90回の取引で運用可能です。 テストと取引用のEA設定ファイルをダウンロードしてください: USDCHF Set_file GBPCHF Set_file GBPCAD Set_file GBPAUD Set_file EURCHF Set_file EURCAD Set_file EURAUD Set_file AUDCAD Set_file EAの特徴: - 調整可能なボラティリティ - 適応型ストップロス - 固定ストップロスオプション - システムは安全で、グリッドやマーチンゲール法などの危険な手法は使用していません。各注文には、アカウント保護のための独自のストップロスが設定されています。 - このEAは非常に使いやすく、FXのプロと初心者の両方が使用できます。 - ロボットがすべてを自動的に実行します。必要なのは、適切なリスク(デフォルト
Dark Algo
Marco Solito
4.67 (69)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
Quantum Pips AI MT4
Rodrigo Arana Garcia
5 (5)
新世代のエキスパートアドバイザー、Quantum Pips AIへようこそ! この価格で販売されるのは 2/5 のみです。その後、ロボットの性能が実際の口座で十分であることを確認するため、自動的に価格が上がります。 ご購入後にご連絡いただければ、 インジケーターを無料で 差し上げます。 Quantum Pips AIは、外国為替市場から利益を得るために綿密に設計された最先端のExpert Advisorです。このインテリジェントシステムは、複数の時間枠の綿密な分析と、機械学習の力を組み合わせた多様なインジケーターを使用し、どのような状況でもマーケットに適応する能力を与えます。Quantum Pips AIを際立たせているのは、その比類なき適応性で、より高い精度で短いトレンドを利用することで、どのような市場状況でも利益を上げることができます。さらに、インテリジェントなマーケット終了アルゴリズムが組み込まれており、可能な限り最もインテリジェントな方法( バージョンMT5 )で、希望の方向に進んでいない取引を終了させようとします。詳細については、 マニュアルガイドを ご参照ください。 このロ
EA Games Changer
Tjia Elisabeth Jasmine Canadi
5 (3)
AIゲームチェンジャー - マルチペア平均化 + ヘッジシステム(スマートディレクショナル拡張) バージョン: Perfected Interactive UI - MT4 (パッチ適用済み) 開発者: CyberBot Project P R E P A R A T II O N ゲームチェンジャーの哲学:取引がギャンブルだとしたら、賢く受け入れましょう。最大20ペアを同時にアクティブ化することで、補完的な価格パターンが、単一ペアへの依存をはるかに上回る安定したバランスポイントを生み出します。その核となる原則とは?データが多いほど、勝率が高まるということです。 マルチペア戦略の利点 シングルペアリスクの軽減: 突然反転する可能性のある 1 つの不安定なペアに依存しません。 パターン調和の活用: ペアは多くの場合、傾向を共有し、回復力のあるエコシステムを形成します。 利益確率の増幅: 20 ペアで、機会の検出が飛躍的に向上します。 制御されたギャンブルの考え方: 勝ち負けは避けられませんが、多様化によって均衡が保たれます。 精神的な準備と戦略
ORIX mt4
Leonid Arkhipov
4.75 (4)
ORIX System — GBPUSD 通貨ペアを対象に、 M5 タイムフレーム用として開発されたトレーディングロボットです。本EAは価格の動きと市場構造の要素を分析することに基づいており、標準的なテクニカル指標は使用しません。マーチンゲール、グリッド取引、逆張りによるナンピン、ヘッジ、ストップロスなしの取引、高頻度取引や無秩序な取引は一切行いません。 Live signals 主な要件および推奨事項 通貨ペア:GBPUSD タイムフレーム:M5 最低入金額:0.01 ロットでの取引時に 100 USD / EUR から ブローカー:高品質なレートを提供する信頼できる ECN ブローカー 口座タイプ:ECN / RAW / Razor(Netting および Hedging モード対応) VPS:EA を安定かつ継続的に稼働させるため推奨 推奨リスク:1 取引あたり 1%~5%(リスクは単一取引のストップロスに基づいて計算) 設定:デフォルト 取引ロジックとリスク管理 戦略タイプ:価格行動および市場構造の分析による重要な反転レベルの特定 標準的なテクニカル指標は使用しません すべ
DAX Robot is an advanced automated trading system developed specifically for the   DAX 40 Index   on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's   most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability   trading opportunities   by combining trend analysis, market momentum, and volatility based conditions. DAX Robot
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
GOLD Scalper PRO
Lachezar Krastev
4.48 (25)
BUY 1 and GET 1 FREE - Promotion! Buy GOLD Scalper PRO with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $177 (Regular Price: $447 — You Save $270!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Live Results:   https://www.mql5.com/en/signals/2353871 GOLD Scalper PRO is a fully automated trading system which takes much of the work out of trading, leaving you free to do other things! You should not be fooled
Javier Gold Scalper V2
Felipe Jose Costa Pereira
5 (4)
Javier Gold Scalper:あなたのそばにある最先端テクノロジー! マニュアルと設定ファイル:購入後にご連絡いただければ、マニュアルと設定ファイルをお渡しします 価格:販売されたライセンス数に応じて価格が上がります 残りのコピー数:5 金は金融市場でもっともボラティリティの高い資産の一つであり、取引には高度な正確性、慎重な分析、そして非常に効果的なリスク管理が必要です。 Javier Gold Scalper は、これらの柱を統合するために開発された強力で洗練されたシステムであり、金市場での取引を最適化することを目的としています。最先端のテクノロジーと高度な戦略を駆使して、Golden Scalperは初心者からプロのトレーダーまで対応し、このダイナミックな市場における課題を安全に乗り越え、チャンスを活かすサポートをします。Golden Scalperを使えば、金の特性に対応した信頼性の高いツールを手に入れることができます。 シンボル XAUUSD(金) 時間足 M30 PropFirm 対応済み 資金 最低 $1000 ブローカー どのブローカーでも可 口座タイプ ど
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Tom Scalper - The Trendline Breakout Expert Advisor Overview: Tom is an Expert Advisor designed for Gold (XAUUSD) trading. It uses a single trendline to determine the trend and incorporates pattern recognition to identify breakout conditions. Built for traders seeking a structured approach, Tom follows predefined criteria to execute trades based on market movements. Join My MQL5 Channel for the Latest Updates! Live Signal :   https://www.mql5.com/en/signals/2361938 Pricing Launch Price : $199
Iberian EA Ultimate - FX H4 is a fully automatic professional Forex expert advisor. This EA trades according to trends (NO scalping, NO martingale) This EA combines various strategies to verify the possibility of a trend and a series of global validations to give the final approval to the opening of the order Despite its complexity, detecting trends is not always the greatest difficulty, it is also necessary to know when to close the operation. In this case, the success of the EA is supported b
作者のその他のプロダクト
こんにちはます。  金融外国為替市場での取引のためのこのパネルについて少しお話ししたいと思います。 このパネルはMQL4プログラミング言語で書かれており、特定のポジションの成行注文を開くのに役立つように設計されています。 これは、通常の注文と保留中の注文の両方で動作します。 つまり、Buy、Sell、BuyLimit、SellLimit、BuyStop、SellStopなどの売り注文と買い注文を開きます。 また、グリッド注文を含む保留中の注文のネットワーク、つまり、保留中の注文を制限し、保留中の注文を一度に停止することもできます。 このパネルは、保留中の注文も閉じます。 今後の注文の設定は、パネルの上部にあります: 1. quantityは注文数(このパラメータは成行注文には影響せず、1つの価格で100注文としましょう)であり、ボタンを1回クリックするだけで開かれる保留中の注文の数を示します。 2. ロットは、ご注文が開かれる価格です 3. takeprofitはあなたの順序が利益と閉まる市場価格である。 4. stoplossは、お客様の注文が損失で終了する市場価格です 5. 距
This Expert Advisor uses Moving Average with certain parameters to open orders. He will always open the first deal to buy, but, with certain settings, he can only open deals to sell. To close orders, he uses a profit after which he will close all orders and start his work again. So far, it works as a Martingale and as a networker. extern double Lots                 = 0.20 ; - - From this parameter, which is the value of the currency at which you will to trade, the Expert Advisor begins its work.
このExpert Advisorは実際にはマーチンゲールであり、Magic1での買い注文に対してのみトレーリングで動作します。 他のすべてのオーダーでは、トローリングは機能しません。 EnteringMarketパラメータに応じて、EAが開きます 注文の頻度が少ないか、より頻繁に注文します。 これは、互いに移動平均の距離に依存し、この距離が大きいほど、 買い注文が開かれることはあまりありません。 戦略の意味は単純です:発注書が開かれ、価格がどのように動作するかに応じて、次のようになります。 我々は知らないが、保留中の注文を使用して、我々はそのさらなる動きを仮定し、予測し、 したがって、我々は獲得しようとします。 そして、はい、顧問は販売のためのマーチンゲールを開き、価格があれば注文を購入しません ロットは10.00以上に達し、10.00を超えるものはすべて4で除算され、3倍になります。 したがって、マーチンゲールから売り注文と買い注文の通常のグリッドアドバイザーに移動します これ以上の十ロット以下の運のための増加したロット。 extern double LotsBuy         
これはマーチンゲールシステムに取り組んでいる普通の顧問です。 平均価格の交点に応じて注文を配置します。 ここでは、例えば、第二以降の注文の開口部後の利益と終値と言わなければなりません 販売は、ポイントで測定され、カウントされません。 つまり、ストラテジーテスターでExpert Advisorを実行する必要があります そして、特定の通貨ペアなどのために適切にその設定を準備します。 あなたによってあなたに提供される資産の ブローカー。 extern double Lots= 0.01 ; -これは、最初の買い注文と売り注文が開かれるロット価格です。 extern int TakeProfit= 400 ; -これは、注文が利益でクローズされるポイント単位の価格です。 extern int TPB= 300 ;-これは、 複数の注文の終値が次のようになるポイント単位の価格です                                   発注書のための利益を使って。 extern int TPS= 400 ;-これは、 複数の注文の終値が次のようになるポイント単位の価格です      
アドバイザーはマーチンゲールシステムを使用して動作します。 彼は移動平均スケジュールに従って取引を開きます。 開くには、期間M15と異なる期間を使用します 価格計算期間と異なるシフトを持つ。 ここでは、例えば、第二以降の注文の開口部後の利益と終値と言わなければなりません 販売は、ポイントで測定され、カウントされません。 つまり、ストラテジーテスターでExpert Advisorを実行する必要があります そして、特定の通貨ペアなどのために適切にその設定を準備します。 あなたによってあなたに提供される資産の ブローカー。 extern double Lots= 0.20 ;-これは、最初の買い注文と売り注文が開かれるロット価格です。 extern int TakeProfit= 400 ;-これは、注文が利益でクローズされるポイント単位の価格です。 extern int TPB= 300 ;-これは、複数の注文の終値が次のようになるポイント単位の価格です                                    発注書のための利益を使って。 extern int TPS= 40
ここでは、このアドバイザーにはマジックナンバーがありません。 ある種の、これは不可能であるため、欠点です 複数のExpert Advisorsが互いに干渉するため、同じ端末で複数のExpert Advisorsを開きます。 しかし、 これは異なる端末では発生しません。 アドバイザーが動作し、そのロジックでそれらを使用するので、それらはコード自体にあります 専用の魔法の注文番号。 つまり、それはアドバイザーの仕事の論理の一部であり、それがなければ、方法はありません。 市場に参入するとき、顧問は現在の価格の異なる平均値とコントロールの大きな読み取り値を使用します 現在のバーを時間内に開くと、結論が出て買い注文または売り注文が開きます。 彼の取引のポイントは、常にトレンドに追いつくことです。 extern double Lots= 0.20 ;あなたのブローカーとあなたの口座の通貨でのロットの値を開く                                  最初の発注書。 extern int TakeProfit= 400 ;-購入のためのポイントで計算された利益を持つ注文の終値
このEAは最初のEAの続きですが、何倍も多くの注文を開きます。 どうして? 私が追加したので 保留中の注文を使用して彼にトレンド検索制御。 つまり、彼は価格がどの方向に動いているのかを覚えています。 どこで、なぜ彼は最後の注文を開いた。.. そして、このアドバイザーは常に正しい方向に動いています。 その唯一の欠点は、正しく設定してこれらの設定で動作させない場合です。 彼はまた、現在の価格の平均を考慮し、いくつかの結論に達し、結果を開きます 取引。 また、現在のバーの開口部を制御し、前に開かれた位置を分析します。 唯一の欠点は、現在の価格からのポイントで保留中の注文の開始を指定しなかったことです。 私がそれを改善するとき、私は間違いなくこのパラメータを設定に追加する可能性があります。.. extern double Lots= 0.20 ;-あなたのブローカーとあなたのアカウントの通貨でのロットの値を開く                                    最初の発注書。 extern double LotsStop= 0.08 ;-ストップ保留中の注文のロット値. e
この顧問の仕事の論理は非常に普通です。 市場に参入するには、異なる値の移動平均を使用します そして、これらの比率に基づいて、それは開き、常に最初の購入取引を開きます。 そしてすでに彼女と彼女の行動に基づいています 彼の行動の次のモデルを構築します。 その通り!... Expert Advisorでは、利食いとストップロスは使用されませんが、クローズされます 一定の利益を達成するための注文は、設定でそれ以下ではないことを示しています。.. たぶんもっと、しかし少なくはありません。 extern double Lots     = 0.2 ; これは、トランザクションのサイズ、つまりそのボリュームを決定する値です。 extern int Magic       = 1121 ; アドバイザーの注文のマジックナンバー。 // //--- // extern int EnteringMarketBuy = 100 ; これは、市場に参入するための2つの移動平均の間の距離です。 // //--- // extern int FirstTransition        = 500 ; 価格が次
これは、買い注文と売り注文のネットワークを配置する通常のパネルです。 このExpert Advisorは、設定で定義された利益注文を閉じます。 次に、ラダーと呼ばれるパラメータがあり、ラダーパラメータで示されたポイントだけ注文間の距離が増加し始めることを含みます(ここでは、メイン設定では10ポイントです)。これは、2次が10ポイント、3次が20ポイント、4次が40ポイントなどを意味します。 次に、これは設定にないため、このアドバイザーに何があるかを知る必要がありますが、このアドバイザーが提案した戦略のロジックに影響します。. アドバイザーが5つの注文を開くのは、ここの設定であるとしましょう。.. または購入のために。.. または販売のため。.. よかった.. ただし、注文を開くと、次のオープン注文のロットが以前にオープンした注文の半分だけ増加します。 つまり、設定で0.1ロットを設定すると、スキームに従って5つの注文が開き、現在の価格に近い最初の注文は0.1ロットの価格で開かれます。 第二に、与えられたステップのために、ここで50ポイントのステップは0.15ロットの価格で開きます。
яяяя 1 . "Opening Orders" extern double Lots      = 0.2 ;   extern int Slippage     = 50 ;   extern int Magic1       = 1911 ; extern int FirstBuy     = 100 ;   extern int NextOrderBuy = 300 ;   //--- //                       2 . "Order Opening Time" extern int Include   = 1 ; extern int TheSwitch = 15 ; //--- // 3 . "Increasing the lot" extern double mnogitb = 3.0 ; extern double mnogits = 2.0 ; //--- //                       4 . "Sell Order Network Settings" extern bool grids                   
zzzz "Opening Orders" ; extern double Lots             = 0.2 ; extern int Slippage            = 50 ; extern int Magic1              = 1911 ; extern int Magic2              = 1912 ; extern int FirstBuyOne         = 3 ; extern int FirstBuyTwo         = 0 ; extern int FirstBuyThree       = 1 ; extern int OpeningDistanceBuy  = 100 ; extern int NextOrderBuyOne     = 100 ; extern int FirstSellOne        = 1 ; extern int FirstSellTwo        = 3 ; extern int FirstSellThree      = 1 ; extern int OpeningD
Expert Advisorは設定に応じて取引されます。.. アグレッシブはアグレッシブではありません-ここでは、あなたがそれを設定すると、それは取引されます。 彼の戦略の特徴として何を強調すべきですか? そして、顧問がこのような取引を開くという事実。.. 彼が指定されたパラメータに従って買い取引を開いた場合、設定の特定のポイントを介して、売りシグナルがあるとすぐに買い注文の下で売り取引を開きます。 そしてまったく逆です。 彼が指定されたパラメータに従って売り取引を開いた場合、買い取引は売り取引の上に開かれます。 それでは、アドバイザーの取引について何を言えばよいですか? したがって、たとえば3.00から10.00までの時間を設定すると、アドバイザーは3.00から10.00までのトランザクションのみを開き、ターミナルウィンドウ、通貨ペアにいる間に残りのすべての作業を行います。これは、設定でトロールを指定し、最も重要なことに、これらの取引がこのアドバイザーによって開かれた場合はトランザクションを閉じることです。 Expert Advisorは、移動平均とアリゲーターの二つの指標を取引に使
このアドバイザーは、アイデアがマーチンゲールに似ていますが、まったくマーチンゲールではありません。 最初はそのロジックを隠したかったのですが、私はまだその特性を設定で部分的に開示しなければならないという事実を紹介します。プログラマーは、私の意見では、思考の論理において普通の人々とはわずかに異なるため、買い手がロジックに混乱しないように、そのパラメータを指定する必要があります。 そして、このため、個人的には、この顧問の仕事についての詳細を説明しようとします。 まず、私はこの顧問の口座残高の全額に制限を設定しており、顧問は確立された制限のこの量が彼が取引するのに十分であるまでのみ取引を開 ここでは、アドバイザーがドローダウンに入り、注文を開かない場合、マージンコール制限自体があなたを救うことはできませんが、彼はオープントレードで損失を被るので、アドバイザーは最終的にあなたのアカウントのすべての資本を排出することを知っておく必要があります。 そして、このため、貿易の顧問を提供する方が良い状況があります。 アドバイザの設定でLimit-1.0(one)を指定すると、制限を無効にできます。 
なぜヘッジ? このアドバイザーの戦略は、あなたの投資投資を保存しようとしますので。 そのため、この顧問はストップロスを使用せず、彼の戦略は勝利のみを目的としており、外国為替市場で発生する危機的な状況では、取引を開始して資本を節約しようとします。 XAUUSD通貨ペアのスクリーンショットグラフは、アドバイザーがヘッジ状態に入り、資本を節約しようとした時点で正確に表示され、同時にひどく稼がなかった(グラフ上のこれらの上向きの縞模様は、アドバイザーがどれだけ稼いだかを示しています。..)通貨ペアは一種の波、それが動く廊下を持っているので、プロセスの設定を変更することも良いことではありません。 もちろん、例外はありますが、価格はほとんど常に通常のコースに戻り、頑固に設定された方向に移動します。 彼女が今回何かを手に入れなかったら、彼女は間違いなく戻ってきて、彼女が手に入れなかったものを手に入れるでしょう。 これは人間の精神がどのように機能するかです。 したがって、賭けている通貨ペアの履歴に基づいてExpert Advisorを設定し、一定期間にわたって実行し、リスクを軽減し、道路に乗ることをお
指標はその作成において普通です。 これは、高値と安値を計算し、平均価格とそれらを相関させます。 それの唯一の美しさは、それが過去の日のパラメータと現在のパラメータを相関させることであり、それが私がそれを「その日」と呼んだ理由です。"これは、H1時間チャートの期間のために開発されました。 そして、それは彼が正しく行動する場所です。 設定では、パラメータを設定するのは簡単です。長さは平均価格を決定します。 パラメータ:primは、指標が平均価格を計算するために使用する価格を示します。 たとえば、2つの指標をチャートに配置し、1つの指標の低価格をプリムパラメータで指定し、もう1つの指標の高価格を指定すると、これら2つの指標がコリドーを作成します。 また、2つの指標を使用してストップロスを設定することもできます。 最初のパラメータがprim=Low、2番目のパラメータが=Medianであり、買い注文または売り注文の配置に応じて、ストップロスを中央線を超えて移動できるとします。 パラメータ:countは、最大値と最小値の計算を行います。 つまり、カウントするバーの数です。
この指標は、線を使用して特定のろうそくの測定値を構築する一種の戦略であり、トレーダーの計算と取引に役立ちます。 インジケーター自体は通常の移動平均であり、明るい色と暗い色の2色で着色されているため、特定の時点での現在の状況での市場行動の性質をトレーダーに示し、色の表示に応じて、この段階でどの取引が最もよく開かれているかを示します。購入するか、販売するかのいずれかです。 しかし、インジケーターの垂直線と水平線は、トレーダーに彼の結論を詳しく見る権利を与え、トレーダーが特定の時間に取引している場合はさらにそうです。このインジケーターは、インジケーター設定でトレーダー自身が設定した特定の時間の水平線で、キャンドルの最大値と最小値の開閉を計算し、これを分割しますパラメーターは、トレーダー自身が設定した一定期間の最大値と最小値の平均値を示す3行目で分割されます。 そして、トレーダーの便宜のために、私は日の取引で今日の取引の終わりを示す3番目の垂直線を追加しました。 インジケーターはH1期間正しく機能しています。 私は他の期間にそれをチェックしませんでした。 その後、私は無料でExper
Expert Advisorはレベルごとに取引されます。 つまり、レベルはアドバイザーの設定で設定されます。朝はレベルが計算されるとき、夕方は計算が実行されるときであり、アドバイザーが終値と始値の高値と安値を計算するのはこの期間中であり、その後は最大値より上のストップ保留中の注文を開き、最小値より下の1つを売ります。 アドバイザーの設定のnottradeパラメータは、アドバイザーが保留中の注文を開くまでの時間を担当します。 アドバイザーにはストップロスはありません。 Expert Advisorは、価格が損失している場合に前の注文を閉じるためにカウンター注文を開きます。 アドバイザーは、最大レベルと最小レベルの間の中央に正確にカウンター注文を開きます。 彼は増加したロットでこの注文を開きます。 どうして? ここでは、カウンター注文のロットが大きいほど、カウンター注文が注文を閉じるためのアドバイザーの設定にも示されている利益に主なものを閉じます。 しかし、カウンター注文が終値に達しず、市場価格がカウンター注文から再びロールバックされた場合、アドバイザーはメイン注文を閉じるのに役立つカウン
アドバイザーは市場の主要プレーヤーを計算し、主要プレーヤーが賭けをする準備ができているという結論に達し、この時点でアドバイザーはストップロスで売買するために2つの保留中のストップオーダーを開きます。市場には1人の主要プレーヤーがいない可能性があり、誰がどの方向に毛布を引っ張るのかわからないのですか?この時点で、アドバイザーは2つの保留中のストップオーダーを開き、ストップロスで売買します。! 現在の価格が逆転し、主要なプレーヤーが勝利にすべてを賭けた場合、後で特定の損失を被るよりもすぐに負けた注文を閉じる方が良いので、最小ストップロスを設定することをお勧めします。 アドバイザーの矢印、またはターミナルチャート上のファキルの魔法の杖は、トレンドの方向を示し、毎日のトレンドがどの方向に発展するか、または現在の価格による内訳が予想されるイベントを予測します。 アドバイザーは通貨ペアでうまく機能します:XAUUSDとbalance10,000のバランスで10年で400万ドル以上になりますが、アドバイザーは取引ごとに5.0ロットまたはtransaction5 これに基づいて、すべてを10で割った場
私はそれを少し変えました。 どうして? ストラテジーテスターを扱うのは少し難しいので、多くのブローカーは独自の個人的な履歴データを持っているため、あるブローカーのアドバイザー設定が別のブローカーの設定と一致しないことが判明し、アドバイザーを再構成してトランザクションの論理構造に入る必要があります。 ここでは、別のブローカーからの二つのスクリーンショットで、私はそれが動作するように必要なように、顧問の仕事を設定しようとしました、とあるブローカーでの顧問の設定は、別のブローカーでの顧問の設定と一致していない、とあるブローカーでの顧問の測定値は、別のブローカーでの顧問の測定値と一致していません。 だからここでは、道に沿って、踊りたい人は誰でも、私の興味を紹介します。 しかし、実際には、それはすべて、彼がこれらの問題に直面しなければならないので、誰がこの顧問とブローカーの彼の選択を得るかに依存します。 そこで私の意見ですが、お問合せくださいませダウンロードする必要があり、体験版のかたまりをビニール袋に入れ、お仲介確認し、図の思えなければいけないのですが、、描かれる結論は是非一度もしつこのアドバ
フィルタ:
レビューなし
レビューに返信