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
Rhino PDF Trade Report — MT4 の取引履歴を PDF に出力 MetaTrader 4 の口座履歴を、ワンクリックで印刷にそのまま使える PDF 取引  レポート  に変換します。スクリプトを実行し、期間または取引数を選ぶだけで、投資家への提出、プロップファーム申請への添付、税理士への提出、あるいは売買記録としての保管に使える書類が手に入ります。 内容 1 ページ目 — パフォーマンス概要 純損益、取引数、 勝率 、 プロフィットファクター 、期待値、合計ロット数 対象取引の累積損益を示す 資産曲線 勝ち / 負け  および 買い / 売り  の内訳 曜日別の成績  — 実際に利益が出ている曜日が一目で分かります 銘柄別の成績  — 得意な銘柄と苦手な銘柄をランキング表示 2 ページ目以降 — 取引明細一覧 決済済みの取引を 1 件 1 行で表示します: ポジションの チケット番号 約定時刻  と 決済時刻 銘柄と売買方向(BUY / SELL、色分けと上下マーカー付き) ロット数、 エントリー価格 、 決済価格 ストップロス  と テイクプロ
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.
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
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
Description: EuroPulse MACD Hist — EMA200 Trend Filter with MACD Histogram EA (Swap-Free) PRODUCT OVERVIEW EuroPulse MACD Hist is a premium automated trading solution designed for MetaTrader 4, specialized for the EURUSD currency pair. The EA implements a robust trend-following strategy: • EMA200 as long-term trend filter • MACD Histogram for momentum confirmation • ATR-based stop loss and take profit • Daily loss protection • Swap-Free mode for Islamic accounts WHY EUROPULSE MAC
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:
Algo Edge MT4
Niklas Templin
3.57 (7)
Algo Edge EA  normal stable EA Function just set the EA on  Chart and Start no Settings optimization.  EA work with high and low from Last Candle. AUD/USD, EUR/USD, DE40, US30, Tec100 and much more.  Multifunctional Expert Advisor can trade with every Forex Pair or Indize. EA can Trade with every Broker. M1 high, M30 medium, H1 low Risk. Functions: For other Indize example US30: Change the Robot Worktime in Europe to 16:30-21:30. -inp1_ =Robot Worktime inp_2 and inp_4 VolumePercent = The Robot
FREE
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
このプロダクトを購入した人は以下も購入しています
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (111)
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 フォルダに貼り付けて、ターミナルを再起動しま
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台規模のターミナル環境でも
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順 - アプリケーションの手順 - デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通貨」、「 % 残
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
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 アプリの説明書+ビデオガイド: https://www.mql5.com/en/blogs/post/756482 デモ口座用アプリの試用版: https://www.mql5.com/en/blogs/post/750865 アプリのインストール方法: https://www.mql5.com/en/blogs/post/756239 アプリをビジュアルモードでテストする方法: https://www.mql5.com/en/blogs/post/770277 VPSのMetaTraderにアプリをインストールする方法: https://www.mql5.com/en/blogs/post/770190 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグルー
TelegramからMT4へ: 究極のシグナルコピーソリューション Telegram to MT4 は、DLLを必要とせず、TelegramのチャンネルやチャットからMetaTrader 4プラットフォームに取引シグナルを直接コピーできる最先端のユーティリティです。この堅牢なソリューションは、比類のない精度とカスタマイズオプションにより、シグナルのシームレスな実行を保証し、時間を節約し、効率性を向上させます。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを使用して、チャット ID を簡単に取得および管理します。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 カスタム例外語 (例: 「レポート」、「概要」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 シグナルが価格ではなくポイントを指定する場合、エントリ ポイントを自動
Trade copier MT4
Alfiya Fazylova
4.6 (35)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT4」をご購入の方は、「Trade copier MT5」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT4> MT4、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Prop Guardian Risk Manager MT4 – Drawdown, Risk & Hedge Protection for Prop Firm and Managed Accounts Prop Guardian Risk Manager is a professional risk-control utility for MetaTrader 4, designed for prop firm traders, money managers and anyone who wants strict account-level risk protection. It does not generate trading signals, strategy entries or trading decisions. Instead, it runs in the background, monitors your account risk and can automatically block new exposure, close managed trades or ac
無料トライアル版ダウンロード Copy Cat More (コピーキャット・モア) MT4 トレードコピー (Trade Copier) は単なるローカルのトレードコピーではありません。今日のトレード課題のために設計された 完全なリスク管理・執行フレームワーク (risk management and execution framework) です。プロップファーム (prop firm) のチャレンジから個人のポートフォリオ管理まで、堅牢な執行、資金保護、柔軟な設定、高度なトレード処理の組み合わせによって、あらゆる状況に適応します。 このコピーは   マスター (Master、送信側) と スレーブ (Slave、受信側)   の両モードで動作し、成行注文・指値注文、トレードの変更、部分決済、そして両建て決済 (Close By) 操作をリアルタイムで同期します。デモ口座と実口座、トレード用ログインと投資家ログインの両方に対応し、永続的トレードメモリ (Persistent Trade Memory) システムにより、EA・端末・VPS が再起動しても復旧を保証します。一意の
高速。正確。革新的。テクノロジー駆動。画期的なX2 Copy MT4で、瞬時のトレードコピーを体験してください。わずか10秒の簡単セットアップで、一台のコンピューターまたはWindows VPS上のMetaTrader端末間でトレードをかつてない速度で同期する強力なツールを手に入れられます。 複数の口座を管理している場合、シグナルに従っている場合、または戦略を拡大している場合でも、X2 Copy MT4は比類のない精度と制御でワークフローに適応します。最もテクノロジー駆動なトレードコピーソリューションで、より速く、より確実に作業できます。無料トライアル版をお試しいただき、お使いのシステムでその速度を体感してください。 *重要:MT5端末での作業には、別途 X2 Copy MT5 バージョンが必要です X2 Copy MT4/5 の設定と機能の説明 | X2 Copy トライアル版のインストール方法 特徴 高速コピー — 0.1秒未満でのトレード転送 すべてのコピータイプをユニバーサルサポート: MT4>MT4, MT4>MT5, MT5>MT4, MT5>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
EA Local Trade Copier Pro MT4: The Ultimate DLL-Free Trade Duplicator Are you tired of complicated trade copiers that require unsafe external DLLs, crash your terminal, or confuse you with separate "Master" and "Client" files? Experience the next generation of trade copying with EA Local Trade Copier Pro MT4. Engineered for maximum stability, lightning-fast execution, and ultimate simplicity, this utility allows you to seamlessly copy trades between multiple MetaTrader terminals on the same Wind
This trading panel has been developed for fast and comfortable operation of the financial markets. It is equipped with the necessary functions for manual and semi-automated trading. Due to the presence of the order trailing feature, trailing stop and automatic closure by equity, profit, time. You can use it to automate your trading system. All you have to do is open a position and set the parameters for maintenance, everything else will be handled by the EA. If you want to limit your losses, set
ONE DRAG SETS THE LOT SIZE - RISK STAYS WITHIN YOUR LIMIT Risk-first position sizing for traders who protect their capital Introductory offer — first 30 copies at $35, then $45. Early buyers keep the lower price forever! Also available for MT5 :  https://www.mql5.com/en/market/product/185711 Risk Sentinel is a risk-first position sizing and risk management tool for MT4, built for discretionary traders who size every trade to the same disciplined risk limit. Drag your stop-loss and the lot si
A simple script that closes all current orders. Terminate once close all positions, so please don't worry about constantly closing your order. How to use : Drag the script from the navigator to the chart to activate it. Do remember to enable algo trading to use this script. There are different versions of the script that can choose whether to close all buy/sell posiitons, if you need this, do contact me in MQL5.
A utility for managing open positions using virtual (invisible to the broker) stops. Virtual stop loss and virtual take profit can be freely moved around the chart. If the price touches the virtual stop line (TP, SL, TS), the EA will close all orders of the same direction on the current chart. Closing orders by virtual take profit is possible only if there is a profit. With the help of the built-in trading simulator, you can, in the strategy tester, see how the adviser works. Parameters Block
Equity Protect Pro: 安心取引のための総合的な口座保護エキスパート 口座保護、資産保護、ポートフォリオ保護、マルチ戦略保護、利益保護、利益確定、取引セキュリティ、リスク管理プログラム、自動リスク管理、自動決済、条件付き決済、スケジュール決済、動的決済、トレーリングストップロス、ワンクリッククローズ、ワンクリック決済、ワンクリック復元などの機能をお探しなら、Equity Protect Pro が最適なプログラムです。 設定は簡単で、事前設定された条件に達すると、すべてのチャートを閉じることができ、シグナルサブスクリプションのキャンセルもサポートします(これは、すべての取引プログラムも停止することを意味します)。この時点で、新しい注文は生成されなくなり、最終的にすべての注文が閉じられ、予期せぬ損失を効果的に防止し、安心して取引できるようになります。 Equity Protect Pro (Technical Manual) Equity Protect Pro Demo Version for yo u to test   Equity Protect Pro MT4
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
Trade Manager 4 Lite is trading panel developed with a goal to make manual trading in some (routine) task easier. Trade Manager 4 Lite also works in Strategy Tester. Version for Meta Trader 5 is here: Trade Manager 5 Lite Main features of Trade Manager 4 Lite Trading for Forex and CFDs Support for 4 and 5 digit brokers 65 combinations to set order Set Take Profit, Stop Loss and entry level for Pending Order with lines positioned on the chart Break Even Trailing Stop Loss Multiple Orders at one
これは、トレンドラインPROインジケーターの自動パラメータオプティマイザです 簡単かつ迅速に、あなたのお気に入りのトレンドラインプロインジケーターに最適なパラメータを選択します。 最適化には数秒しかかかりません。 オプティマイザでは、振幅、TP1-TP3、StopLoss、および選択した履歴セクション(日)の時間フィルタとHTFフィルタの値など、各ペアと期間に最適なパラメータを見つ 異なる時間枠を最適化するには、異なる範囲の履歴が必要です: M5-M15計算範囲パラメータ(日)=60(三ヶ月)を設定します。 M30-H1計算範囲パラメータ(日)=120(6ヶ月)を設定します。 H4パラメータの計算範囲(日数)を設定する=240(1年) D1-W1パラメータ計算範囲(日)=720(三年)を設定します。 MN1パラメータ計算範囲(日)=1200(五年)を設定します。 最適化後、パラメータはmql4>Files>T R E N D Lineoptimizedsettingsフォルダ内の既製のセットファイルに自動的に保存されます オプティマイザユーティリティの使用方法: 最適化
Trading History - A program for trading and money management on the history of quotes in stratagy tester. It can work with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Very good for training and testing different strategies. Manual (Be sure to read before purchasing) Advantages 1. Allows you to test any trading strategy in the shortest possible time 2. An excellent simulator for trading training. You can gain months of trading experience
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 4 プラットフォームの強化に役立ちます。多言語サポート。 MT5バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定 トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎま
MT4 to Telegram Signal Provider は使いやすく、完全にカスタマイズ可能なツールで、Telegramに信号を送信し、あなたのアカウントを信号提供者に変えることができます。 メッセージのフォーマットは 完全にカスタマイズ可能です! しかし、簡単な使用のために、あらかじめ定義されたテンプレートを選択し、メッセージの特定の部分を有効または無効にすることもできます。 [ デモ ]   [ マニュアル ] [ MT5バージョン ] [ Discordバージョン ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。開発者が必要なものをすべて提供します。 主要機能 購読者に送信される注文の詳細をカスタマイズする機能 例えばブロンズ、シルバー、ゴールドなど、階層型のサブスクリプションモデルを作成できます。ゴールドサブスクリプションでは、すべての信号が得られますなど。 ID、シンボル、またはコメントによる注文のフ
Trade Reverse Copie4
Chukwuemeka Kingsley Anyanwu
5 (1)
Feel free to contact me for any extra features :) [SEE MT5 VERSION  https://www.mql5.com/en/market/product/128846 The Local Reverse Copier is an Expert Advisor designed to synchronize positions between a Master account and a Slave account with a twist: it reverses the trades. When a buy position is opened on the Master account, the EA opens a sell position on the Slave account, and vice versa. This allows for a unique form of trade copying where positions are mirrored in opposite directions bet
Lot Architect — Trade Panel and Position Size Calculator for MT4 Lot Architect is a trade panel and risk-based position size calculator for MetaTrader 4. It helps calculate lot size from the selected risk, displays trade parameters before entry, and supports Market, Limit and Stop orders from the chart. The utility is designed for traders who want a structured workflow for position sizing, stop-loss placement, take-profit planning and order execution. Purpose Before opening a trade, a trader nee
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
作者のその他のプロダクト
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
フィルタ:
レビューなし
レビューに返信