Bremen Town Musicians Break The Trend

なぜヘッジ? このアドバイザーの戦略は、あなたの投資投資を保存しようとしますので。 そのため、この顧問はストップロスを使用せず、彼の戦略は勝利のみを目的としており、外国為替市場で発生する危機的な状況では、取引を開始して資本を節約しようとします。 XAUUSD通貨ペアのスクリーンショットグラフは、アドバイザーがヘッジ状態に入り、資本を節約しようとした時点で正確に表示され、同時にひどく稼がなかった(グラフ上のこれらの上向きの縞模様は、アドバイザーがどれだけ稼いだかを示しています。..)通貨ペアは一種の波、それが動く廊下を持っているので、プロセスの設定を変更することも良いことではありません。 もちろん、例外はありますが、価格はほとんど常に通常のコースに戻り、頑固に設定された方向に移動します。 彼女が今回何かを手に入れなかったら、彼女は間違いなく戻ってきて、彼女が手に入れなかったものを手に入れるでしょう。 これは人間の精神がどのように機能するかです。 したがって、賭けている通貨ペアの履歴に基づいてExpert Advisorを設定し、一定期間にわたって実行し、リスクを軽減し、道路に乗ることをお勧めします。

アドバイザーは買いを購入するための最初の取引を開き、現在の価格が利益の方向に進むと、設定で特定の利益に達すると、アドバイザーはこの注文を 最初の注文を開くために、アドバイザーは端末に組み込まれているアリゲーターインジケーターを使用します。 買いトレンドの始まりは、緑の線が赤と青の線を交差させ、現在の入札価格が緑の線の現在の価格よりも高くなったときの交差点です。 価格が設定された利益に達しておらず、下がり始めた場合、アドバイザーはすでに不採算の最初の買い注文の一定の距離でカウンター売り注文を開き、注文の間に回廊またはフラットが確立され、売り注文の助けを借りて自分自身と買い注文を閉じようとします。 アドバイザーが注文をクローズせず、一定の利益を達成せず、価格が再び好転して急上昇し、現在の価格が最初のオープン買い注文の価格を超えた場合、アドバイザーの設定で指定された一定の距離で、アドバイザーは3番目の買い注文を開き、前の2つの買い注文と売り注文をクローズしようとします。 誰かがこれがすべて非常に高価に見えると思うならば、彼らは間違っています。 どうして? 私たちは市場で3つの注文を持っています、そのうちの2つは購入のために、3つ目は販売のために。 現在の価格は上昇しており、2つの買い注文は利益を上げて不採算の売り注文を閉じる必要があります。 基本的に、それは全体のロジックです。 最初の2つの注文の助けを借りて確立されたその平らな廊下では、アドバイザーは前後に移動し、買い注文と売り注文を5回、売り注文を5回開くことができます。価格がフラットを新しいトレンドに変更しない場合、アドバイザーは失速します。つまり、アドバイザーは設定で指定されたこの距離を正確に変更して、それ以下、またはそれ以上にする必要があります。

extern int morning1      = 0; アドバイザーは何時から彼の最初の買い注文を開きますか
extern int evening1      = 10; 顧問は何時までに彼の最初の注文を開こうとしますか
//
input double Lots           = 0.2; 注文ロット
input double Limit          = 10.0; このパラメータは機能しません
input int Magic1            = 12354; 注文のマジックナンバー
input int Magic2            = 12355; 注文のマジックナンバー
//
extern int morning2         = 0; 顧問は何時から廊下を作るために彼の2番目の注文を開きますか
extern int evening2         = 10; 顧問は何時までに廊下を作るために彼の2番目の注文を開くでしょうか
//
input int DistanceInput     = 5000; コリドー-1番目と2番目の注文の間の距離(売買用)
input int IfThereAreEqualOrdersThenTheDistanceIs          = 1000; 最後の価格からの現在の価格の距離
                                                                  オープンするためのオープン買い注文
                                                                  別の買い注文
input int IfThereAreMoreOrdersThanOthersThenTheDistanceIs = 1000; 最後の価格からの現在の価格の距離
                                                                  オープンするためのオープン売り注文
                                                                  別の売り注文
//
/*
ここでは、小さな余談をして、顧問の仕事について次のように言う必要があります。
それはロットを増やすことです。 そして、すべての注文はチェーンになりますので,
1つのパラメーターを増やすと、後続のすべてのパラメーターのロットが自動的に増加します
命令だ
*/
input double InputMnogitel  = 2; 市場での2番目の注文と1番目の売り注文のロットを増やす
input double EqualsIsNotAMultiplier    = 1; 市場での3番目の注文と2番目の注文のロットを増やす
                                            購入のため
input double AnythingIsEqualToIncrease = 3; 市場での4番目の注文と2番目の注文の多くを増やす
                                            
//
input bool Trall = false; Trueの場合、アドバイザーが最初の注文ロールを実行できるようにします。
input int PlusPoints          = 100; 注文開始価格からの現在の価格の距離
input int TralingStep         = 10; 注文の始値からの価格の距離はより少なくなります 
                                    どの注文が閉じられますか
//
input double Otklychka      = 10.0; アドバイザーがすべての注文を閉じる利益
//


PS:私はアドバイザーに奴隷を追加し、アドバイザーが最初のオープン注文を閉じるために利用可能な利益を持っている限り、無制限に注文を開くことができるようにしました。そして、彼が多くの0.01と2.0の乗数で注文を開いた場合、これらのパラメータを考慮に入れると、アドバイザーは利益とブローカーを許可する回数だけ売買注文を開きます。 それはあなたがOtklychkaパラメータを増加させ、注文を閉じるための利益を高めることができるようになるので、私はトロールを設定し、いくつかの点で、彼らは顧問の設定で指定されたよりも何倍も高い指定された量を超えることができるようになります。最新のスクリーンショットでは、通貨ペア:EURUSD、GBPUSD、USDJPY、XAUUSDは、これらのペアのアドバイザー設定を持っています。


おすすめのプロダクト
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Forest
Vadim Podoprigora
Forest is a Trend Expert Advisor based on the analysis of a unique mathematical model of trend lines, which allows you to determine the trend movement. The Expert Advisor is most suitable for the currency pair "USDCHF" on period "H1". The EA can work on any type of accounts, and with any brokers. The EA uses mathematical analysis to open trades and applies loss control to open trades. At its core, the EA does not use any risky systems with the increase in the volume or increase in the number of
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+
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Infinity Gold AI is a trading robot (expert advisor) for the MetaTrader 4 (MT4) terminal, designed for automated trading of the XAUUSD (gold) currency pair. This advisor was developed by experienced traders with ten years of experience in financial markets and focuses on conservative trading methods based on clear money and risk management rules. The full list is available for your convenience at https://www.mql5.com/ru/users/pants-dmi/seller Key Features of Infinity Gold AI: Trading method : Sc
A professional expert analyzes the market using the relative strength index. The basic principle is that the bot takes the indicated prices for a certain period of time and calculates the strength and amplitude of the price. This can show when the trend will lose strength and reverse. The signal from the exit from the overbought/oversold zones is analyzed, the levels of these zones will be the levels with LEVEL_MAX and LEVEL_MIN values. We buy when the signal first falls below a certain level (
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
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:
ALT Income  - Автоматизированный    советник. Написан для пары EURUSD. .  Торгует  на тайм фрейме M5.  Рекомендованные условия торговли при плече 1:500 Минимальный депозит  - 100 условных единиц (EUR, USD) .  Процент загруженного депозита при продаже -    MaxRiskSELL   от 1 до 15;   Прибыль от одной сделки - TakeProfitSell от 50 до 100.0; Рекомендованные условия торговли при плече  1:40 Минимальный депозит  - 100 условных единиц (EUR, USD) .  Процент загруженного депозита при продаже -    MaxR
ShinZuka
Muhammad Asyraf Bin Mohamad
Using MACD value for direction. Using RSI as reversal indicator. Using open trading hour. (Recommend Hour 10,11,15 & 19 : MT4-Time) Counter trade if signal failed. Cutloss trade if signal failed. Auto lot calculate based on target profit & takeprofit. Able to set counter trade value. Suitable for commodities & currency.  Timeframe H1. Able to set limit lot open. Able to select day to trade.
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Thank you for visiting us. We would like to introduce our new BLACK OUT EA which comes along with a moving average indicator for better trading This EA open and closes trades for you, no need to stress yourself. You can trade on any broker using any time frame . there are no restrictions!! You can easily increase your Lot size on the EA settings Backtest was done for two months. stay tuned for more !!!
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
Many traders, especially the beginners, get tired of manual trading and start using robots. Of course, advertising plays a significant role in choosing the algorithm. Often, system and EA vendors hide information about their product until the customer buys it. Profit Hunter EA is no exception, so in our review we will try to find out whether this robot is efficient or you should better search for its counterparts. Profit Hunter EA  A variation of the "martingale" technique used in the EA is a
Neural Average is a fully automated trading advisor. In addition to the scalping algorithm, the system for monitoring the market through the volumes and coefficients of oscillations and filtering the opening of transactions through custom macros - determinants, a neural network emulator is also integrated into the software basis of this advisor. The above structure allows you to effectively filter the flow of potential deals based on the relevance of the context and conjuncture, as well as by t
EuroGeddon EA
Martin Alejandro Bamonte
EUROGEDDON EA – 卓越した安定性とリスク管理 EUROGEDDON EA は、 自動適応型インテリジェンス を搭載した全自動のトレーディングロボットで、小規模なアカウントでも安定的に成長できるよう設計されています。 資金の管理とリスクの制御に焦点を当て、あなたの口座をしっかりと守ります。 0.01ロットあたり200ドルという極めて低いリスク設定により、 低ドローダウンでの運用 を実現し、 試してみる価値のあるパフォーマンス を発揮します。 ぜひデモ版をダウンロードして、ご自身で体験してみてください。 バックテストだけに頼らず、私のチャンネルにあるデモアカウントで実際の動きをご確認ください。 経済指標発表中も安定稼働 高インパクトのファンダメンタル要因があっても、EAのロジックは動じません。 重要なニュース中でも、安定して稼働し続けます。 自動適応型インテリジェンス (これがニュース時にも強い理由です) あらかじめ設定されたエントリー間隔やTP(利確ポイント)は、通常時にはそのまま使用されますが、 ボラティリティの急変 を検知すると、リアルタイ
Professional expert   Status   Auto     analyzes the market using a special algorithm. The basic principle is that the bot takes the indicated prices for a certain period of time and calculates the strength and amplitude of the price by checking it with its own indication system based on actual data. The moment is fixed when the trend loses strength and reverses, and then the previous series closes and a new one is prepared. The bot also analyzes its own overbought/oversold signals in its algor
The trader’s task is to find a pattern and make money on it. Classic trading uses patterns in the form of graphical analysis - candlestick patterns, levels, trend lines, graphic figures, etc. Their main difficulty is that they are not unambiguous. Each trader sees everything differently. Against the backdrop of this ambiguity, a bunch of other problems arise: psychology is the most common reason for losing a deposit, attracting transactions “by the ears” in places where there is none, the time
Shaman King
Ilham Hijrah Saputra
Shaman King Expert Advisor Shaman King Expert Advisor is a multi-system automated trading engine that runs three independent trading logics simultaneously under one unified framework. Each system operates with its own unique identifier, allowing diversified entry timing and market behavior within the same symbol. Once a position is opened, the EA continuously monitors price movement and, when the market moves against the trade, it activates a layered position mechanism by opening additional trad
Works to open two hedging deals, buying and selling, with a goal of each deal of 20 points With the opening of multiple cooling deals in the manner of another lot size and suspending each type of sale or purchase transaction At a profit level. The King Hedging Forex 2R Upward or Downward Profit Works for free on a demo account Expert Link https://t.me/hfmq4/34 Parameters: Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False i
Shl v1
Michail Papaioannou
SHL V1  The SHL V1 expert advisor is a scalping ea.  For maximum results, we suggest using it only in a RAW Spread account. TRADING TYPE:  Market Trends Order Type: Pending & Market Time frame: Daily Risk Management: Yes Product: EURUSD Pending SL : Yes VPS : Proposed Fix Lot Size: Yes Platforms: MT4 Trailing Stop Loss: Yes Max Spread: 7 Max Open Orders: 1 Account Type : RAW/ECN Pending TP:  Yes Max Stop Level: 15 STOP LOSS: VARIABLE
MT4 Scalper: A Golden Symphony In a world of rapid financial flows, where seconds decide the fate of capital, the MT4 scalper is not just a trading tool, but a conductor, directing a complex orchestra of market fluctuations. It's not just a program; it's a golden symphony, in which each note represents a separate trade, and the harmony represents a stable profit. A Golden Symphony: a metaphor embodying the elegance and efficiency of the algorithm. Gold symbolizes stability, value, and wealth,
ForexBrainAI
Henrique Radins Hoffmann
We present to you our powerful Forex trading robot with artificial intelligence, which uses state-of-the-art technology to make entries in the financial market and earns every month on each Forex pair." With its integrated artificial intelligence, the robot is able to analyze large amounts of data in real time and make quick and accurate decisions, increasing the chances of success in Forex operations." This robot is specially designed for proprietary desk companies that accept robots, offerin
Ustec Agent Us100
AURELIE HAI-SIEU SOUKANH
USTEC EA Overview Important: This EA requires a minimum $5000 capital to use, and leverage of 1:500.Crucial to use only reputable good ECN broker with low spreads. Broker server time must be ((UTC+02:00) Only Use the default lot size of 1 only. The EA will scale in positions. Note: This EA is aggressive. Understand the risks associated with trading this EA in the Forex market before deciding purchase it. I recommend you test the EA for 1 month on demo before deciding to go live so that you can
Pirate
Anatoliy Lukanin
3.9 (20)
Deposit :   from 100 deposit units Trading pairs: I recommend currency pairs: EURAUD, CHFJPY, EURCHF, EURGBP, AUDCHF, CADCHF, USDCHF. Trading period :  Any Account: You should use ECN-ECN.Pro accounts with five-digit quotes with a moderate size (spread). Parameters: USING - Choice, trading risk or fixed lot RISK/LOT - Lot Risk Value RESTORING_THE_BALANCE - Restoring balance* HOW_THE_RESET_WINDOW - Reset the Global Variable TAKE_PROFIT - Set profit STOP_LOSS - Set loss COUNT_BUY - The number of s
The Expert Advisor works on the basis of wave-like changes in price movements. The dynamic regression channel allows you to accurately predict the price movement in the short term. The Expert Advisor uses the indicator in its trading: https://www.mql5.com/en/market/product/64252 Trading instruments (TF 5m): GBPUSD, EURUSD, USDJPY. The Expert Advisor has been successfully tested with 99% quality quotes, floating spread and random ping since 2003. Optimization of the advisor is not required.
Gecko
Profalgo Limited
4.4 (10)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent high and lows and will trade the breakouts.  The actual execution of this strategy however, is what makes this EA truly shine.  Entry calculations and exit algorithms are not only unique but also very advanced. LIVE RESULTS: https://www.mql5.com/en/signals/75
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
トライアルをダウンロード 動作原理 EAがアクティブな場合、実行モードパラメータに基づいてチャートを分析します。 チャート上に既存のポジションがない場合、EAはパラメータに基づいて取引を行います。トレンドが上昇トレンドの場合、買い取引を行い、下降トレンドの場合は売り取引を行います。そして、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。0はストップロスなしを意味します。 チャート上に既存のポジションがあり、最後のポジションが損失の場合、EAは現在の市場価格と注文との間の距離がユーザーが設定した最小距離以上であるかどうかを確認し、それに基づいて取引を行います。ロットサイズはマーチンゲール法を使用して計算され、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。 Hedging(ヘッジ)がfalseに設定されている場合、EAは一度に1つの方向にしか取引しません。最初のポジションが買い取引の場合、すべての後続のマーチンゲールポジションも買い取引でなければなりません。最初のポジションが売り
The adviser includes three independent strategies that work according to the methods of distributing trend phases for working out each of the strategies. The averaging mode is applied, which allows you to bring a group of orders to close without loss. The EA has the option of emergency closing of all orders, when they reach the amount and total profit in the deposit currency specified in the settings. The adviser automatically determines the 4 and 5-digit stream of quotes. Recommended trading
このプロダクトを購入した人は以下も購入しています
Waka Waka EA
Valeriia Mishchenko
4.25 (48)
8+ years of live track record with +12,000% account growth: Live performance MT 5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
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
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
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
FlipDamonHFT
Allistair Kabelo Mandow
1 (4)
Ask in private for more details after purchase Discounted   price .  The price will increase by $500 with every 10 purchases. Source code FlipDemonHFT available: https://t.me/snakeByteHoldings Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. FlipDamonHFT – High-Frequency Trading Robot for XAUUSD (GOLD) FlipDamonHFT is a fully automated Expert Advisor for MetaTrader 4, developed for t
The Bitcoin Robot  MT4 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 sa
Sinal (GOLD/XAUSD) - mais de 14 meses ativo e mais de 6 mil negociações em conta Standard (alavancagem de 1:400):   https://www.mql5.com/pt/signals/2278431 Produto para MetaTrader4:  https://www.mql5.com/pt/market/product/159627 Produto para MetaTrader5:  https://www.mql5.com/pt/market/product/160313 O Apache MHL Moving Average Expert Advisor ou simplesmente "Apache MHL" é um robô que opera no ativo GOLD/XAUUSD utilizando estratégias baseadas em médias móveis e gestão de risco com Martingale.
Night Hunter Pro
Valeriia Mishchenko
4.38 (53)
EA has a  live track record  with many months of stable trading with  low drawdown : All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth . It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading a
Exorcist Bot   is a multi-currency, multi-functional advisor that works on any time frame and in any market conditions. - The robot’s operation is based on an averaging system with a non-geometric progression of constructing a trading grid. - Built-in protection systems: special filters, spread control, internal trading time limitation. - Construction of a trading network taking into account important internal levels. - Ability to customize the aggressiveness of trading. - Working with pending
RiskShield Dragon   — Automated Multi-Currency Advisor Combining intelligent algorithms, robust protection mechanisms, and flexible configuration, **RiskShield Dragon** delivers consistent profits with minimal risk. --- ## Key Advantages * **Multi-Currency & Multi-Threaded**: Supports over 20 currency pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, NZDJPY, and more) simultaneously on any timeframe. * **Minimum Deposit from 10,000**: Optimized for trading with a starting balance of 10,000 account uni
MyGrid Scalper Ultimate は、外国為替、商品、暗号通貨、インデックス向けの強力でエキサイティングな取引ロボットです。 特徴: さまざまなロットモード: 固定ロット、フィボナッチロット、ダランバートロット、ラブシェールロット、マーチンゲールロット、シーケンスロット、ベット1326システムロット 自動ロットサイズ。 バランスのリスク、自動車ロットサイズに関連する 手動 TP または ATR を使用したテイクプロフィットとグリッド サイズ (動的/自動) EMA セットアップ ドローダウンの設定。金額またはパーセンテージでドローダウンを監視および制御します。 MARGIN チェックとフィルター。 取引セッションフィルター 手動取引/アクション用の画面上のボタン: 取引を開く、保留中の注文 (指値とストップ)、取引を削除する、取引を閉じる、すべての TP/SL オープン取引を削除する、SL= BE、SL +1 画面上のボタンで開かれた取引は EA によって処理され、管理されます。 フォーマットされたチャート。同時ローソク足がある場合は青色のローソク足とともに印刷します
Btcusd Grid
Ahmad Aan Isnain Shofwan
1 (1)
BTCUSD GRID EA は、グリッド取引戦略を使用するように設計された自動プログラムです。 BTCUSD GRID EA は、初心者にも経験豊富なトレーダーにも同様に非常に役立ちます。 使用できる他のタイプの取引ボットもありますが、グリッド取引戦略の論理的性質により、暗号グリッド取引ボットは問題なく自動取引を簡単に実行できます。 BTCUSD GRID EA は、グリッド取引ボットを試してみたい場合に使用するのに最適なプラットフォームです。 BTCUSD GRID EA は、通貨が不安定な場合でも理想的な価格ポイントで自動取引を実行できるため、暗号通貨業界にとって非常に効果的です。 この自動取引戦略の主な目的は、EA 内で事前に設定された値動きで多数の売買注文を行うことです。 この特定の戦略は自動化が容易であるため、暗号通貨取引によく使用されます。 グリッド取引戦略を正しく使用すると、資産の価格が変化したときに利益を得ることができます。 グリッド取引戦略が最も効果的であることが証明されています 。 暗号通貨の価格が変動するため。   -------------------
Big Hunter
Mehdi Sabbagh
5 (1)
The Multi Strategy Trading Robot This automated trading robot always uses stop loss. Big Hunter is specially designed to trade gold , but you can test it on other pairs since you have the access to the parameters. The robot uses different strategies like swing trading ,  momentum trading , position trading and more. It's backtested for the last 10 years under the harshest, simulated market conditions. Each trade has  unique SL, TP, Trailing stop, and breakeven. These parameters are variable a
Benefit EA is a non-indicative flexible grid adviser with special entry points that provide a statistical advantage, revealed through the mathematical modeling of market patterns. The EA does not use stop loss. All trades are closed by take profit or trailing stop. It is possible to plan the lot increments. The "Time Filter" function is set according to the internal time of the terminal as per the displayed time of the instrument's server, not the operating system (can match). This function allo
Alfascal
Vladislav Filippov
1 (1)
For the expert to work correctly, do not forget to upload the files to the directory of the agreement (... AppData \ Roaming \ MetaQuotes \ Terminal \ Common \ Files) Alfascal is a new model of a fully automated trading neuro-system, working on short timeframes. This system, which is based on a specialized neural network, is able to provide continuous training, transform the chaotic realities of the market into a specific system that can improve the quality of open transactions and absorb most
Gold Bullion EA   is   VIP ,   It    was developed by   ENZOFXEA   team in Germany with experienced traders with   more than 15 years   of trading experience.The indicators used in expert have nothing to do with the standard indicators in the market and are completely derived from strategy. All Trade Have StopLoss Always Behind Order An expert based on    (GOLD , XAUUSD   ) This Expert  is Day Trader and  Breakout strategy NOTE Default EA setting is correct    Time Frame :  Daily  D1 first depo
https:/ / www.mql5.com /な/ users / gzd811 運行はEURUSD M15 int Slippage=100;/ /成約価格はSlippageを受け入れることができる extern double止満ちる=200;/ /最大まで勝ち extern doubleストップロス=10 ; / /最大ストップロス extern doubleストップロスのモバイルぶり時=0;/ /最大ストップロス extern doubleストップロスのモバイル時=20 ; / /最大ストップロス extern double平価ストップロスのポイント=2 ; / /最大ストップロス extern int平倉更新ポイント=20 ; / /間隔 extern doubleぶりで個室k线数=1;/ /間隔 extern手double注文数= 0 . 1;/ /手数 extern double資金比例=2 ; / /手数 extern double倉N=10、 extern double止満ちるN=500、 extern double総止黒字額=10000、 extern double
Meat EA
Roman Kanushkin
5 (1)
The Meat EA is a fully automatic, 24-hour trading system. It trades based on analysis of market movement on the basis of a built-in indicator and the Moving Average trend indicator. The system is optimized for working with the EURUSD currency pair on the M30 timeframe. It is recommended to use an ECN/STP broker with low spread, low commission and fast execution. Signal monitoring Working currency pair/timeframe: EURUSD M30. Advantages never trades against the market; the higher the risk, the hi
MILCH COW HEDGE V1.12 EA is primarily a Hedging Strategy. Expert support is to seize every opportunity in any direction. Not just opens the deals, but chooses the right time to close the open positions to begin trading again. We recommend the use of an expert with a pair of high volatility for the currency, such as GBPAUD, AUDCAD Testing expert during the period from 01.01.2016 until 09.12.2016 profit doubled four times to account Experts interface allows the user to directly trading open order
This robot uses a custom hidden oscillating indicator and also analyzes the market response. It traded mostly at the time of higher volatility. It works with several pending orders with different size of volume and their position actively modifies. It uses advanced money management. TradingMode setting can also meet the conditions FIFO. It is successful in different markets and different timeframes. Best results are achieves with a broker with the spread to 5 points on EURUSD. Is necessary a br
The Avato is one of our standalone tools. (A Signal based on it will also be provided on Mt4 Market in the future). It is designed around a combined form of hedging and martingale techniques and uses sophisticated algorithms and filters to place the trades. It uses Stop loss and Take profit levels while Lot size is calculated automatically following the according multiplier settings. We consider it a toolbox for every seasoned trader. Made with Gold market in mind, it can be tested in other inst
Area 51 EA generates signals on different strategies. Has different money management strategies and dynamic lot size function. When a position is opened, it is equipped with a take profit and a stop loss. If the position becomes profitable, a dynamic stop loss based on the specified values (TrailingStep and DistanceStep) will be set for it and constantly trailed. This allows you to always close positions in profit.  If you want, that your manual opened positions will be handled by the EA, so you
Note : the spread value,  the broker's slippage and the VPS speed affect the Expert Advisor trading results. Recommendations: gold with spread up to 3, USDJPY with spread up to 1.7, EURUSD with spread up to 1.5. Results will be better with better conditions. The Ping value between VPS and the broker server should be below 10 ms. In addition, the smaller the broker's stop-level requirement, the better; 0 is the best. The Expert Advisor is based on a breakthrough system and carefully controls all
EA is primarily a Hedging and Multiples Strategy. It support to seize every opportunity in any direction as MILCH COW MIX but with multiple profit results without increasing the risk. Milch Cow Mix EA starts to open Hedge at first level only But EA opens Hedge at every level Not just opens the deals, but chooses the right time to close the open positions to begin trading again. We recommend the use of an expert with a pair of high volatility for the currency, such as GBPAUD, AUDCAD Experts inter
MILCH COW Turbo EA is primarily a multi-currency strategy. It supports 9 or 10 pairs as collection of currencies (GBPJPY, GBPUSD, EURCHF,EURGBP, EURJPY, EURUSD, USDCAD, USDCHF, USDJPY). If you choose Trade_Calc = false, only one pair is turned on. The EA depends on a special indicator to set Buy stop, Buy limit, Sell stop and Sell limit orders Note: If enabled Pendingorders = false, the EA will use the prices shown on the chart in live orders (buy and sell). In this case, the EA uses stop loss a
"ANYWAY EA" is a tool designed to handle your trades in a different concept, which does not start its trailing by locking in profit. It just moves stop loss by 1. It will step the SL by 1 so for every 1 pip the SL moves to 19, 18, 17, etc. The brokers can see this and do nothing to deal with it. While you are sitting there waiting for it to lock in the points it has already made. All these stop losses and take profits can be hidden from the broker by selecting SLnTPMode = Client. Run the EA on a
Perfection is a multicurrency, fully automated and secure trading robot. The robot is designed for both portfolio trading and trading a single instrument. The EA does not use averaging methods, the volume of positions is strictly regulated. Orders are opened only in the direction of market movement in a grid. Due to this, the robot operates efficiently on any strong movements. The decision making algorithm does not use indicators. Instead, the robot automatically calculates the key levels, which
The Expert Advisor itself uses anomalies in momentum to identify short term bursts within the market to capture profit. With the use of the standard deviation and variance, the EA looks for changes in the Average True Range in order to place trades at peaks and troughs within the market that have the highest probability of establishing a new trend. It uses a number of different mathematical principles as well as embedded custom indicators.   When using this expert advisor, there are four require
Milch Cow Zone EA is an amazing tool designed to handle your losing trades in a different concept rather than using Stop Loss feature and ensure almost a profitable outcome regardless of market direction when closing orders according to a smart hedging mechanism "back-and-forth". It works by changing net direction of your trade using larger hedging trades in opposite directions. The Expert Advisor starts opening one order with a market trend or opening one order of your choice or opening the hed
Introduction to Smart Trade Price Action Expert Advisor Smart Trade Price Action is an Expert Advisor (EA) with a flexible and diverse trading strategy, operating across 15 currency pairs on the All  timeframe. This approach enhances the chances of sustainable growth while reducing the risk of relying on a single pair or individual trades. Risk management is strictly controlled, ensuring the safety of your capital. With a simple setup, Smart Trade Price Action requires no specialized knowledg
作者のその他のプロダクト
こんにちはます。  金融外国為替市場での取引のためのこのパネルについて少しお話ししたいと思います。 このパネルは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.
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 th
この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)を指定すると、制限を無効にできます。 
指標はその作成において普通です。 これは、高値と安値を計算し、平均価格とそれらを相関させます。 それの唯一の美しさは、それが過去の日のパラメータと現在のパラメータを相関させることであり、それが私がそれを「その日」と呼んだ理由です。"これは、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で割った場
私はそれを少し変えました。 どうして? ストラテジーテスターを扱うのは少し難しいので、多くのブローカーは独自の個人的な履歴データを持っているため、あるブローカーのアドバイザー設定が別のブローカーの設定と一致しないことが判明し、アドバイザーを再構成してトランザクションの論理構造に入る必要があります。 ここでは、別のブローカーからの二つのスクリーンショットで、私はそれが動作するように必要なように、顧問の仕事を設定しようとしました、とあるブローカーでの顧問の設定は、別のブローカーでの顧問の設定と一致していない、とあるブローカーでの顧問の測定値は、別のブローカーでの顧問の測定値と一致していません。 だからここでは、道に沿って、踊りたい人は誰でも、私の興味を紹介します。 しかし、実際には、それはすべて、彼がこれらの問題に直面しなければならないので、誰がこの顧問とブローカーの彼の選択を得るかに依存します。 そこで私の意見ですが、お問合せくださいませダウンロードする必要があり、体験版のかたまりをビニール袋に入れ、お仲介確認し、図の思えなければいけないのですが、、描かれる結論は是非一度もしつこのアドバ
フィルタ:
レビューなし
レビューに返信