Master Info is a MetaTrader 4 Indicator source file. Static analysis documents Moving Average, RSI, MACD, 58 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: Indicator
- File format: .mq4
- Event handlers:
OnInit,OnDeinit,OnTimer,OnCalculate,OnChartEvent
Detected code components
- Moving Average
- RSI
- MACD
- Stochastic
- ATR
- CCI
- Momentum
- Grid
- Trend
- Risk or Lot Sizing
- File Access
- DLL Import
Input parameters
| Parameter | Type | Default | Code comment |
|---|---|---|---|
text1 |
string | "Global Information" |
Description |
CurrencySymbolRight |
bool | True |
|
LotSize |
double | 1 |
your default Lot Size |
MasterHide |
string | "H" |
hide or show the tool |
IndicatorValue |
bool | true |
show indicator information |
ShowGrid |
bool | true |
show horizontal grid |
PipInterval |
int | 10 |
default 10 interval for grid |
ColorVariation |
int | 1 |
1 to 8, smaller the grid color is close to the background color |
MasterToolConf |
string | "O" |
show the option tool |
ShowDailyOpen |
bool | false |
show DailyOpen |
ShowPivot |
bool | false |
show Pivot |
ShowPivotFibo |
bool | false |
show Pivot based on Fibonacci |
SLTPalert |
bool | false |
sound alert when TP or SL is close to be touch |
SLTPalertPips |
int | 5 |
pips before alert TP or SL |
textc |
string | "" |
==================================== |
text2 |
string | "Support & Resistance Management Tool" |
Description |
text3 |
string | "==First Line" |
Description |
LineHorizontal |
string | "A" |
Key to Create a SR Line (1) |
LineResistcolor |
color | clrDodgerBlue |
Resistance Line Color (1) |
LineSupportcolor |
color | clrDarkOrange |
Support Line Color (1) |
LineStyle |
ENUM_LINE_STYLE | STYLE_SOLID |
Style of SR Lines (1) |
Linewidth |
int | 2 |
Choose the width of the line (1) |
AlarmCrossWhithAlert |
bool | true |
Send an Alert |
AlarmCrossWhithPushSmartphone |
bool | false |
Send a Notification |
soundname |
filename | none |
Choose a pair of Sound (high/deep tone) |
text4 |
string | "==Second Line" |
Description |
LineHorizontalSecond |
string | "Q" |
Key to Create a SR Line (2) |
LineResistcolorSecond |
color | clrDodgerBlue |
Resistance Line Color (2) |
LineSupportcolorSecond |
color | clrDarkOrange |
Support Line Color (2) |
LineStyleSecond |
ENUM_LINE_STYLE | STYLE_DOT |
Style of SR Lines (2) |
LinewidthSecond |
int | 1 |
Choose the width of the line (2) |
AlarmCrossWhithAlertSecond |
bool | true |
Send an Alert |
AlarmCrossWhithPushSmartphoneSecond |
bool | false |
Send a Notification |
soundnameSecond |
filename | none |
Choose a pair of Sound (high/deep tone) |
text5 |
string | "==TrendLine" |
Description |
TakecareManualTrendline |
bool | true |
Take care of your Trendline added manually |
text6 |
string | "==Other" |
Description |
DeleteLastLine |
string | "X" |
Key to Delete Last Line |
history |
int | 200 |
Check on the last x candles |
MaxDeviation |
int | 10 |
Pips deviation for history |
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 imports a DLL. Review the imported functions and enable DLL access only in an isolated test environment.
- The code accesses files in the MetaTrader sandbox. Inspect filenames, read/write behavior, and retained data before use.
- Static analysis detects grid-related identifiers. Review spacing, maximum order count, and aggregate exposure before testing.
- The source contains risk or lot-sizing logic. Confirm defaults against account size, symbol specifications, and maximum exposure.
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 Master Info?
Master Info is a MetaTrader 4 Indicator source file. Static analysis documents Moving Average, RSI, MACD, 58 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 Indicator 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.
- Market Crusher EA Trial – Profitable backtest
- VR Smart Grid EA V25.033 MT4 – Parameters and setup
- Dark Gold EA V1.0 – 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

