Product Hyperlinks
INFO
Working Specs:
- Symbols: AUDUSD, EURAUD, EURCAD, EURUSD, GBPAUD, GBPUSD, NZDJPY, NZDUSD, USDCAD, USDJPY, XAUUSD
- Timeframe: M1 and M5
- Minimal Deposit: $500 per pair (really useful $1000+)
- Leverage: 1:100 or increased really useful
- Account Sort: Any (Hedging account most popular for MT5)
- Dealer: ECN dealer with tight spreads really useful
- VPS: Extremely really useful for uninterrupted 24/5 operation
Core Options:
- Twin technique: Scalp mode (single entry) and Grid mode (martingale restoration)
- RSI + twin ATR volatility entry alerts with multi-timeframe assist
- Martingale lot development with dynamic grid distances
- Digital or Actual TP/SL/Trailing Cease modes
- Overlap restoration mechanism for grid discount
- Dwell Information Filter with financial calendar integration
- Autolot sizing based mostly on free margin
- Interactive on-chart dashboard with Purchase/Promote toggle buttons
- 14 pre-optimized preset recordsdata included
STEP 1 – INSTALLATION
For MT5:
- Buy Blaze Synchro EA from the MQL5 Market
- The EA installs routinely into your MetaTrader 5 terminal
- Open the Navigator panel (Ctrl+N)
- Discover “Blaze Synchro EA” below Knowledgeable Advisors > Market
- Drag it onto your required chart (M1 or M5 timeframe)
For MT4:
- Buy Blaze Synchro EA from the MQL5 Market
- The EA installs routinely into your MetaTrader 4 terminal
- Open the Navigator panel (Ctrl+N)
- Discover “Blaze Synchro EA” below Knowledgeable Advisors > Market
- Drag it onto your required chart (M1 or M5 timeframe)
Vital: Allow WebRequest for Information Filter
The Information Filter requires web entry to fetch the financial calendar.
MT4: Go to Instruments > Choices > Knowledgeable Advisors > Test “Enable WebRequest for listed URL” and add:
https://nfs.faireconomy.media
MT5: Go to Instruments > Choices > Knowledgeable Advisors > Test “Enable WebRequest for listed URL” and add:
https://nfs.faireconomy.media
Additionally make sure that “Enable algorithmic buying and selling” is enabled.
Load a Preset
Within the EA Inputs tab, click on Load and choose a preset matching your pair and timeframe (e.g., Blaze_Synchro_eurusd_m1.set ). Click on OK to begin.
STEP 2 – STRATEGY SELECTION
Blaze Synchro EA affords two distinct buying and selling modes managed by the Technique parameter:
Scalp Mode (Technique = 0)
- Opens a single commerce per RSI + ATR sign
- Makes use of digital Take Revenue and Cease Loss (not positioned on dealer server)
- TP_virt = 50 factors (digital take revenue)
- SL_virt = 1500 factors (digital cease loss)
- SignalBarTP1 / SignalBarSL1 management whether or not TP/SL is measured from the reside bar or sign bar worth
- LevelTP controls whether or not TP is measured from open worth or lossless (breakeven) degree
- Flag_Close_All = false (shut solely the triggered aspect; set true to shut all sides)
Finest for: Merchants preferring single-entry scalping with out grid publicity. Decrease danger with outlined TP and SL per commerce.
Grid Mode (Technique = 1) — DEFAULT
- Opens an preliminary commerce on RSI + ATR sign, then provides grid orders as worth strikes towards the place
- Every grid degree will increase lot measurement by Martin^degree (default 1.5x multiplier)
- Grid growth is capped by MaxOrdersBuy / MaxOrdersSell
- Helps Actual or Digital TP/SL/Path by way of TP_Mode , SL_Mode , Trail_Mode
- Consists of overlap restoration for paired order closing
Finest for: Merchants who need grid restoration with martingale development. Larger danger however stronger restoration functionality.
STEP 3 – MONEY MANAGEMENT
Autolot (Advisable for newcomers)
When Autolot = true, the EA calculates lot measurement routinely based mostly in your free margin:
- Autolotsize = 1000 (default) means $1,000 of free margin = 0.01 lot
- For instance: $5,000 free margin → 0.05 lot preliminary measurement
- Lot is capped by MaxLot (default: 5.0)
Handbook Mode
Set Autolot = false to make use of mounted lot sizes:
- Lot_Init = 0.01 (base lot for the primary order)
- MaxLot = 5.0 (most lot measurement per order)
Grid Lot Development (Grid Mode Solely)
In Grid mode, every subsequent grid order multiplies the lot measurement:
| Grid Degree | Calculation (Martin = 1.5) | Lot Measurement |
|---|---|---|
| Degree 1 | 0.01 × 1.5^0 | 0.01 |
| Degree 2 | 0.01 × 1.5^1 | 0.02 |
| Degree 3 | 0.01 × 1.5^2 | 0.03 |
| Degree 4 | 0.01 × 1.5^3 | 0.04 |
| Degree 5 | 0.01 × 1.5^4 | 0.05 |
| Degree 6 | 0.01 × 1.5^5 | 0.08 |
| Degree 7 | 0.01 × 1.5^6 | 0.11 |
| Degree 8 | 0.01 × 1.5^7 | 0.17 |
| Degree 9 | 0.01 × 1.5^8 | 0.26 |
| Degree 10 | 0.01 × 1.5^9 | 0.38 |
All heaps are rounded to dealer’s lot step and capped by MaxLot.
STEP 4 – GRID SETTINGS
These parameters management how the grid is constructed and expanded (Grid mode solely):
| Parameter | Default | Description |
|---|---|---|
| Martin | 1.5 | Lot multiplier per grid degree |
| MaxOrdersBuy | 10 | Most purchase orders within the grid |
| MaxOrdersSell | 10 | Most promote orders within the grid |
| MinuteStop | 0 | Minimal minutes between grid orders (0 = disabled) |
| Flag_Use_hedge | true | Enable purchase and promote positions concurrently |
Distance System
The grid makes use of a two-phase distance calculation:
| Parameter | Default | Description |
|---|---|---|
| Fix_Distance | 200 | Mounted distance in factors for preliminary grid orders |
| Order_dinamic_distance | 6 | Variety of orders earlier than switching to dynamic distance |
| Dynamic_distance_start | 200 | Beginning distance when dynamic mode prompts |
| Distance_multiplier | 1.2 | Multiplier utilized to distance for every subsequent dynamic order |
Instance (defaults):
| Grid Degree | Section | Distance |
|---|---|---|
| Orders 1-6 | Mounted | 200 pts every |
| Order 7 | Dynamic | 200 pts |
| Order 8 | Dynamic | 200 × 1.2 = 240 pts |
| Order 9 | Dynamic | 240 × 1.2 = 288 pts |
| Order 10 | Dynamic | 288 × 1.2 = 346 pts |
The dynamic section creates a widening grid that areas orders additional aside as drawdown deepens, decreasing the speed of capital dedication.
STEP 5 – TAKE PROFIT & STOP LOSS
Digital vs Actual Modes
Every of TP, SL, and Trailing will be set independently to Digital or Actual:
| Mode | The way it works |
|---|---|
| Digital | EA manages exit ranges internally. Nothing is positioned on dealer server. Requires EA to be operating. Hides ranges from dealer. |
| Actual | EA locations precise TP/SL on the order by way of OrderModify(). Seen to dealer. Works even when EA disconnects. |
Grid Mode Settings
| Parameter | Default | Description |
|---|---|---|
| TP_Mode | Digital | Take revenue mode (Actual or Digital) |
| TP | 200 | Take revenue in factors (0 = disabled) |
| SL_Mode | Digital | Cease loss mode (Actual or Digital) |
| SL | 0 | Cease loss in factors (0 = disabled) |
Take revenue is calculated from the weighted common entry worth throughout all grid orders.
Scalp Mode Settings
| Parameter | Default | Description |
|---|---|---|
| TP_virt | 50 | Digital take revenue in factors |
| SL_virt | 1500 | Digital cease loss in factors |
| LevelTP | From lossless | TP from open worth or breakeven degree |
| Flag_Close_All | false | Shut all sides at TP/SL or simply the triggered aspect |
STEP 6 – TRAILING STOP
The trailing cease prompts after the place reaches a minimal revenue threshold, then follows worth to lock in beneficial properties.
| Parameter | Default | Description |
|---|---|---|
| Trail_Mode | Digital | Trailing mode (Actual or Digital) |
| iTS (Path Begin) | 0 | Factors of revenue earlier than trailing prompts (0 = disabled) |
| iTD (Path Step) | 100 | Trailing step/distance in factors |
The way it works: As soon as whole grid revenue exceeds iTS factors, the EA begins trailing. If worth retraces by iTD factors from the height, all orders are closed (Digital mode) or SL is modified (Actual mode).
Be aware: Set iTS = 0 to disable trailing. When disabled, the EA depends on TP and overlap restoration to shut positions.
STEP 7 – OVERLAP RECOVERY
The Overlap system reduces drawdown by pairing grid orders for mixed revenue closing.
| Parameter | Default | Description |
|---|---|---|
| Overlap | true | Allow overlap restoration mechanism |
| OverlapOrderNumber | 8 | Minimal open orders earlier than overlap prompts |
| OverlapPercent | 3 | Revenue goal (%) for overlap pair shut |
The way it works:
- Overlap prompts when open order depend on one aspect (purchase or promote) reaches OverlapOrderNumber
- The EA pairs the oldest order (deepest in loss) with the latest order (most in revenue)
- When the mixed revenue of each orders meets or exceeds OverlapPercent of whole heaps price, each are closed
- This course of repeats on each tick, regularly peeling order pairs from the grid edges
Profit: Reduces grid measurement and frees margin with out ready for worth to reverse to the complete grid TP degree.
STEP 8 – SIGNAL SETTINGS
All entries require RSI + twin ATR affirmation. All three situations have to be met concurrently.
RSI (Relative Power Index)
| Parameter | Default | Description |
|---|---|---|
| RSI_Period | 7 | RSI calculation interval |
| RSI_Up_Level | 80 | Overbought degree (triggers promote sign) |
| RSI_Down_Level | 40 | Oversold degree (triggers purchase sign) |
- BUY: RSI < RSI_Down_Level (default: RSI < 40)
- SELL: RSI > RSI_Up_Level (default: RSI > 80)
ATR Volatility Filter 1 (Present Timeframe)
| Parameter | Default | Description |
|---|---|---|
| ATR_Signal_Period | 15 | ATR interval |
| ATR_form | 10 | Minimal ATR threshold (factors) |
| ATR_to | 100 | Most ATR threshold (factors) |
Sign is legitimate solely when ATR (in factors) falls inside the vary: ATR_form <= ATR <= ATR_to
ATR Volatility Filter 2 (Configurable Timeframe)
| Parameter | Default | Description |
|---|---|---|
| ATR_Signal_Period2 | 15 | ATR interval |
| ATR_form2 | 10 | Minimal ATR threshold (factors) |
| ATR_to2 | 100 | Most ATR threshold (factors) |
| ATR2_TF | 0 (Present) | Timeframe for ATR2 (0 = present chart TF) |
Set ATR2_TF to the next timeframe (e.g., H1) for multi-timeframe volatility affirmation.
To disable an ATR filter: Set ATR_form = 0 and ATR_to = 10000 .
STEP 9 – NEWS FILTER CONFIGURATION
Activation
Set Flag_Use_News = true to allow reside financial calendar filtering.
How It Works
- The EA fetches the weekly financial calendar from the FairEconomy API each 4 hours
- It filters occasions by forex and influence degree
- Buying and selling pauses quarter-hour earlier than and resumes half-hour after every matching occasion
- If the API is unavailable, a built-in fallback detects main occasions (NFP, FOMC, CPI, GDP, ECB Fee)
Affect Ranges
| Parameter | Default | Description |
|---|---|---|
| highImpact | true | Filter high-impact occasions (NFP, FOMC, and so on.) |
| medImpact | true | Filter medium-impact occasions |
| lowImpact | false | Filter low-impact occasions |
Timing
| Parameter | Default | Description |
|---|---|---|
| closeBefore (minutes) | 15 | Cease buying and selling X minutes earlier than occasion |
| startAfter (minutes) | 30 | Resume buying and selling X minutes after occasion |
| currencies | AUD,CAD,EUR,GBP,JPY,NZD,USD | Comma-separated checklist of currencies to filter |
Information Show on Chart
| Parameter | Default | Description |
|---|---|---|
| showNewsBox | true | Present countdown field on chart |
| showNewsLines | true | Present vertical traces at occasion occasions |
| showText | true | Present occasion title textual content labels |
| newsCount | 5 | Variety of upcoming occasions to show |
| bgcolor | Black | Information field background coloration |
Coloration coding:
- Pink traces/textual content = Excessive influence occasions
- Orange traces/textual content = Medium influence occasions
- Yellow traces/textual content = Low influence occasions
WebRequest Setup (REQUIRED)
You MUST add the information URL to your platform’s allowed checklist:
MT4/MT5: Instruments > Choices > Knowledgeable Advisors > Enable WebRequest for listed URL > Add:
https://nfs.faireconomy.media
With out this step, the information filter will use solely the built-in fallback calendar.
STEP 10 – GENERAL SETTINGS
| Parameter | Default | Description |
|---|---|---|
| sOrdComm | “Blaze Synchro” | Remark textual content hooked up to all orders |
| Magic | 280920 | Distinctive EA identifier for order administration |
| MaxSpred | 0 | Most unfold filter in factors (0 = disabled) |
| Start_Hour | 0 | Buying and selling begin hour, server time (0 = at all times on) |
| End_Hour | 0 | Buying and selling finish hour, server time (0 = at all times on) |
| Flag_Use_hedge | true | Enable simultaneous purchase and promote positions |
| flag_Hand_Ord | false | Embody manually positioned orders in EA administration |
Vital: If operating a number of cases of Blaze Synchro on the identical account, every occasion MUST have a novel Magic Quantity to stop order conflicts.
PANEL
As soon as operating, the EA shows a real-time dashboard in your chart displaying:
- EA title, present image, chart timeframe, reside unfold
- Purchase order depend and floating purchase P/L
- Promote order depend and floating promote P/L
- Whole P/L, account steadiness, account fairness
- Present technique mode (Scalp or Grid)
- Information filter standing and countdown to subsequent occasion
- Interactive Purchase and Promote toggle buttons
Click on the Purchase or Promote button to toggle that route on/off straight from the chart. Disabling a route solely prevents new orders – current orders proceed to be managed.
Panel Customization
| Parameter | Default | Description |
|---|---|---|
| X1 / Y1 | 10 / 30 | Panel place (pixels from top-left) |
| fDraw | true | Allow/disable panel show |
| ColorText | White | Panel textual content coloration |
| ColorFonRec | DarkViolet | Panel background coloration |
| FontSizeMark | 13 | Information textual content font measurement |
| FontNameMark | Verdana | Information textual content font title |
Set fDraw = false to cover the panel (reduces CPU utilization on VPS).
PRESETS
14 pre-optimized preset recordsdata are included for rapid deployment:
| Pair | Timeframe | Preset File |
|---|---|---|
| AUDUSD | M1 | Blaze_Synchro_audusd_m1.set |
| EURAUD | M1 | Blaze_Synchro_euraud_m1.set |
| EURCAD | M1 | Blaze_Synchro_eurcad_m1.set |
| EURUSD | M1 | Blaze_Synchro_eurusd_m1.set |
| GBPAUD | M1 | Blaze_Synchro_gbpaud_m1.set |
| GBPUSD | M1 | Blaze_Synchro_gbpusd_m1.set |
| NZDJPY | M1 | Blaze_Synchro_nzdjpy_m1.set |
| NZDUSD | M1 | Blaze_Synchro_nzdusd_m1.set |
| USDCAD | M1 | Blaze_Synchro_usdcad_m1.set |
| USDJPY | M1 | Blaze_Synchro_usdjpy_m1.set |
| XAUUSD (2-digit) | M1 | Blaze_Synchro_xauusd_2_digits_m1.set |
| XAUUSD (3-digit) | M1 | Blaze_Synchro_xauusd_3_digits_m1.set |
| XAUUSD (2-digit) | M5 | Blaze_Synchro_m5_xauusd_2_digits.set |
| XAUUSD (3-digit) | M5 | Blaze_Synchro_m5_xauusd_3_digits.set |
To load a preset: Open EA Inputs tab → Click on Load → Choose the matching .set file → Click on OK.
RECOMMENDED SETTINGS FOR BEGINNERS
If you’re new to Blaze Synchro, use these settings:
- Technique = Grid (default – offers restoration functionality)
- Autolot = true (let the EA handle lot sizes based mostly in your margin)
- Load a preset matching your pair and timeframe
- Flag_Use_News = true (allow information filter, particularly for XAUUSD)
- MaxOrdersBuy / MaxOrdersSell = 10 (do not enhance till skilled)
- Begin on Demo (take a look at for not less than 2-4 weeks earlier than going reside)
IMPORTANT NOTES
Presets: All the time load the matching preset to your pair and timeframe. Default parameters are generic – presets comprise pair-specific optimizations for grid spacing, sign sensitivity, and distance calculations.
Multi-Pair: Blaze Synchro helps operating on a number of pairs concurrently. Every chart occasion should have a novel Magic Quantity.
VPS: For greatest outcomes, run on a VPS situated near your dealer’s server. M1 scalping requires the EA to be operating constantly.
Dealer: Select an ECN dealer with tight spreads. Huge spreads will set off the MaxSpred filter and stop buying and selling.
WebRequest: The information filter REQUIRES the WebRequest URL to be added in platform settings. With out it, solely the pattern-based fallback works.
Martingale Danger: Grid mode with martingale will increase publicity exponentially. A ten-level grid with Martin=1.5 leads to a closing order 38x the preliminary lot measurement. All the time take a look at on demo first and use MaxOrders + MaxLot to cap danger.
Hedging: In case your dealer doesn’t assist hedging, set Flag_Use_hedge = false . The EA will solely commerce in a single route at a time.
- Electronic mail: data@forexobroker.com
- Questions: Use the Feedback part on the product web page or ship a personal message
- Bug Experiences: Please embrace your dealer title, account sort, and a screenshot of the Consultants tab log
✅ All MQL Instruments: https://www.mql5.com/en/customers/forexobroker/ ✅
————————————————————————————————————–
🔵 Advisable Dealer
🔵 Finest Dealer for Europeans ( Leverage 1:500)