Parallel Strategies is a MetaTrader 4 Expert Advisor source file. Static analysis documents Moving Average, MACD, Custom Indicator, 40 exposed input declarations, and 0 include dependencies.
Source-code analysis only. No backtest or live-performance claim is provided.
Source code overview
- Platform: MT4
- Resource type: Expert Advisor
- File format: .mq4
- Event handlers:
OnInit,OnDeinit,OnTick
Detected code components
- Moving Average
- MACD
- Custom Indicator
- Breakout
- Trailing Stop
- Session or Time Filter
- Spread Filter
- Risk or Lot Sizing
Input parameters
| Parameter | Type | Default | Code comment |
|---|---|---|---|
expertinfo |
string | " Parallel Strategies EA " |
===========[ <EXPERT INFO> ]========= |
expdeveloper |
string | "https://quant.b123.com/" |
By |
magicnumbers |
string | "===========[ <MAGIC NUMBERS> ]=========" |
===========[ <MAGIC NUMBERS> ]========= |
Magic1 |
int | 11 |
Magic Number Strategy 1 |
Magic2 |
int | 12 |
Magic Number Strategy 2 |
Magic3 |
int | 13 |
Magic Number Strategy 3 |
Magic4 |
int | 14 |
Magic Number Strategy 4 |
Strategieslist |
string | "===========[ <Strategies> ]=========" |
===========[ <List Strategies> ]========= |
usemovingcrossea |
bool | true |
USE moving cross Strategy ? |
mamethodes |
ENUM_MA_METHOD | MODE_EMA |
Fast Moving Average Methode |
mamethodes2 |
ENUM_MA_METHOD | MODE_SMA |
Slow Moving Average Methode |
usemacdbreakout |
bool | true |
USE Macd breakout Strategy ? |
useheikenahsiea |
bool | true |
USE Heiken Ashi Strategy ? |
useheikenashiandmacdea |
bool | true |
USE Heiken and MACD Strategy ? |
mm |
string | "===========[ <Money Management> ]=========" |
===========[ <Money Management> ]========= |
exLots |
double | 0.01 |
Lot Size |
RiskMM |
bool | false |
———————Risk Management |
RiskPercent |
double | 5 |
—————— Risk Percentage |
tm |
string | "===========[ <Order Management> ]=========" |
===========[ <Order Management> ]========= |
exStopLoss |
double | 00.0 |
Stop Loss |
exTakeProfit |
double | 00.0 |
Take Profit |
exTrailingStop |
double | 10.0 |
Trailing Stop |
exmaxSpread |
double | 30.0 |
[Max Spread] |
WeekDays |
string | "===========[ <WEEK DAYS> ]=========" |
===========[ <WEEK DAYS> ]========= |
exemple |
string | " ------- Hour settings: set to 24 for no limitations " |
|
Monday |
bool | true |
Monday Trade |
Monday_Start_Hour |
int | 24 |
Monday Start Hour |
Monday_Finish_Hour |
int | 24 |
Monday Finish Hour |
Tuesday |
bool | true |
Tuesday Trade |
Tuesday_Start_Hour |
int | 24 |
Tuesday Start Hour |
Tuesday_Finish_Hour |
int | 24 |
Tuesday Finish Hour |
Wednesday |
bool | true |
Wednesday Trade |
Wednesday_Start_Hour |
int | 24 |
Wednesday Start Hour |
Wednesday_Finish_Hour |
int | 24 |
Wednesday Finish Hour |
Thursday |
bool | true |
Thursday Trade |
Thursday_Start_Hour |
int | 24 |
Thursday Start Hour |
Thursday_Finish_Hour |
int | 24 |
Thursday Finish Hour |
Friday |
bool | true |
Friday Trade |
Friday_Start_Hour |
int | 24 |
Friday Start Hour |
Friday_Finish_Hour |
int | 24 |
Friday Finish Hour |
Dependencies and package notes
- No include dependency was detected.
The downloadable derivative replaces non-runtime external URLs and contact details with the B123 site URL. Functional runtime endpoints remain unchanged to avoid breaking code.
Compilation and first test
- Place the source and required dependencies in the matching MetaTrader data folder.
- Compile it in MetaEditor and resolve every error before use.
- Inspect the inputs and code risks, then test only on a demo account or isolated chart.
Code and operational risks
- The source contains risk or lot-sizing logic. Confirm defaults against account size, symbol specifications, and maximum exposure.
- The source references custom-indicator logic. Confirm every required indicator file is installed before compilation or testing.
Download access
Registration and sign-in are required. WooCommerce grants the private file through a zero-total order. Each account may initially claim 3 distinct free source products per site day.
Questions
What is Parallel Strategies?
Parallel Strategies is a MetaTrader 4 Expert Advisor source file. Static analysis documents Moving Average, MACD, Custom Indicator, 40 exposed input declarations, and 0 include dependencies.
Does this source include verified performance results?
No. This page is based on static source-code analysis and does not provide a backtest, live result, profit, win-rate, or drawdown claim.
What is required before compiling this file?
Place the source in the matching MetaTrader folder and compile it in an isolated MetaEditor data folder before use.
Why are some external URLs retained in the code?
Only detected functional runtime endpoints are retained to avoid breaking WebRequest or network behavior. Non-runtime URLs and contact details are replaced with the B123 site URL.
Do I need an account to download the source?
Yes. Registration and sign-in are required. WooCommerce grants the private download through a zero-total order, with an initial limit of 3 distinct free source products per site day.
Need a ready-to-use EA instead of source code?
This free download is useful when you want editable MT4 Expert Advisor source code. If you want a cleaner ready-to-use path, compare it with the paid BBTrading products that already include private delivery, setup notes, and backtest evidence where available.
Paid BBTrading alternatives to compare
These products are selected by platform, detected code signals, and available catalog evidence. They are comparison options, not a claim that they use identical logic.
- STRADDLE EA V1.0 MT4 – Profitable backtest
- Vortex Turbo EA – Profitable backtest
- Xauron EA_fix EA – Profitable backtest
Want this source checked or fixed?
Diagnostic status: compile_not_run. If the file does not compile, has missing dependencies, or behaves differently on your broker, use the page details when contacting B123/BBTrading support. The free source is a starting point; fixed, compiled, or backtested alternatives may save time.
Common reasons a free source may need work
- missing MQH include files or custom indicators
- legacy MQL syntax written for an older compiler
- broker-specific symbols, digits, spreads, or execution modes
- inputs that need risk review before any demo test


