Chameleon TA MT4

Chameleon TA — Visual Basket Trade Assistant

Trade smarter, not harder. One panel. Total control.

Chameleon TA is a professional-grade visual trade assistant that puts a complete trading cockpit directly on your chart. Whether you're a manual scalper, news trader, or basket strategy enthusiast, Chameleon TA gives you instant one-click execution, live basket-level SL/TP management, and intelligent trailing — all wrapped in a clean, modern interface inspired by TradingView's dark theme aesthetic.

Stop juggling multiple windows, recalculating average entry prices on a calculator, or babysitting your charts to manage open positions. Chameleon TA does the math for you — in real time, on every tick.

Why Chameleon TA?

Most trade panels treat each order as an isolated event. Chameleon TA treats them as what they really are: a basket — a coordinated group of positions sharing a single break-even, a single risk target, and a single reward target. This is how professional traders actually think. And now your chart thinks that way too.

Core Features

Visual Trading Cockpit On-Chart

A compact 310-pixel-wide panel docks to the top-left of your chart with everything you need:

  • Trading Parameters: Lot size, SL distance (in points), TP/SL ratio — all editable inline
  • Trailing & Basket Mode: Two toggle buttons plus three trailing inputs (Start, Distance, Step)
  • Close Orders: Six dedicated buttons — Close All, Close Buy, Close Sell, Close Loss, Close Profit
  • Account Info: Live Balance, Equity, Free Margin, Spread, and Daily Closed P/L
  • Floating P/L: Real-time aggregated profit per direction (BUY / SELL)
  • Big BUY / SELL execution buttons at the bottom for one-click market entries

The panel can be minimized with a single click when you need full chart real estate, and restored just as quickly.

Basket-Aware SL/TP — The Heart of the System

This is what sets Chameleon TA apart. Instead of placing isolated SL/TP on each order, the EA calculates a single basket-level Stop Loss and Take Profit based on the volume-weighted break-even of all your open positions in each direction.

When you add a new position to the basket, Chameleon TA automatically:

  1. Recomputes the new combined break-even
  2. Repositions the basket SL and TP relative to that BE
  3. Synchronizes those levels across every order in the basket

The result: your entire basket exits as one cohesive unit, exactly where you planned. No more averaging-down disasters or partial exits at random prices.

Two SL/TP Execution Modes

Switch between modes with a single click on the SL/TP: REAL / VIRTUAL toggle:

  • REAL Mode (broker-side): Basket SL and TP are written directly to each order at the broker. Your trades remain protected even if the EA, terminal, or your internet connection goes down. Recommended for serious capital and unattended trading.

  • VIRTUAL Mode (EA-side): SL/TP exist only inside the EA logic — invisible to the broker. The EA monitors price on every tick and closes the basket the moment your level is breached. Useful for hiding your stops from the broker, avoiding stop-hunting, or running on brokers with restrictive stop-level rules.

The EA handles the transition automatically. Switching to VIRTUAL clears broker SL/TP from existing positions; switching back to REAL re-syncs them. No manual cleanup required.

Intelligent Basket Trailing Stop

When trailing is enabled, Chameleon TA monitors the basket break-even of each direction independently and trails the basket SL forward in classic three-parameter style:

  • Start (points): Profit threshold at which trailing activates, measured from basket break-even
  • Distance (points): How far behind current price the trailing SL sits
  • Step (points): Minimum improvement required before the SL is moved (prevents over-modification)

Trailing works seamlessly in both REAL and VIRTUAL modes. In REAL mode, the EA pushes updated SL to all orders in the basket. In VIRTUAL mode, the trailed level is held internally and triggered the moment price reverses through it.

A dotted orange "TRAIL START" line appears on your chart so you can visually see exactly when trailing will activate — no guesswork.

Visual Level Lines (Plan-Based, Always Live)

Chameleon TA draws live, labeled horizontal lines on your chart for both BUY and SELL baskets:

  • Solid grey line: Volume-weighted Break-Even
  • Red dashed line: Basket SL (with "(trailed)" tag when trailing is active)
  • Green dashed line: Basket TP
  • Orange dotted line: Trailing activation trigger (when trail is ON)

Every line carries a price tag at the right edge of the chart, so you always know your levels at a glance. The lines update automatically as you add positions, modify parameters, or as trailing pushes them forward.

Smart Close Controls

Six purpose-built close buttons cover every scenario:

  • CLOSE ALL — flatten everything on this symbol managed by the EA
  • CLOSE BUY / CLOSE SELL — close one direction only
  • CLOSE LOSS — close all losing positions, keep winners running
  • CLOSE PROFIT — lock in profits, hold the losers (DCA-friendly)

After any partial close, the EA automatically recalculates basket levels and re-syncs SL/TP — your remaining positions are never left orphaned.

Magic Number Filtering

Set a Magic Number to make Chameleon TA manage only its own trades, peacefully coexisting with other EAs and your manual trades. Or set Magic Number to 0 to take control of every position on the symbol — useful when you want to manage manual trades placed from your phone or a third-party tool.

Daily Closed P/L Tracker

A live counter shows your closed profit/loss for today only — symbol-specific, magic-filtered. Color-coded green/red so you always know where you stand on the day without opening the History tab.

DPI-Aware Layout

The panel uses dynamic text measurement ( TextGetSize ) to size labels, columns, and buttons correctly on any screen — from 1080p laptops to 4K monitors and high-DPI Windows scaling. No more cropped labels or misaligned columns on different machines.

Native Trade Levels — Hidden by Default

The EA hides MT5/MT4's built-in trade level lines (which would otherwise clutter your chart with one line per order). The clean basket lines drawn by Chameleon TA replace them. Toggle this behavior off via the input parameters if you prefer the native view.

Who Is This For?

  • Manual scalpers and day traders who want one-click entries with pre-defined risk
  • Grid and martingale traders who need basket-level exit logic instead of per-order chaos
  • News traders who scale into positions and need a single coordinated stop
  • Swing traders running multiple entries on the same direction
  • Anyone tired of mental math on average entries, partial fills, and managing 5+ open tickets manually

Input Parameters

Default Trading Parameters

  • InpLotSize — Default lot size for every market entry (default: 0.01)
  • InpRatioTP — TP ratio (default: 2.0)
  • InpRatioSL — SL ratio (default: 1.0) → Effective TP distance = SL × (RatioTP / RatioSL)
  • InpSLPoints — SL distance from break-even, in points (default: 2000)

Default Trailing Stop

  • InpTrailEnabled — Trailing ON/OFF at startup (default: OFF)
  • InpTrailStart — Profit in points before trailing activates (default: 1200)
  • InpTrailDist — Trailing distance behind price, in points (default: 600)
  • InpTrailStep — Minimum step size before SL is updated (default: 300)

Magic Number

  • InpMagic — Magic number filter; 0 = manage all positions on the symbol (default: 20260505)
  • InpComment — Order comment (default: "ChameleonTA")

Visual

  • InpHideNativeTradeLevels — Hide MT4/MT5 built-in trade level lines (default: true)

Basket Mode

  • InpVirtualSLTP — Start in VIRTUAL mode (true) or REAL mode (false) (default: REAL)

Execution (MT4 version only)

  • InpSlippage — Slippage tolerance in points for market orders (default: 20)
  • InpMaxRetries — Retry attempts on requote/off-quotes (default: 3)

All parameters set in the input dialog are starting defaults — you can change them live from the panel without re-attaching the EA.

Technical Details

  • Platforms: Available for both MetaTrader 4 and MetaTrader 5
  • Symbols: Works on any symbol — Forex, Metals (XAUUSD, XAGUSD), Indices, Crypto CFDs, Stocks
  • Timeframe: Independent — works identically on M1 through MN1
  • Account types: Hedging accounts on MT5; standard MT4 hedging mode
  • Broker compatibility: Honors MODE_STOPLEVEL (MT4) / SYMBOL_TRADE_STOPS_LEVEL (MT5) for safe SL/TP placement on brokers with stop-level restrictions
  • Order send retry logic: Automatically retries on requote, price-changed, off-quotes, and broker-busy errors
  • No DLL imports: 100% native MQL — passes MQL5 Market security checks
  • Lightweight: Single-file EA, runs efficiently on any VPS

Recommended Use

  1. Attach Chameleon TA to your trading symbol on any timeframe
  2. Set your desired SL distance and TP ratio in the panel (or via inputs)
  3. Choose your basket mode — REAL for protected, VIRTUAL for stealth
  4. Click BUY or SELL to enter; the EA handles the rest
  5. Add positions to the same direction whenever your strategy calls for it — basket levels recompute automatically
  6. Enable TRAIL when you want to lock in profits as the basket moves in your favor

Important Notes

  • This EA is a trade assistant, not an automated strategy — entries are 100% your decision
  • Always test on a demo account first to confirm broker-specific behavior (stop levels, fill modes, slippage)
  • VIRTUAL mode requires the terminal to be running and connected; REAL mode protects you even when offline

Support

Questions? Feature requests? Found a bug? Reach out via the MQL5 Comments tab on this listing or my profile messaging — I respond personally to every message.

Trade with clarity. Trade with control. Trade with Chameleon TA.


おすすめのプロダクト
Crystal CopyCat Ultimate Ultra-Fast Master–Slave Copier with Zero-Delay Execution and Cross-Platform MT5 Compatibility Architecture: MT4 → MT4 and MT4 → MT5 Full Compatibility MT4 Pro :- https://www.mql5.com/en/market/product/165057 MT5  Free Version: https://www.mql5.com/en/market/product/144569 Complete User Setup Guide:-  https://www.mql5.com/en/blogs/post/764222   1. Overview Crystal CopyCat Ultimate 5.0 is a next-generation trade copy engine engineered for professional traders, portfo
FREE
CHF Portal is designed for Trading USDCHF specifically. Trading Concept The operation concept of CHF Portal is based on an algorithm which tries to determine the Trend. To be more specific, CHF Portal works with its own calculation logic according to historical volatility and price movement. It is trying to find out the Top or Bottom in a Trend, and open the Short or Long Position accordingly. Don't expect CHF Portal can be able to open the trade on the highest or lowest level, because CHF Port
Liquidity Sentinel Pro – マルチ時間軸ダッシュボード&ヒゲ反発アラート 説明: Liquidity Sentinel Pro は、MT4 用の強力なオールインワンインジケーターで、マルチタイムフレームのトレンド分析、需給の強さ、精密なヒゲ反発アラートを組み合わせて、トレーダーに市場の動向を総合的に把握させます。 このツールは、どの通貨ペアや資産がトレンド中かを示し、高確率の反転ポイントをハイライトし、市場のノイズをフィルタリングして、トレーダーが市場の勢いに沿った取引を自信を持って行えるようにサポートします。 主な機能: マルチタイムフレームトレンドダッシュボード 選択可能な2つの時間軸(例:H4 と M30)のトレンド方向を表示。 強い整合性に基づき、買い(BUY)または売り(SELL)のチャンスを迅速に特定。 ダッシュボードのアラートで、取引準備が整ったペアを知らせます。 需給ヒストグラム 買い(需要)と売り(供給)の強さを視覚的に表示。 2つの独立した時間軸で勢いを追跡し、市場の全体像を明確に。 過剰な動きや反転の可能性があるゾーンを特定するのに役立ちます
This Performance Report indicator is special design for some trader to analyst his/her performance. Key Features of the "Performance Report" Indicator Multi-language support: Choose between English and Chinese as the display language, catering to traders from different regions. Flexible report configuration: Customize the report title and group data based on trading symbols, time periods (daily , weekly , monthly ), meeting individual preferences. Date range selection: Specify the st
1.製品名:   Multi TF MA Overlay MT4 1行の要約:単一チャートで7つの主要なタイムフレームの移動平均線をリアルタイムで確認するオールインワントレーディングソリューション。 2. 製品紹介(Description) トレーダーは複数のタイムフレームを同時に分析し、トレンドの大きな流れを読む必要があります。 Smart MTF MAは面倒なチャートの切り替えを必要とせず、現在のチャートにM1からD1までの移動平均線を視覚的に投影し、市場のマルチタイムゾーンの流れを一目で把握させます。 主な特長: 完全同期:現在のチャートの動きに合わせて7つのタイムフレーム(M1〜D1)の二平線を自動計算して表示します。 カスタマイジング:各タイムフレームごとの期間(Period)、色、線の太さを個別に設定することで、独自のチャート環境を構築できます。 柔軟な設定:不要なタイムゾーンは「OFF」機能で簡単に隠すことができます。 最適化されたパフォーマンス:META4環境に最適化され、チャートの移動時にもシームレスな滑らかなパフォーマンスを提供します。 3. 利用方法(U
FREE
Top Gun Oscillators
Safwan Rushdi Khalil Arekat
5 (2)
Note : New in 1.6: the indicator now exports the trade signal (but not displayed). Go long with light blue. Go short with red. Exit otherwise. Signal to be imported to your EA using iCustom. This indicator provides Best of the Best linear filter momentum oscillators that I am aware of (Low Pass Differentiators, LPD's) . All of them are  recent developments by this developer, or other researchers. The oscillator line is the first buffer of the indicator, and can be called  in other indicators or
FREE
Trading XAUUSD is a double-edged sword. Its massive volatility offers incredible profit potential, but it also carries significant risk for those without a disciplined strategy. Today, I am excited to introduce my latest automated trading system: B Clode . Built specifically for the XAUUSD H1 timeframe , B Clode was engineered to harmonize high-frequency grid trading with intelligent risk management. 1. Why B Clode for XAUUSD? Gold is notorious for its "noise." By focusing on the H1 timeframe
FREE
Multi-Timeframe EMA Momentum Filter — Version 1.0 This indicator is designed to help traders evaluate short-term EMA crossovers in the context of higher timeframe momentum. Its purpose is to reduce noise and highlight setups that align with the broader market trend. How it works: On the main chart, arrows appear when a fast EMA crosses a slow EMA on the current timeframe, provided that higher timeframe momentum confirms the direction. In the subwindow, a histogram displays the difference betwee
FREE
(8th Feb 2019 Launch Promo: $97/lifetime just for 1 day! Price goes to $180/lifetime in 24 hours!) The TFA Trade Manager helps you easily manage your trades with an intelligent vertical "bars" system. You easily now easily click + drag your entry, stop loss, take profit, breakeven, partial profit and trailing stop with a few simple mouse clicks. You can also easily calculate the risk you wish to allocate to each trade by telling the trade manager your desired risk %, lot size or $dollars to risk
Overview Happy Cub is a multi-timeframe and multi-indicator analytical dashboard, it consolidates data from 10 different technical indicators across 8 timeframes into a single, color-coded table. Its primary purpose is to help traders identify "confluence" - the rare moment when multiple indicators and timeframes align in the same direction.   Key Functions Confluence Tracking: It calculates real-time signals for Price Action, Trend, Momentum, and Volatility indicators. Directional Percentages:
Product Name: Gold Smart EA AR X Gold Smart EA AR X   is a sophisticated automated trading solution specifically engineered for the   XAUUSD (Gold)   market. Unlike simple indicator-based systems, this EA utilizes a multi-layered logic that combines Trend Following, Moving Average Crossovers, and a unique   US Dollar (USD) Correlation Engine   to filter out market noise and execute high-probability trades. Designed for the modern trader, the EA monitors the market on the   M5 timeframe   but val
Gold Important Sniper Level MT4  限定オファー:残り10枚のみ – 急げ、残り10枚!   現在の価格:    489 | 次の価格: 599 ∣  | 最終価格: $1299  ライブシグナル:   実際のアカウントパフォーマンスを見るにはクリック! なぜGold Important Sniper Level MT4を選ぶのか? 手動分析や逃したチャンス、悪いトレードに疲れていませんか? または、市場の変動時に攻撃的な戦略によって壊滅的な損失を経験したことはありませんか?   Gold Important Sniper Level MT4 は、 XAUUSD取引 に特化したスマートEAで、正確なアルゴリズムと多次元分析を通じてあらゆる機会を捉えながらリスクを最小限に抑えます。 主な特徴  マルチインジケーター戦略 20以上の高度なインジケーター を統合、例えば: Heiken Ashi(トレンド平滑化) Ichimoku(トレンドとサポート/レジスタンス分析) TEMA(トリプル指数移動平均) ATR、ADX、ボリンジャーバンド、ケルトナーチャネ
L   H E D G E R   S C A L P E R    A fully automated Expert Advisor that uses counter-trend scalping, managed semi-martingale strategy and lock hedging to execute a complete trading scheme from entry analysis to risk-calculated money management to exit analysis plan execution.         V E R Y  I M P O R T A N T    You can use only ECN type of account. Otherwise, it's a disaster. You can use only the GBPJPY currency pair. Open and attach with 1 chart only. Use a minimum of $5
Band Trading Automation
Emmanuel Lovski Ijeawele Maduagwuna
Band Trading Win Consistently Irrespective of the Direction of the Market Price of any Instrument A Dual Position Entry Algorithmic Trader for Volatile Markets    Look at  Strategy Summary Here - BandTrading FEATURES Intelligent hedging mechanism aims to protect capital by locking in profits when price moves beyond the Band Trading Gap. Dynamic Band calculation adapts to real-time market conditions – identifies key support/resistance zones. Specifically designed for CFD trading: handles swa
このツールは、2つの大きなメリットを提供します。MT5の経済指標の使いやすさを向上させ、データをMT4とシームレスに共有できるようにします。例えば、10年以上前の経済指標データを効果的に利用して、トレーニングやバックテストを行うことができます。また、MT4の PracticeSimulator と互換性があり、歴史的データを用いたトレード練習からMT4でのリアルトレードまで幅広く活用できる価値のあるツールです。 重要な注意事項 このツールはMT5から経済指標データを取得する必要があるため、MT4版単体では動作しません。MT5版も必ずインストールしてください。 => MT5版 MT5経済指標の向上 歴史データへのアクセス : 10年以上前のイベントを含む経済指標データを分析することで、詳細なバックテストや履歴レビューが可能です。 カスタマイズ可能な表示 : 経済指標はチャート上に目立たないように表示され、データを背景に溶け込ませるオプションも選択可能です。 自動時間調整 : 時間帯やサマータイムを自動的に調整し、過去のイベントを正確に表示します。 MT4の互換性とメリット シームレスな
FREE
The UNIVERSAL DASHBOARD indicator will eliminate the need of using dozens of indicators on dozens of charts. From one place you can monitor all the pairs and all the timeframes for each of the following indicators: MACD STOCHASTIC WPR RSI CCI You can also use any Custom indicator in the dashboard as long as it has a readable buffer. With a single click you can quickly navigate between charts, pairs and timeframes. Alerts will provide clear indication about what happens for your favorite pairs on
FREE
This Dashboard displays signals in grid view for the 28 major fx currency pairs. It is Mainly used for forex scalping in between 10 to 20 pips maximum and can be used on major trend market decisions. It Uses mainly Moving average and does not give false signal. All you need to note is the point in the grid where the signal occurs.  A beep sound is heard whenever there is a new signal and it will be displayedat the top of the chart.
News Catcher Pro
Valeriia Mishchenko
4 (8)
News Catcher Pro is a mean-reversion strategy that uses intraday seasonal volatility patterns caused by high-impact news events. It enters the market at a certain time shortly before a high-impact news event occurs . It does not trade frequently! Live performance Supported currency pairs: GBPUSD, EURUSD, EURGBP Recommended timeframe: M5 MT 5 version can be found here EA is   FIFO compatible To backtest the EA you should download the news events data file ' NewsEvents.txt ' and copy it to the
説明 Triangle Breakout Retest Dashboard Pro Multi Symbol は、マーケットストラクチャーに基づいたブレイクアウトおよびリテスト取引のために設計されたマルチ通貨ペア対応のインスティテューショナル型インジケーターです。 複数の通貨ペアを自動的にスキャンし、三角持ち合いパターンを検出し、ブレイクアウトの方向を特定し、リテストが確認されるまでエントリーシグナルを生成しません。 このツールは、マーケット構造に基づいた確認エントリーに集中することで、フェイクブレイクアウトを回避するために設計されています。 主な機能 三角形パターン検出 上昇三角形を自動検出 下降三角形を自動検出 対称三角形を自動検出 視覚的確認のためにトレンドラインを描画 ブレイクアウト検出エンジン 有効な構造ブレイクアウトを検出 市場の方向性(上昇または下降)を決定 ブレイクアウトレベルを記録 リテスト確認システム 価格がブレイクアウトレベルに戻るのを待機 価格反応を確認してからエントリー フェイクシグナルを大幅に削減 買いリテスト確認シグナルを生成 売りリテスト確認シグナルを生
Smart Trend Forecasting Slope-Based Trend Analysis Indicator with Alert Support Overview Smart Trend Forecasting is a slope-based trend analysis indicator derived from a classic moving average trend model originally developed by Wizard Serg and referenced in Forex Magazine #104. The indicator is designed to monitor: Trend direction Momentum shifts Trend transition conditions Moving average slope behavior It includes visual markers and configurable alert notifications for trend state changes. Ma
Jerk Indicator
Safwan Rushdi Khalil Arekat
5 (1)
In physics, "Jerk" is the third time-derivative of position, with acceleration being the second derivative and velocity the first derivative. In technical analysis, the first derivative of price is the price momentum, with the second derivative,acceleration, being seldom used and the third derivative virtually unknown. The magnitude frequency response of a digital differentiator is a positive-slope straight line passing through zero frequency. Therefore, every instance of a digital signal differ
FREE
EPriceJPY is a auto-trading EA focused on USDJPY. Trading Concept The operation concept of EPriceJPY is based on an algorithm that tries to determine the Trend. To be more specific, EPriceJPY works with its own calculation logic based on simulation. It is trying to find out the Top or Bottom in a Trend, and open the Short or Long Position accordingly. Don't expect EPriceJPY to open the trade on the highest or lowest level, because EPriceJPY will trade only when the Top/Bottom can be confirmed.
Trades Clear Visualizer
Ahmed Mohamed Abdelmaksoud Maria
トレードビジュアライザー(TVIZ)の説明 提供されるMQL4コードは、MetaTrader 4の価格チャート上に過去および現在の取引データを直接プロットするために設計された、非常に効率的でインタラクティブなユーティリティ(以下、トレードビジュアライザー(TVIZ)と呼びます)です。プロのMQL4開発者やFXトレーダーにとって、ターミナルの履歴タブで生の取引データを確認するのは面倒で、価格変動との視覚的なつながりも希薄です。完全な取引履歴をプロットすることで取引データを視覚的に分かりやすくする他のマーケットソリューションと同様に、このスクリプトは正確なエントリーポイントとエグジットポイントをローソク足に直接投影することで、このギャップを埋めます。数値取引データを明確な視覚形式に変換することで、アルゴリズム開発者や手動トレーダーは、戦略のエントリーの精度、エグジットの効率性、そして全体的な市場タイミングを即座に評価できます。そのため、エキスパートアドバイザー(EA)のデバッグや、週末の手動取引記録を行う上で不可欠なツールとなります。 このインジケーターは、MetaTraderのオブジ
FREE
Pandoras BlackBox Pandoras BlackBox uses statistical and econometric analysis in order to take advantage of market inefficiencies. The algorithim layers market orders in order to take advantage of optimal pricing points, generating optimal risk reward returns. This is a long-term algorithm, and will not simply make returns with 1-2 weeks. The algorithm is designed to produce flat returns in the wrong market conditions, and high risk adjusted returns in the correct market conditions. Features:
www tradepositive .lat ALGO Smart Flow Risk Manager (Keyboard Edition) Have you ever spotted the perfect entry but hesitated so long calculating the lot size that the price ran away without you?   Or has a bad streak ever wiped out 20% of your account because you didn't know when to stop? The   ALGO Smart Flow Risk Manager   is not an automated trading bot. It is a professional   Execution Tool   designed strictly for   Manual Traders   who demand speed, structure, and discipline. We turn your
FREE
TREND PILOT MT4 – SMART MONEY TREND-FOLLOWING SYSTEM Trend Pilot is a fully automated Expert Advisor based on Smart Money Concepts and structural market analysis. The system identifies trend reversals through Break of Structure (BOS) and Change of Character (CHOCH), utilizing precise entry mechanisms for optimal position openings. NEW: Includes a trading
Heikin-Ashi-Sniper is a perfect addition to your portfolio. It is meant to be traded on EURUSD on H1 Timeframe. It uses Heikin-Ashi High and Low/High of Monthly timeframe to determine optimal entry signals while having a reasonably low drawdown More EA´s will be published shortly to complete the Portfolio. The EA Trades not very frequently it waits for the right chance and places the order. The rest of the time, your capital is free to be traded on other strategies Please see backtest results i
FREE
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
A   rocket   (from   Italian :   rocchetto ,   lit. 'bobbin/spool') [nb 1] [1]   is a   projectile   that   spacecraft ,   aircraft   or other   vehicles   use to obtain   thrust   from a   rocket engine . Rocket engine exhaust is formed entirely from   propellant   carried within the rocket. [2]   Rocket engines work by   action and reaction   and push rockets forward simply by expelling their exhaust in the opposite direction at high speed, and can therefore work in the   vacuum   of space. In
HTF Candle Plus Timer Upgrade your trading experience with HTF Candle Plus Timer, a smart indicator that displays higher timeframe candles directly on your current chart. It allows you to stay aligned with the bigger market picture while focusing on your preferred trading timeframe. Key Features: Higher Timeframe Candles Plot custom higher timeframe (HTF) candles such as H1, H4, D1, W1, or MN directly on lower timeframe charts for a clearer market overview. Current Candle Timer A live countdown
このプロダクトを購入した人は以下も購入しています
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (110)
Local Trade Copier EA MT4 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT4 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT4 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT4 >> ファイル >> データ フォルダを開く >> MQL4 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順 - アプリケーションの手順 - デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通貨」、「 % 残
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
MetaTrader 4向け 高機能トレードコピーソフト MetaTrader 4 用の、高速・安定・高機能なトレードコピーソフトです。 COPYLOT は、 MetaTrader 4 と MetaTrader 5 間でFX取引をコピーでき、さまざまな口座タイプや運用スタイルに合わせて柔軟に同期できます。 COPYLOT MT4版の対応コピー方式: MetaTrader 4 → MetaTrader 4 MetaTrader 5 Hedge → MetaTrader 4 MetaTrader 5 Netting → MetaTrader 4   MT5版 詳細説明 + DEMO + PDF 購入方法 インストール方法 ログファイルの取得方法 テストと最適化の方法 Expforexの全製品 MetaTrader 5版 を使えば、 MetaTrader 5 → MetaTrader 5 および MetaTrader 4 → MetaTrader 5 のコピーにも対応します: COPYLOT CLIENT for MT5 COPYLOT は、2台、3台、さらには10台規模のターミナル環境でも
MT4 to Telegram Signal Provider は使いやすく、完全にカスタマイズ可能なツールで、Telegramに信号を送信し、あなたのアカウントを信号提供者に変えることができます。 メッセージのフォーマットは 完全にカスタマイズ可能です! しかし、簡単な使用のために、あらかじめ定義されたテンプレートを選択し、メッセージの特定の部分を有効または無効にすることもできます。 [ デモ ]   [ マニュアル ] [ MT5バージョン ] [ Discordバージョン ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。開発者が必要なものをすべて提供します。 主要機能 購読者に送信される注文の詳細をカスタマイズする機能 例えばブロンズ、シルバー、ゴールドなど、階層型のサブスクリプションモデルを作成できます。ゴールドサブスクリプションでは、すべての信号が得られますなど。 ID、シンボル、またはコメントによる注文のフ
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
無料トライアル版ダウンロード Copy Cat More (コピーキャット・モア) MT4 トレードコピー (Trade Copier) は単なるローカルのトレードコピーではありません。今日のトレード課題のために設計された 完全なリスク管理・執行フレームワーク (risk management and execution framework) です。プロップファーム (prop firm) のチャレンジから個人のポートフォリオ管理まで、堅牢な執行、資金保護、柔軟な設定、高度なトレード処理の組み合わせによって、あらゆる状況に適応します。 このコピーは   マスター (Master、送信側) と スレーブ (Slave、受信側)   の両モードで動作し、成行注文・指値注文、トレードの変更、部分決済、そして両建て決済 (Close By) 操作をリアルタイムで同期します。デモ口座と実口座、トレード用ログインと投資家ログインの両方に対応し、永続的トレードメモリ (Persistent Trade Memory) システムにより、EA・端末・VPS が再起動しても復旧を保証します。一意の
Telegram to MT4 Multi-Channel Copier は、Telegram チャンネルのトレードシグナルを MetaTrader 4 に自動的に直接コピーします。ボットも、ブラウザ拡張機能も、手動コピーも不要。Telegram でシグナルを受信すると、EA が数秒でターミナル上でトレードをオープンします。 本製品は 2 つのコンポーネントで構成されています:Telegram チャンネルを監視する Windows アプリケーションと、MT4 ターミナルでシグナルを実行するこの Expert Advisor です。MT5 版も利用可能です。 セットアップガイドとアプリケーションのダウンロード: https://www.mql5.com/en/blogs/post/768988 動作原理 Windows アプリケーションは、ボットではなくあなた自身の API 認証情報を使用して Telegram に接続します。つまり、プライベートおよび VIP チャンネルを含む、購読しているあらゆるチャンネル、グループ、トピックを読み取ることができます。シグナルを検出すると、それを解析し
Trade Copier Global: The name speaks for itself. This copier allows you to copy orders between MT4 terminals even if they are not installed on the same computer. Features Copying trades between MT4 terminals around the world with a short delay. Automatically recognizes symbol prefixes. Can connect many Slaves to the same Master. Supports pending and market orders. Supports partial order close (with limitations, see below) Can send messages and notifications to the Slaves from the Master Several
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5 . Reference: - For MT4 receiver, please download Trade Receiver Fre
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
Telegram to MT4 Pro とは何ですか? Telegram to MT4 Pro は、非公開、公開、および制限付きの Telegram チャンネルやグループからのシグナルを、お使いの MetaTrader 4 口座へ自動的にコピーします。 Telegram to MT4 Pro は、あらゆる Telegram チャンネルまたはグループからの取引シグナルを、お使いの MetaTrader 4 口座へリアルタイムで自動的にコピーするプロフェッショナルなシグナルコピーツールであり、各取引を完全にコントロールできます。 このシステムは、連携して動作する 2 つの部分で構成されています: この Expert Advisor — 取引を実行するために MT4 チャートへインストールされます 付属デスクトップアプリ — TelegramMT4Pro.exe — Telegram に接続し、シグナルを EA に橋渡しします 複数の Telegram プロバイダーを、複数の MT4 口座へ同時に接続できます。すべての設定は、口座ごと、プロバイダーごとに設定可能です。 注:システムは自動で動
TP SL Bot is a utility that automatically sets Stop Loss and Take Profit for newly opened orders in several ways. There is also a function for calculating the volume that you need to open the trade to get the desired amount with the specified Stop Loss / Take Profit size in points. There are several options for calculating the size and setting parameters TP and SL: 1. Setting based on the amount specified by the user as a percentage of the current deposit balance. 2. Setting as the amount entere
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.85 (61)
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。開閉、リバース、ロックポジションと注文を処理する МetaТrader4のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takeproft 新しいプレミアム版が利用可能です: VirtualTradePad PRO SE   で取引ワークフローを強化できます。 MetaTrader 5   と   MetaTrader 4   に対応した次世代のプロ向け取引パネルです。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法    ログファイルの取得方法    テストと最適化の方法    Expforex のすべての製品 シンボルウィンドウからの取引とキーボードからの取引! あなたはMetaTrader 4ターミナル - バーチャルコントロールパネルVirtualTr
Multi Chart Sync MT5 is a tool that synchronizes the chart symbol it is placed on to other charts, it can also be customized to exclude/skip some pairs from being synchronized to other charts, It also supports prefixes and suffixes that can be set from the input parameters for brokers with none-standard symbol formats, Synchronisation can be done once or continuously where if a synchronized chart symbol changes it will be reverted to the original/master symbol. This tool comes in handy for multi
TradeMirror は、MT4/MT5プラットフォーム向けに開発されたローカル注文同期ツールで、リアルタイム取引をサポートします。 チュートリアル Trademirror チュートリアル のリンクをクリックして、さらにチュートリアルをご覧ください。 製品の特長 金融ソフトウェアにおけるセキュリティ・安定性・プライバシー保護の高基準に準拠し、以下の3つの核心領域を最適化しました: 直感的なグラフィカルインターフェースで操作が容易 金融シナリオにおける機密データ分離のための強化されたプライバシー保護 ミリ秒単位の注文同期で信号遅延ゼロを実現 MT4/MT5完全互換、多様な取引環境にシームレス対応 システム監視機能とメール通知による取引安定性管理 主要機能 本製品には以下のプロフェッショナルコピー機能を搭載: 複数アカウント並列接続 リアルタイムメール通知 ロットサイズカスタマイズ 信号フィルタリング機構 逆方向コピーモード テイクプロフィット/ストップロス再設定 無料デモ手順 購入前に以下の手順で全機能を体験可能: ページ内の「無料デモ」ボタンをクリック 「MetaTrader 4/5
Trendline EA
Carlos Oliveira
4.5 (10)
Trendline EA MT4 Trendline EA MT4は、ユーザーが描いたトレンドラインに基づいて取引操作またはアラートを実行するために設計された、MetaTrader 4用のセミ自動型エキスパートアドバイザー(Expert Advisor)です。 MetaTrader 4には、トレンドラインから直接取引を発注したり管理したりするネイティブ機能はありません。本EAは、ユーザーが定義したトレンドラインを監視し、価格がそれらと相互作用した際に事前に定義されたアクションを実行することで、標準的なプラットフォーム機能を拡張します。 本EAは取引戦略を定義したり適用したりしません。すべての取引ロジックと意思決定は完全にユーザーの管理下にあります。 追加資料 ユーザーガイドおよびドキュメント MT5版 機能概要 トレンドラインに基づく取引実行 価格がトレンドラインにタッチ、ブレイク、またはプルバックした際に買いまたは売りを実行 各トレンドラインごとにストップロス、テイクプロフィット、取引数量を設定 ローソク足の終値またはトレンドラインからの価格距離に基づいてアクションをトリガー 監視と
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Close If Profit or Loss with Trailing for MetaTrader 4 — 総利益または総損失で自動決済 MetaTrader 4 用の実用的な取引管理ツールです。設定した総利益または総損失に到達すると、選択されたポジションを自動的に決済できます。 Expert Advisor は保有中の取引を監視し、含み損益を計算し、Trailing Profit を使用して、手動操作より素早くポジション管理を行うことができます。 MetaTrader 4 は現在でも、裁量トレーダー、スキャルピング、グリッド取引、EA 運用で広く使用されています。しかし、MT4 には複数ポジションを「合計結果」で簡単に自動決済する標準機能がありません。このユーティリティは、その不足している管理機能を追加します。 Close If Profit or Loss with Trailing は、裁量取引、他の Expert Advisors、グリッドシステム、ナンピン、リカバリー戦略、複数シンボルの取引と組み合わせて使用できます。ルールを設定すれば、EA が結果を監視し、条件に到
Pointer synchronization is an indicator with which the pointer can be synchronized in all the visible charts of the terminal. It shows a crossed cursor in all the visible charts of the terminal, in position relative to the cursor of the active chart. To activate the indicator, simply press the button that appears in one of the corners of the chart once the indicator is added to the chart. To deactivate the indicator, simply press the button again. Once the indicator has been deactivated, the cr
KopirMT4 (CopierMT4) - transaction copier for the MetaTrader 4 terminal, copies (synchronizes, duplicates) transactions from any accounts (copier, copy dealers).  Supports copying: MT4 <-> MT4, MT4 -> MT5 Hedge, MT5 Hedge -> MT4 Free version for test  Why exactly our product? The copier has a high speed and is not dependent on ticks. Copy speed - less than 0.5 sec. Transactions are copied with high accuracy, the scalper mode allows you to copy only at the best price. Able to increase transactio
RS Trade Copier - 超高速 で動作するローカルトレードコピー機。 真の グラフィカルインターフェース搭載。口座番号の手動入力はもう終わりです。200項目を超える長大なパラメータリストとも、これでおさらばです。 複数のMT4とMT5ターミナル間で取引操作をコピーするための、信頼性が高く柔軟なツールです。経験豊富なトレーダーやシグナルサービス、個人投資家に適しています。1つまたは複数のシグナルソース(Provider)から1つまたは複数のレシーバー(Client)へ、高い精度と最小限の遅延で 取引を同期 します。シンプルな自動設定と高度な手動設定の両方をサポートしています。手動または他のEAで開かれた注文に干渉しません。すべての処理は MT4内でローカルに 行われ、サードパーティサーバーを使用しません。 RS Trade Copierと他のソリューションの比較 RS Trade Copier 他のソリューション 設定 ビジュアルステップバイステップウィザード。 設定時間は約1分。 200以上の分かりにくい入力パラメータ。 設定時間は約20分。 速度 非同期トレード操作。*
TelegramからMT4へ: 究極のシグナルコピーソリューション Telegram to MT4 は、DLLを必要とせず、TelegramのチャンネルやチャットからMetaTrader 4プラットフォームに取引シグナルを直接コピーできる最先端のユーティリティです。この堅牢なソリューションは、比類のない精度とカスタマイズオプションにより、シグナルのシームレスな実行を保証し、時間を節約し、効率性を向上させます。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを使用して、チャット ID を簡単に取得および管理します。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 カスタム例外語 (例: 「レポート」、「概要」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 シグナルが価格ではなくポイントを指定する場合、エントリ ポイントを自動
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
The AlgoKing Lightning Bolt Strategy is a trade manager and has multiple indicators built for a complete trading strategy.  Here is a list of indicators built in. Indicators Auto drawn Support and Resistance signals Auto drawn RSI Divergence signals Auto drawn Fibonacci Retracement signals with buy and sell entry lines. Lightning Bolt reversal signals. Auto drawn trend lines. Trade Management Auto take partials at simple moving average targets. Auto take partial and stop losses at Fibonacci ret
コピー機->便利で高速なインターフェースインタラクション、ユーザーはすぐに使用できます     ->>>> WindowsコンピュータまたはVPS Windowsでの使用を推奨 特徴: 多様でパーソナライズされたコピー取引設定:1. 異なるシグナルソースに異なるロットモードを設定できます。2. フォワードコピー取引とリバースコピー取引に異なるシグナルソースを設定できます。3. シグナルはコメントで設定できます。4. 契約ロットに応じてロットを調整するかどうか 多様でパーソナライズされたコピー注文設定2:1.品種ごとに異なるロットモードを設定できます2.順方向コピー注文と逆方向コピー注文に異なる品種を設定できます3.コメントでシグナルを設定できます4.契約ロットに応じてロットを調整するかどうか コメントフィルタリング、MAGICフィルタリング、シグナルロットフィルタリング、ローカル製品フィルタリング 勤務時間設定 逆同期SLAVE終了 注文バインド機能: 任意の注文を設定されたシグナルソース注文にバインドできます (テーブルをダブルクリックして編集します) アカウントリスク管理 基本
日ごとおよび週ごとのクローズ取引履歴、現在のオープン取引、および外国為替エクスポージャーを 1 つのチャートで即座に確認できます。ヒートマップを使用して、収益性の高い取引と、取引ポートフォリオ内の現在のドローダウンの位置を特定します。 クイック クローズ ボタン クイック クローズ ボタンを使用すると、1 つのシンボルのすべての取引をクローズしたり、個々の取引を完全にクローズしたり、ボタンをクリックするだけで部分的な利益または損失を取得したりできます。リストで取引を探したり、取引の一部をクローズする方法を考えたりする必要はもうありません。ダッシュボードには、外国為替ペアの取引中に各通貨シンボルの現在のエクスポージャーも表示されるため、主要なニュース イベントの前にエクスポージャーが過剰になっている可能性のある領域を特定するのに役立ちます。ボタンを使用して、ニュースの前にエクスポージャーを即座にすばやく減らすことができます。または、ニュースがすでに発生して利益が出ている場合は、1 回のクリックでその利益をすばやく銀行に預けることができます。 オープン取引ヒートマップ 取引ヒートマッ
Простая в управлении Торговая панель обеспечит безопасную торговлю. Вычислит объём сделки от заданного уровня Stop Loss и величины убытка. Поможет рассчитать сейф, и в ноль закрыть неверную сделку. Интуитивно понятный интерфейс делает панель удобной в управлении, освобождая внимание трейдера для принятия решения о входе в сделку. Программа сделает все расчёты за вас. Поэтому работа с помощью панели Снайпер - оптимальное решение для торговли с соблюдением Мани-менеджмента. А это главный ключ к по
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT5 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
Trade copier MT4
Alfiya Fazylova
4.56 (32)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT4> MT4、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
作者のその他のプロダクト
Chameleon Floating Loss Protector "Your last line of defense against runaway drawdown." Overview Chameleon Floating Loss Protector (FLP) is a lightweight risk management utility that runs silently in the background and acts as an automatic circuit breaker for your trading account. When the total floating loss of your monitored positions exceeds a predefined threshold, the EA immediately closes all affected positions — then resets itself and resumes monitoring, ready for the next trade. No manua
FREE
Chameleon TA — Visual Basket Trade Assistant for MT5 A modern one-click trade panel built around the way grid, averaging, and pyramiding traders actually work. Chameleon TA replaces per-position SL/TP thinking with basket-level execution — when you hold multiple positions in the same direction, they share a single Stop Loss and Take Profit calculated from the volume-weighted entry price. Visual on the chart. Real on the broker. Or virtual in the EA. Your choice. Why Chameleon TA? Most trade pane
FREE
フィルタ:
レビューなし
レビューに返信