Your Accountant

私はそれを少し変えました。 どうして? ストラテジーテスターを扱うのは少し難しいので、多くのブローカーは独自の個人的な履歴データを持っているため、あるブローカーのアドバイザー設定が別のブローカーの設定と一致しないことが判明し、アドバイザーを再構成してトランザクションの論理構造に入る必要があります。 ここでは、別のブローカーからの二つのスクリーンショットで、私はそれが動作するように必要なように、顧問の仕事を設定しようとしました、とあるブローカーでの顧問の設定は、別のブローカーでの顧問の設定と一致していない、とあるブローカーでの顧問の測定値は、別のブローカーでの顧問の測定値と一致していません。 だからここでは、道に沿って、踊りたい人は誰でも、私の興味を紹介します。 しかし、実際には、それはすべて、彼がこれらの問題に直面しなければならないので、誰がこの顧問とブローカーの彼の選択を得るかに依存します。 そこで私の意見ですが、お問合せくださいませダウンロードする必要があり、体験版のかたまりをビニール袋に入れ、お仲介確認し、図の思えなければいけないのですが、、描かれる結論は是非一度もしつこのアドバイザー 一般的に、選択は常にあなたのものです。 私はxauusd通貨ペアでそれをテストしました、そして1つのブローカーのアドバイザーはすべてのティックのストラテジーテスターで良い結果を示しました、そして私が設定を変更しなければならなかった別のブローカーの、私はアドバイザーがどのように働くべきかを知っていて、これに基づいて、私はこの種の仕事に設定を使って彼の仕事を持ってきました、そしてここでアドバイザーの利益は変わり、はるかに小さくなりました。 あるケースでは、彼は年に$100,000のために行き、別のケースでは、彼はかろうじて年に$20,000を得ました。

input double Lots      = 0.2; 取引量
input int Magic        = 234; 注文の魔法の数
input int Slippage     = 50; 注文を開くためのスリッページ
input int StopLoss     = 1000; 注文はどの距離で失われて閉じますか

input string _a7      = "Guardian of the Working Window";//---------------
input string __Symbol = ""; アドバイザーの通貨ペア
//---
input int PlusPoints   = 2000; StopLossが再配置される到達後の現在の価格からの距離 
                               注文始値からのTralingStepパラメータの指定された距離によって
                               利益で、そしてあなたが二千マイナス百を数える場合は、千九百に等しい、その後
                               StopLossが現在の価格のために動くのはこの距離です。,
                               現在の価格がこの距離を超え、ストップロスが残る場合
                               その場で、現在の価格は計算距離よりも小さくなります。
input int TralingStep  = 100; 現在の価格が次の場合にストップロスが設定される距離
                              それが見つけられ、利益が表示されている場合、ストップロスが現在の価格で停止されると、
                              注文が表示されます 
                              それは指定された距離の利益で閉じられます
追伸:アドバイザーのロジックからいくつかのパラメータがあります。 つまり、彼は最初の買い注文と売り注文を持っています。
     これは、ブローカーと同様に、早朝と早い方が良いですが、午前中に一つまたは二つよりも早く開きます
     この時点でトランザクションが延期されて再計算された場合は、朝のパラメータを3時間設定することをお勧めします。,
     このため、次の4つのパラメータは、未決注文を開くために使用されません。 
     これらの注文の場合、以前に開かれた買いまたは売り注文から一定の距離を超えています
     閉鎖されるか、そのうちの一つはStopLossによって閉鎖され、現在の価格はあまりにも遠くに行きます
     一方の注文は損失であり、もう一方は利益であり、現在の価格は廊下から飛び出すので
     より多くの計算がある場合は、計算は現在の価格の場所になり、これらのパラメータが表示されます
     以前に開かれた注文から現在の価格の距離を超えないように、別の保留中の注文を開きます
     注文は現在の価格からのものです。

input int bX = 500; 購入する保留中のストップ注文を開くためにどのような距離よりも多くはありません
input int sX = 500; 販売のための保留中のストップ注文を開くためにどのような距離よりも多くはありません
input int bY = 500; 購入する保留中のストップ注文を開くためにどのような距離よりも多くはありません
input int sY = 500; 販売のための保留中のストップ注文を開くためにどのような距離よりも多くはありません
//---
input string _Time = "Setting the time";// #####
input int Morning     = 1; これはアドバイザーの開始時刻です。
input int MorningX    = 8; これは、アドバイザーが最初の保留中の注文を開く時間です。
input int MorningY    = 11; これは、アドバイザーが2番目の保留中の注文を開く時間です。
input int Evening     = 21; これは、アドバイザーが注文を開始するのを停止する時間です。
//
input string _al="Parameers of pending orders";//####
input int stepX  = 1000; 最初の未決注文から最初の未決注文の開始までの距離
input int lossX  = 6000; 現在の価格によって到達した保留中の注文のストップロス距離 
                         これらの注文が開かれた場合、それは損失でそれらを閉じます。
input int stepXX = 500; 最初の未決注文から2番目の未決注文の開始までの距離
input int stepY  = 1000; 最初の未決注文から最初の未決注文の開始までの距離
input int lossY  = 6000; 現在の価格によって到達した保留中の注文のストップロス距離 
                         これらの注文が開かれた場合、それは損失でそれらを閉じます。
input int stepYY = 500; 最初の未決注文から2番目の未決注文の開始までの距離

input string _a6         = "Supplement";//####
input double IncreaseLot = 0.00; バランスが2倍になったらロットを増やします。 ゼロは、ロットが増加することを意味します
                                 されません
input double closAll     = 100000.0; アドバイザーが到達した利益価格は、すべての取引を閉じます。
input int    closeEvening = 22; アドバイザーがすべての注文をクローズして削除する時間
おすすめのプロダクト
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
VolnaFX
Roman Meskhidze
4.67 (15)
LAUNCH PROMO Next price:        $349 The price will be rise to limit the number of users for this strategy The "Volna FX" Expert Advisor is a representative of robots trading from levels. Levels can be built automatically, or they can be rigidly set in the parameters of the Expert Advisor. CHECK REAL SIGNAL :  https://www.mql5.com/en/signals/847709 The uniqueness of the advisor is that it can work both with averaging and using the martingale principle, or without it, i.e. use a clear take profi
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
Gold Angel
Dmitriq Evgenoeviz Ko
The Gold Angel MT4 Expert Advisor is designed for automated gold trading on the MetaTrader 4 platform, providing traders with unique tools and strategies to achieve maximum profit. Using complex algorithms for analyzing market data, this advisor is able to identify profitable entry and exit points, which significantly reduces risks and increases the chances of successful trading. the full list for your convenience is available https://www.mql5.com/ru/users/pants-dmi/seller Gold Angel MT4 offer
A fractal is a set that has the property of self-similarity (an object that exactly or approximately coincides with a part of itself, that is, the whole has the same shape as one or more parts). Advisor works on the basis of the theory of self-similarity. The advisor algorithm determines similar fractal patterns on three timeframes at the same time (lower, current and upper). In the case of coincidences found, the adviser begins to work in the direction of the price following the fractal model.
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
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 (
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
An automated Expert Advisor that uses Price action techniques. It is developed and tested repeatedly. It is the only EA in the market that has passed 29 years of backtesting from 1990 to 2019. Recommendation: EURUSD 1hr timeframe Use the settings found on the comment page. You can play around with the settings like the deposits and lots. Do not change the take profit and stoploss settings.
Goldenclaw EA   is a unique scalping Trading Robot based on multi layered neural network and various default indicators. The algorithm works by calculating values from different timeframes to provide output signal for the current timeframe. This EA does not use dangerous techniques like martingale, averaging, grid or hedging. All orders are protected by stop loss and only one trade direction buy or sell depend on given algorithm. Input Parameters: Expert Name   - EA name and trades comment. M
EA works with none of the technical indicators.   It waits for the trend and trade accordingly. No standard indicators. No grid trading. No arbitrage. No curve fitting according to back-test results No Hedge   Very low Stop Loss Ratio  Tested with 99.90% data Modelling quality. Can work with even $30 USD Recommendations : Developed for M1, EURUSD ECN Broker with 5 points Settings Spread: Need to be as low as possible. Trailing Status: trailing stop usage option Trailing stop: Pips to allow trail
GOLD Predator IQ7
Tjia Elisabeth Jasmine Canadi
Concrete portfolio evidence from real accounts [attached] shows that the target of >95% wins [blue] has been achieved. Download the free demo and test it yourself. Follow the instructions. Backtesting >100% per month, is it possible? 親愛なる同僚の皆様、月間最低5%の利益を保証し、透明性と信頼性を特徴とする安全なトレーディングエキスパートアドバイザー(EA)ロボットをお探しでしたら、ぜひ以下の提案をご検討ください。金鉱採掘向けに設計されたEA-ThinkBot IQ7 Predatorが、現在ご検討いただけます。ぜひご自身でその効果をご確認ください。 EA ThinkBot IQ7 Predator — 単なるEAではなく、プロフェッショナルなトレーディングソリューション Disclaimer:    This project is strictly f
LAUNCH PROMO Next price:        $249 The price will be rise to limit the number of users for this strategy The "Trend BtD" Expert Advisor is a representative of robots trading breakout levels. Levels built automatically. The uniqueness of the advisor is that it work WITHOUT averaging and using the martingale principle. ALL orders have StopLoss and TakeProfit. VERY IMPORTANT: Always load SET Files for each pair! Adjust Lot size to yours deposit! HOW TO TEST: 1. Choose  H1  TimeFrame 2. Load my  
RSI Intelligent is a fully automated scalping robot that uses a very efficient Relative Strength Index (RSI) breakout strategy, Probabilistic analysis with (RSI). Most effective in the price Cumulative probability of a normal distribution that occupy the bulk of the market time. Transactions happen almost every day like Scalping follow trend. A Forex robot using the Relative Strength Index (RSI) indicator combined with an artificial neural network would be an advanced automated trading system th
Golden Cheetah
Dmitriq Evgenoeviz Ko
Golden Cheetah is not just a trading robot, but an expert in short-term trading, created to work in volatile markets with low spreads. It is based on a complex multi-component algorithm that instantly analyzes market information in real time.  Next price 1399 : The price increases depending on the number of sold licenses  the full list for your convenience is available https://www.mql5.com/ru/users/pants-dmi/seller This scalper, like a hunter, opens trades according to the Price Action strate
MT5 version This is a trading algorithm and expert advisor that has been specifically developed to operate in funding exams, live funding accounts, as well as personal accounts. The strategy is based on Smart Money Concept, which looks for market structure changes and imbalances, adapting to the demands of these types of companies. The strategy has been tested for years in the US30 market on an H1 timeframe with effectiveness and making use of good risk management. The parameters of the expert
ALT Income  - Автоматизированный    советник. Написан для пары EURUSD. .  Торгует  на тайм фрейме M5.  Рекомендованные условия торговли при плече 1:500 Минимальный депозит  - 100 условных единиц (EUR, USD) .  Процент загруженного депозита при продаже -    MaxRiskSELL   от 1 до 15;   Прибыль от одной сделки - TakeProfitSell от 50 до 100.0; Рекомендованные условия торговли при плече  1:40 Минимальный депозит  - 100 условных единиц (EUR, USD) .  Процент загруженного депозита при продаже -    MaxR
Financial Radar GFX
Yasir Mohammed Sachit Sachit
Gold Trend Rider – Automated Expert Advisor for XAUUSD Trading Disclaimer : Trading Gold (XAUUSD) involves significant risk. Past performance does not guarantee future results. Test on a demo account and apply proper risk management before live trading. Overview Gold Trend Rider is a fully automated Expert Advisor specifically designed for Gold trading. It leverages the Parabolic SAR indicator to detect trend direction and open trades accordingly. Its trailing stop mechanism manages positions d
This EA is only sold on MQL5.  If you are purchasing it somewhere else, it is   fake , it won't work like the real thing, and you won't get any support as well. Some of the features of the EA: 1. Use on Pair Gold TF M15 with minimun Balance 2000 cent/standard 2. use broker with low spread like Justforex/Exness 3. This EA Logic Price Action with TPMoney/SLMoney so can reduce cheat broker who chase SL Check out the live results here: https://www.mql5.com/en/signals/1145836?source=Site +Signals+My
Darwin Swing MT4
Guillaume Duportal
4.79 (14)
Darwin Swing MT4 概要: Darwin Swing は中期のスイングトレード向けエキスパートアドバイザー(EA)です。サポート/レジスタンスのゾーンを解析し、仮想ポジションでブレイクアウトを先読みします。実際の発注は、定義済みの条件が満たされたときにのみ行います。 Darwin Evolution の成功に続き、並行稼働が可能な Darwin Swing を紹介します。目標は、長期的な視点で裁量(手動)取引に近い挙動を再現することです。本EAは高速スキャルパーでもナイトスキャルパーでもありません。中核のアプローチは、サポート/レジスタンスに基づくスイングトレードです。 主要な革新点は仮想ポジションの採用です。各通貨ペアについて、トレンド局面で価格が平均して何回 S/R を跨ぐかを推定します。その推定に基づき、日足・週足・月足など複数の S/R 水準に仮想ポジションを配置し、履歴に基づく期待回数に到達した場合のみ実ポジションを発注します。 各ペアにはコード内に専用パラメータを実装。Darwin Evolution 由来の通貨強弱モジュールを併用し、エントリー選別を補強しま
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
An adaptive and under fitted trading system like no other The best settings of one symbol also work on a majority of other symbols The majority of settings within the optimization parameters test well Deep Takeover MT4 now comes with a 2nd EA for free : "Agility" EA!  See comment section for details Three versions for different types of accounts This MT4 version respects FIFO rules The MT5 netting version :    https://www.mql5.com/en/market/product/52725 The MT5 hedge version :  https://www.mql
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:
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
Tiger Moon EA robot is a automated robot for Forex trade. The EA does use a strategy of the MACD combined with martingale . Input parameters MagicNumber : usually magic number of Tiger Moon EA is unique. Change its value only if your other EA uses the same magic number. Slippage : the maximum allowed slippage when you trade. The_MACD : the MACD parameters. Fast_EMA : Fast MACD Period. Slow_EMA : Slow MACD Period. Signal_SMA : Signal SMA Period. Management : will auto calculate lots size when Ma
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
r-Trend Sync Robot is an expert advisor for extra volatility markets like XAUUSD with dynamic lot size. Main EA features : The advisor's algorithm is based on the analysis of an extensive array of historical data (from 1995 for EURUSD & EURJPY and from 2004 for XAUUSD), which ensured the identification of general patterns in the behavior of these pairs across a wide range of timeframes. The analysis of historical data helped the advisor learn to recognize market triggers for medium-term trends a
Unleash the Power of Sigma Bands The Sigma3 EA is not just another trading robot — it’s a precision-engineered system designed to harness the statistical edge of Sigma Bands . Built on years of research and live trading experience, this Expert Advisor combines advanced volatility filters with a disciplined martingale/grid hybrid approach to maximize consistency while minimizing drawdowns. Key Features Sigma Band Strategy : Trades only at statistically extreme price levels, where the probabili
GoldenScalp MT4
Konstantin Kulikov
4 (3)
Hello algo traders.  The Expert Advisor trades on gold (XAUUSD), any timeframe (the same on any TF), the initial account balance is from $100. The following presets are available "GS SL dynamic 001for100" . Each position has several closing logics, including a hidden StopLoss, which is calculated individually for each position, based on the volatility of the last hours. (If you have special stop requirements, then you can set your SL and TP in points via the parameters: "TakeProfit_Safety" and
AutoTraderEA Description As the name says, this is an autotrading robot.   It trades on H1 timeframe.  It looks for clear trades, and is very accurate, yet still will take a couple of trades per week. Otherwise losses are minimised through a 130 pip StopLoss which can be modified. AutoTrader gives the user the ability to choose whether to keep trading volumes the same or change in direct proportion to the change in the account equity.   The EA has been backtested only on the EURUSD pair over a
このプロダクトを購入した人は以下も購入しています
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
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
SentinelAI
Valeriia Mishchenko
No losing months since August 2019, with a 2.04% monthly gain: Live performance MT 5 version can be found here Sentinel AI is fully automated trading system is built for major forex pairs such as EURUSD and GBPUSD on the M5 timeframe. By combining price action and mean reversion principles with advanced AI-driven analytics, it is designed to identify potential trend reversals and exploit market inefficiencies with greater accuracy and efficiency. Supported currency pairs: EURUSD, GBPUSD Timefram
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
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 /millionaires20268 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
Aura Neuron MT4
Stanislav Tomilov
4.67 (15)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
Aura Black Edition
Stanislav Tomilov
4.62 (21)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
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
Compra pelo site oficial:   https://oltectrading.com Sinal (GOLD/XAUSD) - 16 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éd
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
Algo Capital Trader
Jimitkumar Narhari Patel
Algo Capital Advanced Market Intelligence Trader: Empowering Traders with Integrity and Insight Algo Capital proudly introduces its inaugural state-of-the-art Advanced Market Intelligence Trader - engineered to transform your trading experience through precision, adaptability, and advanced market intelligence. Powered by proprietary algorithms and deep market research, this solution is designed to deliver consistent, high-quality performance across diverse market conditions. Why Algo Capital?
TRENDALGO is an EA that uses ARTIFICIAL INTELLIGENCE to trade 100% automatically and as the name says it is a TREND FOLLOWING EA, it works well on ASSETs that are TRENDING. AI is used to identify the moment in which volumes, volatility and momentum explode, according to a proprietary equation created by me which takes these values ​​into consideration as objective data and never uses any indicator. TRENDALGO opens a new TRADE and follows it by continuously adjusting STOP LOSS and TAKE PROFIT, f
GoldPulse AI
Babak Alamdar
3.5 (20)
バックテストではなく、実際の取引システムを購入してください。     Live Signal この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 現在の価格では残りわずかです。次の価格は -->> 1480 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Highlights: シンプルで使いやすい:各シンボルチャート(XAUUS
SmartChoise MT4
Gabriel Costin Floricel
SmartChoise MT4 EA – ニューラルネットワーク搭載のXAU/USD(ゴールド)向けM15タイムフレーム用トレーディングシステム ユーザーマニュアル: プロフィールページのリンクから入手可能 ※現時点ではMT5版と同じ内容です。MT4版では一部のオプションが削除されていますが、現在の設定はすべてマニュアルで解説されています。MT4専用マニュアルは今後公開予定です。 SmartChoise MT4は、ニューラルネットワークエンジンを搭載し、市場環境の変化に適応することで、長期的かつ安定した成長を目指す設計となっています。インテリジェントなエントリー、リスクを抑えたポジション管理、ドローダウンからの着実な回復を実現し、マーチンゲール手法は使用しません。 このEAは、一貫性、透明性、そしてリスクと快適さのバランスを重視するトレーダー向けに設計されています。 コア技術 ニューラルネットワークによる意思決定: リアルタイムデータを分析し、トレード行動を調整 マーチンゲール不使用: リスクを増大させず持続的成長を目指す ダイナミックロットサイズ: 資金、ボラティリティ、トレンド強度
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
KT Gold Drift EA MT4
KEENBASE SOFTWARE SOLUTIONS
ICMarkets ライブシグナル: こちらをクリック 本EAは初期段階の特別価格で提供されています。販売数の増加に伴い価格は段階的に上昇し、将来的に値下げされることはありません。早期購入者ほど有利な価格で導入できます。 KT Gold Drift EAで成功するために必要なこと 忍耐。規律。時間。 KT Gold Drift EAは、プロのトレーダーやプライベートファンドマネージャーが実際に使用している現実的な取引手法を基に構築されています。短期的な派手さではなく、長期的な安定性と一貫性を重視しています。 本EAは長期運用を前提としています。最低でも1年間の継続運用を推奨します。プロの取引と同様に、損失週や損失月が発生することもありますが、それは正常なプロセスです。重要なのは長期間における累積パフォーマンスです。 多くのグリッドやマーチンゲール型EAは初期に利益を出しますが、最終的に口座破綻に至るケースがほとんどです。本EAはそのようなリスクを避け、安定した成長を目的として設計されています。 イントロダクション KT Gold Drift EAは、ゴールド(XAUUSD)のH4時間
Prestige EA   is a powerful, intelligent trend‑detection trading robot built using advanced mathematical and statistical models. It is designed to identify high‑probability market movements with precision while maintaining strict risk control. The EA uses refined entry filters with advanced correction logic to ensure accurate and reliable trade entries. Every trade is protected by Take Profit and Stop Loss, ensuring disciplined risk management. In addition, the EA includes smart internal algori
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
Fortune
Andriy Sydoruk
3 (2)
Advisor (Fortune): Your Reliable Tool for High-Frequency Forex Trading The Fortune advisor is designed to be used on any timeframe, any currency pair, and on any broker's server. Its unique trading system makes it a versatile tool for traders. For optimal performance, it is recommended to trade liquid forex pairs, maintain a low spread, and use a VPS. You can start with a $100 deposit and a lot size of 0.01. Key Features and Benefits High-Frequency Trading : Utilizes two trading options: with v
This EA requires a broker having Market Execution (ECN, NDD, STP accounts), low spread, zero StopLevel (or close to such level), no commission if possible (as it influences on the profit amount). Order executin time should be measured in milliseconds, not minutes, requotes and slippage should not happen too often. Deposit: Minimum deposit is $50 (MinLot = 0.01) or $500 (MinLot = 0.1) Recommended currency pairs: EURUSD, GBPUSD, AUDUSD, NZDUSD, USDJPY, USDCHF, USDCAD No Martingale / No grid / No a
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
PointerX is based on its own oscillator and built-in indicators (Pulser, MAi, Matsi, TCD, Ti, Pi) and operates independently. With PointerX you can create your own strategies . Theoretically all indicator based strategies are possible, but not martingale, arbitrage, grid, neural networks or news. PointerX includes 2 Indicator Sets All Indicator controls Adjustable Oscillator Take Profit controls Stop Loss controls Trades controls Margin controls Timer controls and some other useful operations. T
作者のその他のプロダクト
こんにちはます。  金融外国為替市場での取引のためのこのパネルについて少しお話ししたいと思います。 このパネルは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)を指定すると、制限を無効にできます。 
なぜヘッジ? このアドバイザーの戦略は、あなたの投資投資を保存しようとしますので。 そのため、この顧問はストップロスを使用せず、彼の戦略は勝利のみを目的としており、外国為替市場で発生する危機的な状況では、取引を開始して資本を節約しようとします。 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で割った場
フィルタ:
レビューなし
レビューに返信