• 概要
  • レビュー
  • コメント

TurnTenTools

Features

  • This EA works using a reversal logic: Buy → Stop Loss → Sell Stop → ...
  • Multicurrency program (10 trading instruments are defined in the EA parameters).
  • It is attached to one chart and trades up to ten trading instruments.
  • Individual parameters are used for each trading instrument.
  • The main logic is the same for all instruments.
  • Martingale - customizable multiplier. It is possible to limit the number of increase steps.
  • The EA opens the first order based on the signal:
    • the price crosses the МА line.
    • the price crosses the nearest extremum on the chart.
  • Take Profit and Stop Loss are set to the order.
  • A pending Stop order is placed according to the Stop Loss level, with an increased lot.
  • The series of increases until closing by Take Profit or until reaching the maximum lot of the series (MLL).


Parameters

Parameters for each instrument are set as a string.

TOOLSn T NB S L.LL M MLL C TP SL TzPNT ("space" is a separator)

where:

  • TOOLSn - name of the trading instrument.

  • T - chart timeframe for signals (0 - M1, 1 - M5, 2 - M15, 3 - M30, 4 - H1, 5 - H4, 6 - D1, 7 - W1, 8 - MN).

  • NB - indicator period; if S = 0 or 1, defines the period of the MA indicator; if S = 2 or 3, defines the number of chart bars.

  • S = (0 - 3) - the type of signal for entering the market:

    • 0 - MA(NB): the price crosses the МА with a period of NB upwards - the first trade in the series is Buy, downwards - Sell.
    • 1 - MA(NB): the price crosses the МА with a period of NB upwards - the first trade in the series is Sell, downwards - Buy.
    • 2 - analysis of the last NB bars of the chart; price above the High of the bar group - Sell signal, below the Low - Buy (rebound).
    • 3 - analysis of the last NB bars of the chart; price above the High of the bar group - Buy signal, below the Low - Sell (breakout).

  • L.LL = 0.01 - initial lot (if M < 2, then the minimum is 0.02, because the lot of the next order of the series may not increase).

  • M = 2.00 - multiplier of the next lot, fractional values can be used (for example: 1.3 or 1.67).

  • MLL = 0.70 - the maximum lot size of the series; once it is closed, the series starts with the initial lot:

    • If set to 0, the lot increase series will be limited by the maximum lot size set by broker or the available deposit.
    • For example, if L.LL=0.01, M=2.0, MLL=0.70, then the lots in series will be: 0.01, 0.02, 0.04, 0.08, 0.16, 0.32, 0.64 - reset - 0.01, 0.02, 0.04, ...

  • C = 0 or 1:

    • 0 - work based on simple logic (reversal).
    • 1 - enable the additional modification of Stop Loss of the market order and moving the pending Stop order with a change in the lot. If the price passes 2/3 of points from the order price to Take Profit, the EA moves the Stop Loss of the market order into a small profit at TzPNT points from the price and modifies the pending Stop order: the opening price is equal to the Stop Loss of the market order, the lot size is set equal to the lot size of the market order.

  • TP = 45 - Take Profit.

  • SL = 40 - Stop Loss.

  • TzPNT = 5 - protective Stop Loss. Enabled when C = 1 and when the price approaches ТР (if Buy - bid > OpenPrice+(TakeProfit-OpenPrice)*0.66).


Example of setting the EA parameters

  • S_S_ = TOOLSn T NB S L.LL M MLL C TP SL TzPNT
  • CURRENCY_1 = EURUSD 2 60 3 0.01 2.0 0.7 1 70 60 30
  • CURRENCY_2 = USDCAD 2 60 1 0.01 2.0 0.70 1 60 40 15
  • ***
  • CURRENCY_10 = off
  • Magic = 1955
  • The_data_on_the_chart = true

* Unused CURRENCY_ in the EA parameters must be disabled by specifying the value off.

Explanation of the parameters for EURUSD:

  • 2 - the M15 timeframe.
  • 60 - High and Low of the last 60 bars of the chart.
  • 3 - when the price exceeds the High, the first order in the series with the lot of 0.01 will be Buy; when the price falls below the Low - Sell.
  • 0.01 - lot size.
  • 2.0 - multiplier.
  • 0.7 - limitation for the increase in the series.
  • 1 - enabled modification of SL and Stop order when approaching TP.
  • 70 - Take Profit.
  • 60 - Stop Loss.
  • 30 - protective Stop Loss.


Recommendations on usage

  • The EA is attached to the window of currency parameter, which is present in the EA settings.
  • It is recommended to set the chart timeframe to the same as in the parameters for this currency pair. The EA parameters presented above are best used on EURUSD - M15 (T=2).
  • To limit the losses, limit the maximum lot in the series by MLL.
  • The EA can be tested in the strategy tester and the parameters for currency pairs can be selected independently. To speed up the testing, you can disable the output of data to the chart.
おすすめのプロダクト
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+
| 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
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks on
PairsTrading
Evgenii Kuznetsov
3.67 (9)
The EA identifies divergences in two correlated currency pairs and trades in the direction where they converge back. Working timeframe: M30 Input parameters MagicNumber - identification number for the EA. OrdersComment - comment to order, automatic if an empty value is set. Lots - lot size. DepoPer001Lot - automatic lot calculation (specify the balance per 0.01 lot) (if 0, the value from 'Lots' parameter is used). TimeFrame - working timeframe. Symbol #2 - correlated currency. Symbol #2 reverse
Forex Auto Trading EA   is an Expert Advisor designed specifically for trading Forex Automatic 100%. - Min depost: 5,000$ for each Pair - Timeframe: D1 - Setting: Default Setting - Good Trading Pair: Best pair is AUDCAD, or Forex Pair have Daily Price range from 0.8 ~ 1.1, and have H1 H4 sideway chart. - First, before attach EA to chart, you need add   http://calendar.fxstreet.com/   in the list of allowed url in the tab 'Expert Advisors'   (Tool —> Option —> Expert Advisors —> Allow WebRequest
これは、ほぼ10年前に初めて公開された私の有名なスキャルパー、ゴールドフィンチEAの最新版です。短期間で起こる急激なボラティリティの拡大で市場をスキャルピングします。突然の価格上昇の後、価格変動の慣性を利用しようとします。この新しいバージョンは、トレーダーがテスターの最適化機能を簡単に使用して最適な取引パラメーターを見つけられるように簡素化されています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 最適化を容易にするシンプルな入力パラメーター カスタマイズ可能な取引管理設定 取引セッションの選択 平日の選択 資金管理 注意してください... 多くの要因が見返りを台無しにする可能性があるため、ダニのダフ屋は危険です。変動スプレッドとスリッページは、取引の数学的期待値を低下させ、ブローカーからの低いティック密度は幻の取引を引き起こす可能性があり、ストップレベルは利益を確保する能力を損ない、ネットワークラグはリクオートを意味します。注意が必要です。 バックテスト Expert Advisorはティックデータのみを使用します
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):
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
VR Black Box
Vladimir Pastushak
3.67 (3)
VR Black Box トレーディング ロボットは、人気があり実績のあるトレンドフォロー戦略に基づいています。数年間にわたって、定期的なアップデートと新しいアイデアの導入を通じて、ライブ取引口座で改善されてきました。このおかげで、VR Black Box は初心者と経験豊富なトレーダーの両方を感動させる強力でユニークな取引ロボットになりました。ロボットをよく知り、その有効性を評価するには、ロボットをデモアカウントにインストールし、数日または数週間結果を観察するだけで十分です。 セットファイル、製品のデモ版、説明書、特典が入手可能 [ブログ] のバージョン [MetaTrader 5] 何が得られますか 開発者からのファイルの設定 無料のプログラムと手順のアップデート。 無料の技術サポート。 20 製品アクティベーション。 動作モードと戦略 ランダムポジションオープンモード(表と裏) 代替位置開放モード 買いまたは売りポジションを同時にオープンするモード 取引モードのみ購入 売りのみ取引モード 負けたトレーダーの取引を撤退するためのモード 推奨事項: シンボル 外国為替、仮想通貨、金
Smart Funded Hft
Barbaros Bulent Kortarla
4.87 (63)
!! 最新バージョン2.05にアップデートして、さらに高速なパフォーマンスを実現してください!! スマートファンデッドHFTは、2024年1月29日の市場オープンで、低ボラティリティにもかかわらず、KORTANA FXの100Kチャレンジを突破しました。 スクリーンショットセクションをチェックしてください。証拠をそこに置きました。 重要:2024年1月29日までのKORTANA FXの暗号支払いに対する40%の独占割引をお見逃しなく。 スマートファンデッドHFT EAでトレーディングの可能性を解き放ちましょう! VPS不要 / 設定ファイル不要 / プラグアンドプレイを楽しむ 限定時間のプロモーション価格 2024年2月1日に価格が上がります!! https://www.youtube.com/watch?v=56FKxI-noI4 最初の満足なクライアントの結果が添付されています。今日、自分自身でFAST FOREX FUNDINGの50Kチャレンジを突破しました。以下に結果を添付しました)) トレーダーの皆さん、こんにちは、 私のトレーディングの
Ilanis
Mikhail Sergeev
4.74 (27)
Ilanis is and Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
This is a grid Expert Advisor. It has several trading strategies based on the MACD indicator. The virtual trailing stop, stop loss, take profit levels can be set pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders. The orders grid is adaptive, only market orders are used in it. If the price moves the distance of Order
Gold Coin M5
Andrey Kozak
2.5 (8)
Gold Coin M5 は、M5 期間を使用して金市場 (XAUUSD) を取引するように設計された自動取引ロボットです。 このロボットは、短期間の間隔で自動的に取引 (スキャルピング) したいトレーダー向けに設計されています。 特徴: スキャルピング戦略: ロボットは、短期的な価格変動に基づくポジションへの即時エントリーとポジションに基づくスキャルピング戦略を使用します。 M5 の XAUUSD 用に最適化: XAUUSD スキャルパーは、M5 時間枠で XAUUSD ペアを取引するように特別に調整されており、金市場での機会を最大化できます。 最低残高: ロボットとの取引に推奨される最低残高は 1000 ドルです。 このレベルのバランスにより、リスクを管理するのに十分なマージンが提供され、ロボットが短期間で効果的に動作することが可能になります。 使いやすさ: XAUUSD Scalper は、取引口座へのインストールと設定が簡単で、初心者から経験豊富なプロまで幅広いトレーダーが利用できます。 取引に関する推奨事項: XAUUSDでの取引 M5 の時間枠 最低初期残高は$100
The trading system operates on seven pairs and one timeframe. The Expert Advisor uses trading systems for trend-based entries with the help of the Envelopes and CCI indicators. Each indicator uses up to five periods for calculating the trends. The EA uses economic news to calculate the prolonged price movements. The EA has the built-in smart adaptive profit taking filter. The robot has been optimized for each currency and timeframe simultaneously. Real monitoring:  https://www.mql5.com/en/signal
PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  The trade strategy is based on Averaging and uses a little bit combination of martingale and grid strategy. Methodology   – Trading entails technical analysis with ma
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. Parameters: Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want use manual lot size. Max_Risk: Max Risk as percentage of Equity* the greater this percentage is the greater
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.
MACDインジケーターのトレーディングロボット これはトレーディングロボットの簡易バージョンであり、1つのエントリー戦略のみを使用します(高度なバージョンには10を超える戦略があります) 専門家のメリット: スキャルピング、マーチンゲール、グリッド取引。 1つの注文または注文のグリッドのみで取引を設定できます。動的、固定、または乗数のステップと取引ロットを備えた高度にカスタマイズ可能な注文グリッドにより、エキスパートアドバイザーをほぼすべての取引手段に適合させることができます。 ドローダウン回復システム、重複する損失注文とバランス保護 グリッド取引がリバウンドしない価格変動に対して脆弱であることは周知の事実ですが、注文回収システムのおかげで、アドバイザーはほとんどのドローダウンから抜け出すことができます。ドローダウンからの脱出は、最も遠い不採算の注文を、利益のある市場に最も近い注文とオーバーラップさせることによって実行されます。取引ロボットは、手動取引または他の専門家によって開かれた取引のために、アカウントの負けたポジションを回復するために使用できます。マジックナンバ
BuckWise   is a fully automated scalping Expert Advisor that can be run successfully using EURUSD currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks
This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated b
Elevate Your Trading Game with Our Expert Advisor! Are you tired of the guesswork in trading? With a decade of programming experience and 3 years in trading, I’ve developed an Expert Advisor that’s designed to take your trading career to new heights! Our Expert Advisor is a game-changer. It’s built to detect overbought and oversold market conditions, identify trends, and help you find the best times to trade your favourite product. Whether you’re aiming for a 1:1 risk or pushing for a 5:1
The EA can trade multiple currencies. Please check our signals ( https://www.mql5.com/en/users/ugur-edin/seller ) for detailed information. No grid or martingale! No manual configuration or adjustment needed! Every trade is protected by stop loss. This Expert Advisor only trades for a short time frame at night, during the ending of the New York session. It uses low volatility moments and enters trades based on indicators. It then manages those trades with dynamic stop losses and take profits als
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
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
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA wo
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%アルゴリズム取引オプションを使用して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:
This automated trading robot uses the capabilities of the macd indicator to create a grid strategy. The algorithm creates a grid strategy at overbought and oversold levels and in times of high volatility. This makes it susceptible to all price fluctuations. The Close Money input is the total amount of earnings in the cycle. We define it as the total take profit amount in the cycle. It has the ability to open more cycles in short periods. However, you can use the robot in medium-term trading. Rea
Reversepro Smartsma ea mt4
AL MOOSAWI ABDULLAH JAFFER BAQER
ReversePro SmartSMA EA – A Fully Customizable Moving Average Strategy ReversePro SmartSMA EA is an advanced yet fully customizable trading tool designed for traders who prefer to fine-tune their strategies. This Expert Advisor (EA) is not pre-optimized, allowing you the flexibility to adjust its settings to fit your trading style, risk management preferences, and market conditions. How It Works This EA is based on the well-known Simple Moving Average (SMA) crossover strategy, enhanced with addi
MavericksProPlus
Langtha Prosanta Daudung
The  MaverickProPlus  is a fully automated EA design for trading EURUSD pair. It is design to trade along the trend and also trade during reversal. It uses adaptive grid strategy. In adaptive grid strategy the distance between the trade is not fixed, the entry of next trade is base on most favorable market condition to close the trade in profit. So the risk associated with normal  grid/Martingale  strategy is considerably reduced by adopting adaptive grid distance strategy.  Back tested for 5 y
このプロダクトを購入した人は以下も購入しています
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (159)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA を購入すると、Quantum Wizard、Quantum StarMan、または Quantum Gold Emperor を無料で手に入れることができます!*** 詳細については個別にお問い合わせください。 新しい Live Signal V5:   ここをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル クォンタムエ
Gold Scalping AI
Ho Tuan Thang
3.79 (19)
10 部中 3 部のみ残り 399 ドルです! その後、価格は 499 ドルに引き上げられます。 - REAL SIGNAL(6 か月以上アクティブな Real Signal): デフォルト設定: https://www.mql5.com/en/signals/2276213 Gold Scalping AI は人工知能を使用する EA です多くの指標のデータを分析する技術。そこから、EA は注文を入力するための最適なオプションを持つことになります。Gold Scalping AI の最大の違いは、EA が他の EA よりもはるかに優れたリスク/報酬比を制御できることです。これは、エントリ ポイントを制御し、オープン オーダーを管理するための一連のツールのおかげで可能になりました。EA はすべての注文にストップ ロスを使用し、危険な取引方法は使用しません。グリッド、マーチンゲールなどはありません... Gold Scalping AI は私が使用している EA の 1 つです。長年にわたってファンド管理アカウントを使用して取引しています。EA の最も最適化されたバージョンを正式にリリ
GbpUsd Robot MT4
Marzena Maria Szmit
4.87 (60)
The GBPUSD Robot MT4 is an advanced automated trading system meticulously designed for the specific dynamics of the  GBP/USD  currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to  identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD. The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, Break-Even
EA Gold Stuff
Vasiliy Strukov
4.74 (1011)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオー
Bitcoin Robot MT4
Marzena Maria Szmit
4.83 (48)
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
Aura Neuron MT4
Stanislav Tomilov
5 (4)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
Scalping Robot MT4
Marzena Maria Szmit
4.79 (14)
Introducing our advanced Scalping Forex Robot. The scalping algorithm is built to spot high-probability entry and exit points, ensuring that every trade is executed with the highest chance of success within the   M1 timeframe . The best pair to use with the Scalping Robot is   XAUUSD .  This robot is perfect for traders who prefer the   scalping method   and want to take advantage of rapid price movements without having to manually monitor the charts. It is suitable for both beginners looking fo
Forex GOLD Investor
Lachezar Krastev
4.49 (43)
SPECIAL BIG DISCOUNT! ->> Buy Forex GOLD Investor with -60% OFF! NOTE: Promo price: $197 (Regular Price: $497) - The offer ends soon! 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 2 trading systems . The first one is based on scalping trading strategy and the second system has time based dependency which opens up to 2 trades at a time. It has been tested rigorously to get the most successful results
発売プロモーション: 現在の価格で残っているのはわずか数コピーです! 最終価格:1,700ドル 1 EAを無料で取得(2つの取引口座用)-> 購入後に連絡してください Instruction Blog Link to Channel ZenFlowへようこそ! ZenFlowは、変化する市場トレンドに正確かつ迅速に適応するよう設計された高度なEAです。XAUUSD( or GOLD)シンボルの取引に最適化されており、1つのチャートでのみ実行するべきです。このEAは、偽のシグナルをフィルタリングしながら最適なエントリーポイントを特定するモメンタムベースのインジケーターと組み合わせた洗練されたトレンドフォロー戦略を使用しています。トレーリングストップロス機能は、リスクを有効に管理しながら利益を確保するのに役立ちます。 最先端の技術で構築されたこのEAは、特にトレンド市場で効率的であり、取引の実行精度が高いことを保証します。内蔵のリスク管理システムには、ダイナミックなロットサイズ、ストップロス、テイクプロフィット、トレーリングストップが含まれており、すべてがあなたの資本を守りながら取引の
Supply Demand EA ProBot
Georgios Kalomoiropoulos
5 (8)
需要と供給の 原理に基づいた 完全に自動化された EA 。 完全に自動化された 需給アドバイザー を提供する 最初の企業。 取引 がさらに簡単になりました: 使いやすいグラフィカルな取引ダッシュボードを使用して、取引戦略を完全に制御します。 手動、半自動、完全自動など、あらゆる取引スタイルをカバーする高品質の アルゴリズム 取引ソフトウェアを入手できます。多種多様な設定とカスタマイズ オプションにより、すべてのトレーダーが自分のニーズと個人の取引スタイルに合った戦略を作成できます。無限の可能性を提供するのが、このユニークなエキスパート アドバイザーの魔法です。 ProBot 供給と需要 EA ガイド || 取引パネルの使い方 || 自動操舵 購入後にメッセージを送ってください。 方向 指示器をお送りします。価格は 199 ドルですが、 購入後は完全に 無料で 受け取ることができます。 需要と供給における取引モード EA ProBot 手動取引: 供給エリアと需要エリアの横にあるエリア ラベルをクリックして、マーク/制限取引を手動で行うことができます。これを行うには、入力パラメ
TitanGold AI mt4
Leonid Arkhipov
4.43 (7)
Titan Gold AI Titan Gold AI — XAU/USDのための強力なエキスパートアドバイザー 多くのAurum AIユーザーからの要望に応え、 Titan Gold AI を開発しました。これは、金(XAU/USD)の取引のための革新的なロボットです。Titan Gold AIは、実績のある戦略と高度な人工知能技術を組み合わせており、信頼性が高く効果的な取引ツールとなっています。 Titan Gold - 重要なお知らせ 重要なお知らせ Titan Gold は 2025年1月1日 に公開されました。 正直に申し上げますと、すべてのトレードシステムには不利な市場環境が存在します。1月と2月は本EAにとって厳しい時期でしたが、 安定性とアルゴリズムの安全性 が最大の強みです。 本EAは ほぼ同じレベルのストップロス(SL)とテイクプロフィット(TP) を使用しており、これによりこの2か月間で 一切の損失が発生しませんでした 。このことが、本EAの信頼性と優れたリスク管理を証明しています。 リアルタイムのシグナルを確認! 今後、市場環境が好転すれば、 Titan Go
FX EurUsd Robot MT4
Marzena Maria Szmit
5 (13)
The EUR/USD Multi-Strategy Trading Robot MT4 is an advanced tool designed to optimize trading by combining 3 key systems:   daily trading, volume analysis, and Fibonacci   retracement levels. This robot works by integrating these different approaches to create a more dynamic and adaptable strategy for trading the   EUR/USD pair . EA adapts to different market conditions, this makes it an ideal solution for traders looking to enhance their trading strategy with a powerful, multi-faceted approach.
Greedy Golden MT4
Mihails Babuskins
4.67 (3)
Important: Please use in accounts with lower swap or swap-free accounts. Real monitoring signals: Signal 1 Contact me after payment to send you the user manual PDF file See the real monitoring signal in my profile. Use only on gold and on the  BUY direction. Trading gold is attractive to many traders due to the high volatility and depth of the market. Should we invest in gold or just scalp it? Answering this question is a big challenge for many traders. X trading robot is the answer to this cha
Diamond PRO
Fanur Galamov
4.85 (46)
1 copy left for $199 Tomorrow price  --> $299 Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced position
購入する前に、デモアカウントMyVolume Profile FV (無料版) を使用してフォワードテストによるテストを数か月間 行ってください。 それを学び、自分に合った最適なセットアップを見つけてください。 MyVolume Profile Scalper EA は、ボリューム プロファイルを使用するように設計された高度な自動プログラムです。 ボリューム   プロファイルは、 指定 された期間中に特定の価格レベルで取引された総量を取得し、その総量を上昇量 (価格を上昇させた取引) のいずれかに分割します。 )またはダウンボリューム(価格を下げる取引)を行い、オープンまたは デア を行います。 このEAのコアエンジンは、インジケーターボリューム、平均足、ADXを使用しています。 カスタマイズ可能な移動平均を使用した追加フィルターにより、移動平均インジケーターによって与えられる傾向を確認し、追跡します。 このフィルタはオプションであり、デフォルトでは TRUE です (このフィルタを使用します)。 MyVolume Profile Scalper EA は、  すべての時間フレーム
AW Recovery EA
AW Trading Software Limited
4.35 (82)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Aurum AI mt4
Leonid Arkhipov
4.77 (26)
Aurum AI – 金取引(XAU/USD)のための人工知能の力 取引における技術の可能性をすべて体験してください! Aurum AI は、金市場で安定的かつ安全に運用するために設計された画期的なエキスパートアドバイザーです。人工知能の力、正確なトレンド分析、厳格なリスク管理を組み合わせて、すべての取引が最大限の効果を発揮できるようにします。 プロモーション Discount - 50%. 1 copies available at a price of $225 高リスクのライブシグナル (最大ドローダウン20%まで) Aurum AI購入特典 – フラクタルシステムを使用するGoldPrime AIアドバイザー! (テストを見る) Aurum AIを購入して、GoldPrime AIを無料で手に入れましょう – 市場に存在しない唯一のアドバイザーです! Aurum AI購入者のみ利用可能です。 特典の受け取り方法 購入後にご連絡いただければ、特典をお送りいたします。 Aurum AIの主な利点: グローバルトレンドを分析: トレンド方向に厳密に従って取引を行います。 安全な方
Stock Indexes EA MT4
Marzena Maria Szmit
5 (2)
Stock Indexes EA is a sophisticated trading robot meticulously engineered to capitalize on the dynamics of the US30 . This expert advisor employs advanced algorithms and technical indicators to analyze market trends, identify potential entry and exit points, and execute trades with precision. A news filter has also been added to the robot, which prevents it from opening a position during important economic news , minimizing the risk. In robot, you can also specify the days and hours when the EA
The Infinity EA MT4
Abhimanyu Hans
3.54 (26)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD および XAUUSD 向けに設計された高度な取引エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド取引などの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的な取引体験を卓越したものにします。 6,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT5バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために ChatGPT-4 Turbo と統合されています。 I
Goldbot One MT4
Profalgo Limited
5 (2)
ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル 新着: Goldbot One を購入すると、EA を 1 つ無料で選択できます!! (取引アカウント 2 つ分) 公開グループに参加する: ここをクリック   究極のコンボディール   ->   こちらをクリック LIVE SIGNAL 金市場向けに設計された非常に洗練された取引ロボット、   Goldbot One を ご紹介します。   Goldbot One はブレイクアウト取引に重点を置いており、サポート レベルとレジスタンス レベルの両方を活用して、最適な取引機会を特定します。 このエキスパート アドバイザーは、変動の激しい貴金属市場で効率性、信頼性、戦略的優位性を求めるトレーダー向けに作成されています。   注目すべき事実:   サンプル外データにおける EA のパフォーマンスは、最適化に使用されるサンプル内データと完全に一致しています。   サンプル期間は 2016 年から 2023 年です。 戦略の確認に使用されたサンプル外データは 2004 年から 2016 年および 2024 年
CoreX G MT4
Arseny Potyekhin
5 (8)
概要 CoreX G EAは、外国為替市場の複雑さに対応するために特別に設計された高度な取引システムです。最先端のニューラルネットワーク、高度な機械学習技術、および統合されたビッグデータ戦略を活用することで、CoreX Gは取引において卓越した精度とセキュリティを提供します。このエキスパートアドバイザー(EA)は、技術的な優秀さとプレミアムなカスタマーサポートにより際立ち、ユーザーが質問や懸念に常に対応できるようサポートします。 ブローカー 任意のブローカー、 ECN / ZERO スプレッドを推奨 レバレッジ 1:20 から 入金 最低 200 ドル      シンボル XAUUSD タイムフレーム H1 ビッグデータ統合と取引戦略 ビッグデータはCoreX Gの戦略の基盤です。膨大な量の過去およびリアルタイムの市場データを処理し、十分な情報に基づいた取引決定を行います。ビッグデータの使用により、このシステムは外国為替市場でのパターンやトレンドをより効果的に特定し、より正確な予測と取引機会の向上につながります。機械学習とビッグデータを組み合わせることで、EAは常に新しいデータを
Cross Hedge EA
Manpreet Singh
4.2 (5)
Cross Hedge EA Cross Hedge EA is a hedging EA which helps you recover the losing trade in a very tricky way based on "Zone Recovery Algorithm". It Hedge with an increased lot size based on multiplier factor in the market direction and if market reverse its direction again then it open a incremental lot in the current market direction. Doing this way it ends with a profit no matter in what direction the market will move. Use Cent account with $100 deposits for gold and US30 or $10,000 for regula
AlphaFlow EA MT4
Dolores Martin Munoz
5 (1)
Alpha Flow EA: 新たな高みへと導くトレーディングアドバイザー Alpha Flow EA は、戦略的な精度、適応力、そして高度な市場分析を通じて、あなたのトレーディング体験を変革するために設計された最新のトレーディングアドバイザーです。独自のトレーディングアルゴリズムと深い市場インサイトを駆使して、あらゆる市場環境で優れたパフォーマンスを発揮し、市場のトレンドを先取りするサポートをします。 Alpha Flow EA のリアルシグナル XAUUSD シグナル:   ライブシグナルを表示 EURUSD シグナル:   ライブシグナルを表示 US 500 シグナル:   ライブシグナルを表示 Alpha Flow EA の特徴とは? 洗練された市場分析 Alpha Flow EA   は、従来のテクニカル分析と最新のクオンツ戦略を融合した多次元分析アプローチを採用しています。高度なパターン認識機能により、新たなトレンドを見抜き、戦略的かつタイムリーな取引チャンスを提供します。 多様なトレーディング戦略 幅広い事前設定された戦略を搭載しており、 Alpha Flow EA  
ライブシグナ ル Gold Trend Scalpingへようこそ ローンチプロモーション: 次の価格:$433.99 最終価格:$1993.99   Gold Trend Scalpingは、私が特にゴールド用に設計した最初のEAです。 このEAは、大きなタイムフレームに基づくトレンドフォロー戦略を使用しています。 スーパートレンドを使用して大きなタイムフレームの主要なトレンドを検出し、次に小さなタイムフレームで取引を開始します。 EAは各取引に対して100ピップの固定ストップロスを常に使用します。 さらに、利益を確保するためにトレーリングストップも組み込んでいます。 このEAは、マーチンゲールやグリッドなどのリスクの高い戦略を使用しません。 US30 Scalper、Quantum Algo、Diamond Titanといった先行機種の成功を引き継ぎ、安全性と長期的な目標を常に優先します。 注意点 このEAはChatGPTやAIなど、他の多くの作者が意図的に説明に含める架空の要素を使用していません。ご注意ください、そのような罠にはまらないようにしましょう。 また、このEAは一貫
Golden Rhythm - ニュース保護機能付き適応型トレーディング Golden Rhythm - ボラティリティを簡単にマスター Access the expert details here . Please join our channel here . 最先端の技術を活用して、Golden Rhythmを楽しもう! このEAはボラティリティのある市場に適応するよう最適化されており、トレーダーにリスクを管理しながらパフォーマンスを最大化するためのツールを提供します。初心者でも、先進的な機能を求めるプロトレーダーでも、Golden Rhythmは一貫した利益を得るための旅をサポートします。 Golden Rhythmの使い始め方: Gold (XAUUSD)などの最高の取引シンボルから選択します。 推奨時間枠 H1 を使用して、単一の Gold (XAUUSD) チャートにGolden Rhythmを適用します。 最初は デフォルト入力 を使用してEAに慣れ、自分の好きなリスク設定に調整します。  Golden Rhythm? ワンチャートソリューション Golden Rh
Big Forex Players MT4
Marzena Maria Szmit
4.74 (31)
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   (p ositions are sent from our databa
Bitcoin Smart EA は、独自の MAFilling Trend インジケーターで動作します。これは非常にシンプルですが効率的な戦略であり、独自の柔軟な設定により、この EA は非常に汎用性が高く、 取引に最適な結果を生み出すのに役立ちます。m15 または m30 の時間枠では、暗号通貨だけでなく、あらゆる通貨や金でも非常にうまく機能します。 リアルタイムの結果はここで確認できます。 個人ボーナスを獲得するには、購入後すぐにご連絡ください。 設定・マニュアルはこちら   設定 Open new series - オン / オフ 新しい一連の注文の開始 Trade Buy - アドバイザーに購入を許可する Trade Sell - アドバイザーに販売を許可する Support manual orders - 手動注文の真偽をサポートします Max Orders - 許可される最大注文数 Order Comment - 注文コメント名 Start lots - 初回スタートロット Use Money Management - 自動ロット計算の使用のオン/オフ Autolot -
I just sell my products in Elif Kaya Profile , any other websites are stolen old versions, So no any new updates or support. - Lifetime update free -   Real price is 1000$   - Limited Discount (It is now 299$) Welcome, Bitcoin Expert opens automatically trade with Highly profit, Fixed Stop loss. After purchase, You can receive  Gold Trade Expert  for  Free ! Contact me for this  BONUS ! No Martingale, No Grid, No Scam Bitcoin is a cryptocurrency, a peer-to-peer digital currency that operates in
ビットコインスキャルピングMT4/MT5のご紹介 – 暗号通貨取引のためのスマートEA ローンチプロモーション: 現在の価格で残り3コピーのみ! 最終価格:$3333.33 ボーナス - 生涯Bitcoin Scalping購入で、無料EA EURUSDアルゴ取引(2アカウント)をプレゼント => 詳細についてはプライベートでお問い合わせください! EAライブシグナル MT5バージョン なぜビットコインが今日重要なのか ビットコインは単なるデジタル通貨以上の存在となり、金融革命を引き起こしました。暗号通貨の先駆者として、ビットコインは世界で最も取引され、認知されている暗号資産です。その価格変動性と成長する採用により、ビットコインはトレーダーにとって巨大な機会を提供します。しかし、このような機会にはリスクも伴います。そこで、ビットコインスキャルピングMT4/MT5は、より賢く取引する手助けをします。 ローンチコンボ: コンボ1 - 生涯 Gold Trend Scalping + Bitcoin Scalping購入。無料EA Forexアルゴ取引(アカウント無制限)をプレゼント
Gold Scalping Expert
Vasiliy Strukov
4.73 (63)
Gold Scalping Expert は、地政学的なニュース、パンデミック、経済変動などのさまざまな影響の大きいイベント中の金の反応を利用する、非常にインテリジェントなスマート アルゴリズムです。 このシステムは、人気のジグザグ指標を使用して転換点で未決注文を発注することでブレイクアウト取引を行い、価格がこれらのレベルを超えてブレイクアウトすると注文がトリガーされます。 EA は非常にスマートなトレーリング ストップとダイナミック ストップロスを使用して、マーチンゲール手法を使用せずにアカウントを保護し、リスクを適切に管理します。 リアルタイムの結果はここで確認できます。 個人ボーナスを獲得するには、購入後すぐにご連絡ください。 設定・マニュアルはこちら   設定 Open new series - オン / オフ 新しい一連の注文の開始 Trade Buy - アドバイザーに購入を許可する Trade Sell - アドバイザーに販売を許可する Support manual orders - 手動注文の真偽をサポートします Max Orders - 許可される最大注文数 Max
作者のその他のプロダクト
This program does not open orders on its own, but instead monitors the active orders of the currency pair it is attached to. The EA sets the Take Profit (TP) or Trailing Stop (TS) levels for active market trades. If pending orders are triggered, the program recalculates the levels and modifies the previously placed trades. The program monitors SELL and BUY orders separately. For example, the program can close SELL trades using TS, and set TP for BUY trades. Settings profit_Ord___BUY = 15 - prof
ManyTools
Aleksander Chernov
3 (2)
The main idea is the distribution of the balance to trade a large number of foreign exchange instruments. This allows tracking a larger number of price movements in the market. It uses the CCI (14) indicator on the timeframes H4 and M5 , as well as a spread filter. Hardware features: It is attached to one window of a currency pair (any), but monitors all instruments available for trading in the terminal. Does not require vast CPU resources, because it uses sequential analysis algorithm. It can
ManyLayers
Aleksander Chernov
Trading is performed using multiple independent layers - number_of_commercial_layers . Flexible customization system of market entry signal - UNIT_INDICATORS . The use of the Moving Average , RSI and Envelopes indicators allows configuring any parameter of the indicators and enabling/disabling them. Signals are generated based on cumulative analysis of indicators from different timeframes . It is possible to control the equity level - CONTROL_EQUITY . Two danger levels: the first level activate
The utility repeats manual BUY, SELL, BUYLIMIT, SELLLIMIT, BUYSTOP and SELLSTOP trades having Comment = "R" or " r" . Instead of trades closed by Take Profit , the utility sets Limit orders with closed trade parameters. Purpose The program is useful when applying manual grid strategies when a user sets an order grid in a certain price channel having certain parameters and constantly repeats trades after closing them . The program automates repeating trades. Operation example There is a BUYSTOP
Основная идея - распределение баланса для торговли на большом количестве валютных инструментов . Это позволяет отслеживать большее количество движений цены на рынке и извлекать из этого большую прибыль. Используется индикатор CCI (14) на таймфреймах H4 и M5 , фильтры: по минимальному лоту, по спреду. Встроена функция защиты депозита от потери ( ALARM_STOP_Eqyity ) и ограничивающие торговлю параметры ( Min_Proc_Sv_Sr и ALARM_Proc_Sv_Sr ). Автоматически рассчитывается для каждого инструмента: торг
AMTchickeN
Aleksander Chernov
AMTchiken Основные идеи: " курица по зёрнышку клюёт " - вход в рынок минимальным размером лота по нескольким торговым инструментам одновременно; " не храните яйца в одной корзине " - распределение баланса для торговли на большом количестве валютных инструментов. Это повышает стабильность торговли и позволяет отслеживать большее количество движений цены на рынке и извлекать из этого большую прибыль. Пользователь имеет возможность выбора индикаторов для генерации сигналов ( 8 вариантов ) тренда и
В данной системе за основу взят индикатор Force Index . Система: определяет наиболее выгодные точки входа в рынок с использованием «короткого» STOPLOSSa , анализирует три индикатора : Force Index , Moving Average и Bolinger Bands, является составным индикатором с генерацией сигналов для входа в рынок, позволяет выбрать вариант анализа данных трех индикаторов, так же есть возможность изменения параметров для перенастройки. Индикатор Force Index (FI) или индекс относительной силы  Force Relative I
LIM_STOP_REPEATER Программа не открывает сделки сама. Она повторяет сделки открытые вручную. Программа повторяет закрытые по TP или SL ордера: Выставляет Limit ордер при закрытии по TP. Выставляет Stop ордер при закрытии по SL. Программа не имеет ограничений по количеству повторов сделок. В программе отсутствуют внешние параметры. Если сделку закрыть вручную, отменить отложенный ордер - программа не будет повторять эту сделку.
フィルタ:
レビューなし
レビューに返信