Copied!
Chat with us
Version 1.71 — MetaTrader 5

Precision Trading,
Automated Excellence

Scalping Destra Forex EA is an advanced automated trading solution engineered for precision execution, smart risk management, and consistent performance in the forex market.

v1.71
Latest Version
5
Live Accounts
12
Max Layers
MT5
Platform
Scroll
Live Demonstration

See It in Action

Watch how the Scalping Destra Forex EA operates in real-time market conditions — executing entries, managing layers, and securing profits automatically.

Full HD demonstration — Best viewed on desktop

Core Capabilities

Engineered for Performance

Every component is meticulously designed to work in harmony — from market entry detection to advanced capital protection.

Precision Entry Logic

The EA identifies high-probability market entries through multi-layered momentum analysis and price action confirmation, ensuring each trade is initiated at an optimal moment.

Smart Grid System

When price moves against a position, the system deploys strategic layered entries with calculated lot sizing and adaptive spacing to optimize the average entry price.

Dynamic Distance Layers

Grid spacing intelligently adapts as layers deepen — starting with a fixed distance and transitioning to an expanding multiplier pattern for optimal coverage during volatile moves.

Virtual Take Profit

Profit targets are monitored internally and hidden from the broker's server, preventing potential manipulation and ensuring your strategy remains completely private.

Smart Overlap System

When grid depth reaches a configured threshold, the system automatically closes the oldest and newest positions if their combined net profit meets the target — reducing exposure while locking in gains.

Capital Protection

A maximum drawdown safeguard monitors your equity in real-time. If the threshold is breached, all positions are closed immediately and new entries are halted to preserve your capital.

Market Direction Filter

An optional trend analysis layer prevents entries that conflict with the broader market direction, significantly reducing the likelihood of counter-trend trades during strong moves.

Adaptive Lot Sizing

Choose between fixed lots or automatic calculation based on your account balance. Each subsequent layer applies a configurable multiplier for strategic position scaling.

Cloud-Secured Licensing

Your license is verified through a secure cloud-based system with encrypted communication, ensuring that only authorized accounts can operate the EA.

Operational Flow

How It Works

A clear, step-by-step overview of the EA's decision-making process from market analysis to position closure.

1

Market Momentum Detection

The EA continuously monitors price momentum and directional shifts using internal analytical models. When a confirmed momentum crossover aligns with the market direction filter (if enabled), the system prepares for entry.

2

First Layer Entry

Upon confirmation, the EA opens the initial position with the configured lot size. If virtual take profit is enabled, no visible target is sent to the broker — the EA monitors profit internally and closes all positions when the combined average price reaches the target.

3

Smart Grid Activation

If price moves against the position, the EA calculates the distance from the last entry. Once the configured distance threshold is reached, a new layer is opened with an increased lot size (multiplied by the martingale factor). If using real take profit, all existing positions are updated to a new averaged target.

4

Dynamic Distance Expansion

After the grid reaches a specified layer count, the distance between entries switches from fixed to dynamic mode. Each subsequent layer's distance is multiplied by the configured factor, providing wider coverage during extended price movements while managing risk exposure.

5

Smart Overlap Execution

When the total number of layers reaches the overlap trigger threshold, the EA evaluates the oldest (typically deepest in loss) and newest (typically in profit) positions. If their combined net profit meets or exceeds the configured target, both positions are closed simultaneously — reducing grid depth while capturing profit.

Profit Realization or Capital Protection

The cycle concludes when either the virtual take profit target is hit (closing all positions at the averaged target), or — if the drawdown protection is triggered — all positions are closed immediately and new series are halted to safeguard your remaining capital. The cycle then restarts when conditions align again.

Configuration Guide

Parameter Reference

A comprehensive guide to every configurable parameter. Understand each setting to fine-tune the EA to your trading preferences and risk tolerance.

Basic Settings

Allow Hedging

InpUseHedge — Default: false

When enabled, the EA is permitted to open buy and sell positions simultaneously on the same symbol. When disabled (default), the EA will only open a new series in one direction if no opposing positions exist — preventing hedging scenarios.

Lot Management

Initial Lot

InpInitialLot — Default: 0.01

The lot size used for the very first position (Layer 1) of each trading series. This serves as the foundation upon which all subsequent layer calculations are built. Choose a value appropriate for your account size and risk appetite.

Use Auto Lot

InpAutoLot — Default: false

When activated, the EA automatically calculates the starting lot size based on your available margin rather than using a fixed value. This ensures proportional sizing as your account grows or shrinks, maintaining consistent risk relative to your capital.

Balance per 0.01 Lot

InpAutoLotSize — Default: 1000

Defines the ratio for automatic lot calculation. For example, a value of 1000 means that for every $1,000 of available margin, the EA will allocate 0.01 lots. Adjust this to match your personal risk tolerance — lower values result in more aggressive sizing.

Martingale Lot Multiplier

InpLotMultiplier — Default: 1.09

Each subsequent grid layer multiplies the previous lot size by this factor. A value of 1.09 means each new layer is 9% larger than the previous one. This gradual scaling improves the average entry price while keeping lot growth controlled and sustainable.

Maximum Lot Limit

InpMaxLot — Default: 10.0

An absolute safety cap on lot size regardless of the martingale multiplier calculation. No position will exceed this lot value, ensuring that even in deep grid scenarios, your exposure per position remains within a defined boundary.

Exit & Targets

Use Virtual Take Profit

InpVirtualTP — Default: false

When enabled, the take profit target is not sent to the broker's server. Instead, the EA continuously monitors the weighted average price of all open positions and closes the entire basket internally when the target distance is reached. This keeps your strategy completely invisible to the broker.

Take Profit Target

InpTPPoints — Default: 255

The profit target distance in points from the averaged entry price. When using virtual TP, all positions close when the current price exceeds this distance from the average. When using real TP, all positions are modified to this target as the grid builds.

Stop Loss Target

InpSLPoints — Default: 0 (Disabled)

An optional hard stop loss in points applied to each individual position. Set to 0 to disable, which is the recommended default for grid-style systems where the layered approach itself serves as the risk management mechanism.

Trailing Stop Distance

InpTrailDistance — Default: 0 (Disabled)

When set to a value greater than 0, the EA will trail the stop loss of each position as it moves into profit. The value defines how many points the price must move in your favor before the stop loss begins trailing. Set to 0 to disable.

Maximum Buy / Sell Layers

InpMaxBuyOrders / InpMaxSellOrders — Default: 12

The maximum number of grid layers the EA will open for each direction. Once this limit is reached, no additional positions will be added regardless of how far price moves. This is a critical safety parameter that defines your maximum grid depth.

Enable Max Drawdown Protection

InpUseMaxDrawdown — Default: false

When activated, the EA monitors the percentage difference between your account balance and current equity. If the drawdown exceeds the configured threshold, all open positions are immediately closed and the EA stops opening new series — acting as an emergency brake for your account.

Max Account Drawdown Limit

InpMaxDrawdownPercent — Default: 10.0%

The drawdown percentage at which the capital protection system triggers. For example, 10% means that if your equity drops to 90% of your balance, all positions are closed. This is calculated in real-time on every tick for maximum responsiveness.

Distance Settings

Base Grid Distance

InpFixDistance — Default: 850 points

The fixed point distance between grid entries for the early layers. This applies from Layer 1 up until the dynamic distance threshold is reached. A well-chosen value balances between too-frequent entries (high exposure) and too-wide spacing (slow averaging).

Start Dynamic Distance at Layer

InpOrderDynamicDistance — Default: 6

Defines at which layer number the distance system switches from fixed to dynamic mode. From this layer onward, the grid spacing begins expanding with each new layer, providing progressively wider coverage to accommodate stronger price movements.

Initial Distance for Dynamic Grid

InpDynamicDistanceStart — Default: 1500 points

The starting distance value when dynamic mode activates. This becomes the base distance for the first dynamic layer, and each subsequent layer will multiply this value by the distance multiplier factor.

Grid Distance Multiplier

InpDistanceMultiplier — Default: 1.05

Each dynamic layer multiplies the previous layer's distance by this factor. A value of 1.05 means each new layer is 5% wider than the last. This creates an expanding grid that adapts to increasing volatility while maintaining a structured, predictable pattern.

Overlap Settings

Enable Smart Overlap System

InpOverlapLastOrder — Default: true

When enabled, the EA actively manages deep grid positions by evaluating pairs of positions (oldest and newest) for combined net profit. When the target is met, both are closed simultaneously — effectively reducing grid depth without waiting for the full take profit to be reached.

Trigger Overlap at Layer

InpOverlapLastOrderNum — Default: 8

The minimum total number of layers required before the overlap system becomes active. The overlap mechanism will only begin evaluating position pairs once this layer count is reached, preventing premature closures during shallow grids.

Minimum Net Profit Target for Overlap

InpOverlapPercent — Default: $0.50

The combined net profit (including swap) that the oldest and newest positions must reach before the overlap closure is triggered. This ensures the system only closes pairs when there is a tangible profit, avoiding closures that would increase overall grid loss.

Trend Filter

Use Trend Filter

InpUseTrendFilter — Default: false

When enabled, the EA compares the current price against a smoothed trend analysis line. Buy entries are only permitted when price is above the trend line, and sell entries only when below. This filters out counter-trend entries during strong directional moves.

Timeframe & Period

TimeFrameEMA / InpMAPeriod — Default: H1 / 200

The timeframe and sensitivity for the trend analysis. Higher timeframes (H1, H4) provide broader trend context, while the period value controls how responsive the trend line is to price changes. A 200-period setting on H1 provides a stable, long-term trend assessment.

Momentum Shift Filter

InpUseEMACross — Default: true

An additional momentum confirmation layer that compares two internal analytical lines of different sensitivities. A buy signal requires the faster line to be above the slower line (bullish momentum), and vice versa for sells. This adds an extra confirmation layer before entry.

General Configuration

Magic Number

InpMagic — Default: 6568874

A unique identifier assigned to all trades opened by this EA instance. This ensures the EA only manages its own positions and does not interfere with other EAs or manual trades on the same account. Change this only if running multiple instances on the same symbol.

Order Comment

InpOrderComment

A text label attached to each order for easy identification in your trade history and account statements. Useful for distinguishing EA-generated trades from other activity on your account.

Trade Buy / Trade Sell

InpTradeBuy / InpTradeSell — Default: true

Individual toggles for enabling or disabling buy and sell directions independently. For example, you can disable sell trades to only allow long positions, or vice versa, depending on your market outlook or strategy preferences.

License Key

LicenseKey

Your unique license key provided after purchase. The EA verifies this key through a secure cloud server during initialization and periodically during operation. Without a valid key, the EA will not execute any trades.

Pricing

Simple, Transparent Pricing

One license. Five accounts. No hidden fees. No subscriptions.

Scalping Destra Forex EA
$199 / one-time
1 license key for 5 live trading accounts
Full EA file (.ex5) delivered via email
Cloud-verified secure licensing system
All future minor updates included
No recurring subscription — pay once
Order via WhatsApp

You'll receive setup instructions within 24 hours

Accepted Payment Methods

USDT (TRC-20)
Tether on Tron Network
POL (Polygon)
Polygon Matic Network

Payment is calculated at the current market exchange rate at the time of transaction. The EA file and your license key will be delivered to your email address after payment confirmation. Please ensure you provide the correct email when ordering.

Support

Frequently Asked Questions

One license key allows you to activate the EA on up to 5 live trading accounts simultaneously. Each account is verified through our secure cloud licensing system. If you need more than 5 accounts, you can purchase additional licenses.

We exclusively accept cryptocurrency payments: USDT (TRC-20 network) or POL (Polygon Matic). The payment amount is calculated at the current market exchange rate at the time of transaction. Contact us via WhatsApp for the exact wallet address and amount.

After your cryptocurrency payment is confirmed on the blockchain, the EA file (.ex5) along with your unique license key and installation instructions will be sent to the email address you provide during the ordering process. Delivery typically occurs within 24 hours of payment confirmation.

The EA is designed for the MetaTrader 5 platform and is compatible with most MT5 brokers. However, some brokers may have specific restrictions on lot sizes, hedging, or expert advisor execution. We recommend testing on a demo account first to verify full compatibility with your broker's conditions.

The EA is designed to operate on the chart timeframe you attach it to. Performance may vary depending on the currency pair, spread conditions, and market volatility. We recommend using it on major pairs with tight spreads and testing thoroughly on demo accounts to find the optimal configuration for your preferred instruments.

Your license is linked to specific account numbers. If you need to change an account number (for example, if you switch brokers), please contact us via WhatsApp. We can update your registered account numbers as long as you haven't exceeded the 5-account limit for your license.

Due to the digital nature of the product and the included license key, we do not offer refunds after delivery. We strongly recommend thoroughly testing the EA on a demo account before purchasing to ensure it meets your expectations and trading style.

Risk Disclaimer

High-Risk Warning: Trading foreign exchange (Forex), contracts for difference (CFDs), and other financial instruments carries a high level of risk and may not be suitable for all investors. The use of leverage can work against you as well as for you. You should carefully consider whether trading is appropriate for you in light of your financial condition, investment experience, and risk tolerance.

No Guarantee of Profit: Scalping Destra Forex EA is a software tool designed to automate trading decisions based on predefined algorithms. Past performance, whether through backtesting or live trading, is not indicative of future results. There is no guarantee that the EA will generate profits or that losses will not occur. The EA may underperform in certain market conditions.

Hypothetical Performance: Any performance results displayed or described are hypothetical in nature and are not intended to represent actual trading results. Hypothetical trading does not involve financial risk, and no hypothetical trading record can completely account for the impact of financial risk in actual trading.

Technical Risks: The EA relies on internet connectivity, server availability, and broker execution. Connectivity issues, platform failures, broker server outages, or slippage may affect the EA's performance. The developer is not responsible for losses resulting from technical failures beyond their control.

User Responsibility: You are solely responsible for configuring the EA parameters, monitoring its operation, and managing your overall trading risk. It is strongly recommended to test the EA on a demo account for a sufficient period before using it with real funds. Never risk capital you cannot afford to lose.

Not Financial Advice: The information provided on this website, including descriptions of the EA's functionality and parameters, does not constitute financial advice, investment advice, trading advice, or any other form of professional advice. You should seek independent professional advice if you are unsure about any aspect of trading.

By purchasing and using Scalping Destra Forex EA, you acknowledge that you have read, understood, and agree to this disclaimer in its entirety.

Destra Forex

Ready to Automate Your Trading?

Join traders who trust Scalping Destra Forex EA for precision execution, intelligent risk management, and consistent performance.

Get Your License Now — $199

Delivered via email • USDT or POL accepted