bolt Powered by MetaTrader 5

A Trading Bot by Ecxo Games

With the power of MQ5 and VPS hosting, Eazy Trade allows you to automate your trading on your own server, and view results while not needing to be near your computer.

code_blocks Open to Customise

Also Available as a Standalone Script

Want full control? Get the raw MQL5 script and run it directly in MetaTrader 5 — tweak parameters, adapt the logic, and make it truly yours.

The Eazy Trade MQL5 Script

This is the same bot that powers this platform — packaged as a standalone .mq5 file you can drop straight into MetaTrader 5. No web account required. No middleman. Just you, your broker, and the algorithm.

download

Download & Drop In

Copy the .mq5 file into your MT5 Experts folder and it's ready to compile and run.

edit

Tweak It How You Want

Adjust lot sizes, risk percentages, trading symbols, stop-loss and take-profit levels — all configurable via input parameters.

science

Backtest Before You Go Live

Use MT5's built-in Strategy Tester to validate your tweaks on historical data before risking real capital.

lock_open

No Lock-In

It's your copy. Run it locally, on a VPS, or hand it off to someone to develop further — no restrictions.

$30 One-time purchase — yours to keep & modify
EazyTrade.mq5
#property strict #property version "1.04" #ifndef ERR_CALENDAR_MORE_DATA #define ERR_CALENDAR_MORE_DATA 5400 #endif #define CORES 7 #define SIG 1 #define PERF_MAX 64 //-------------------- Enums -------------------- enum EA_PROFILE { PROFILE_CALM=0, PROFILE_BALANCED=1, PROFILE_AGGRESSIVE=2 }; enum INST_BIAS { INST_NEUTRAL=0, INST_BUY_ONLY=1, INST_SELL_ONLY=2 }; enum REGIME { REG_TREND=0, REG_RANGE=1 }; enum TRADE_TYPE { TT_TREND=0, TT_MR=1 }; enum TP_MODE { TPM_NORMAL=0, TPM_TP1_ONLY=1, TPM_RUNNER=2 }; enum ENTRY_METHOD { EM_MARKET=0, EM_LIMIT=1, EM_STOP=2 }; enum R_MODE { R_FIXED_MONEY=0, R_STEPUP_PEAK_EQUITY=1 }; enum R_LIMIT_BASIS { RLB_BASE_R=0, RLB_CURRENT_R=1 }; enum PATTERN_TYPE { PAT_NONE=0, PAT_TRIANGLE=1, PAT_FLAG=2, PAT_RANGE_MR=3 }; //-------------------- Inputs -------------------- input group "GENERAL" input EA_PROFILE InpProfile = PROFILE_BALANCED; input string InpSymbol = ""; input ulong InpMagicBase = 500000; input int InpDeviationPts = 20; input bool InpDebugLogs = false; input group "IC MARKETS RAW (COSTS) + FX/METALS PRESET" input bool InpUseICMRawPreset = true; input double InpCommissionPerLotRT_Manual = 7.0; input double InpCostSafetyR_FX = 0.10; input double InpCostSafetyR_Metals = 0.15; input int InpSpreadCapPts_FX = 25; input int InpSpreadCapPts_Metals = 60; input group "MARKET ADAPTER (COST RATIO)" input bool InpEnableMarketAdapter = true; input int InpAdapterRefreshSec = 60; input double InpSpreadCapAtrFrac = 0.12; input double InpBadCostRatio = 0.10; input double InpPanierMinAddBadCost = 6.0; input double InpTrendStrMultBadCost = 1.25; input group "INSTITUTIONAL MACRO (MANUAL INPUT)" input INST_BIAS InpInstBias = INST_NEUTRAL; input double InpInstConfidence = 70.0; input double InpInstMinConfidence = 50.0; input double InpInstFullR = 75.0; input double InpInstRiskFrac = 0.75;

What Eazy Trade Offers

A complete trading bot ecosystem accessible from anywhere through this web platform

smart_toy

Automated Trading

The bot runs on a server 24/7, executing trades based on proven strategies without any manual intervention.

dashboard

Real-Time Dashboard

Monitor your trading performance, view profit/loss, and track your bot's activity from any device.

history

Complete History

Access your full trading history with detailed analytics, filters, and export capabilities.

security

Secure & Reliable

Your trading account credentials are never stored. The bot connects directly to MetaTrader 5.

tune

Easy Configuration

Adjust risk settings, trading pairs, and strategies through a simple web interface.

cloud

Cloud-Based

No need to keep your computer running. The bot operates on dedicated servers with 99.9% uptime.

Ready to Start Your Trading Journey?

Join the platform that proves you don't need to be a programming expert to build something extraordinary. Let Eazy Trade work for you.

login Access Your Dashboard