Clearview Roundnumbermarker is a MetaTrader 5 Indicator source file. Static analysis documents Grid, 26 exposed input declarations, and 0 include dependencies.
Source-code analysis only. No backtest or live-performance claim is provided.
Source code overview
- Platform: MT5
- Resource type: Indicator
- File format: .mq5
- Event handlers:
OnInit,OnDeinit,OnCalculate
Detected code components
- Grid
Input parameters
| Parameter | Type | Default | Code comment |
|---|---|---|---|
InpPrintHighLow |
bool | false |
Print high/low information when indicator loads |
InpManualAbsHigh |
double | 0.0 |
Set historical high (0=use monthly chart) |
InpManualAbsLow |
double | 0.0 |
Set historical low (0=use monthly chart) |
InpResetDelayTime |
ENUM_TIMEFRAMES | PERIOD_D1 |
Delay to reset previous high/low marker |
InpUseBrightColors |
bool | true |
Use bright colors |
InpDrawAsBackground |
bool | true |
Draw lines as background |
InpMaxTF_1000 |
ENUM_TIMEFRAMES | PERIOD_MN1 |
Show 1000 pips marker up to timeframe |
InpMarker_1000 |
color | C'70,10,70' |
1000 pips marker |
InpMarker_1000_Brt |
color | C'140,20,140' |
1000 pips marker bright |
InpMaxTF_500 |
ENUM_TIMEFRAMES | PERIOD_D1 |
Show 500 pips marker up to timeframe |
InpMarker_500 |
color | C'70,10,70' |
500 pips marker |
InpMarker_500_Brt |
color | C'140,20,140' |
500 pips marker bright |
InpMaxTF_100 |
ENUM_TIMEFRAMES | PERIOD_H4 |
Show 100 pips marker up to timeframe |
InpMarker_100 |
color | C'8,45,8' |
100 pips marker |
InpMarker_100_Brt |
color | C'16,90,16' |
100 pips marker bright |
InpMaxTF_50 |
ENUM_TIMEFRAMES | PERIOD_H1 |
Show 50 pips marker up to timeframe |
InpMarker_50 |
color | C'0,25,50' |
50 pips marker |
InpMarker_50_Brt |
color | C'0,50,100' |
50 pips marker bright |
InpMarker_ChartHigh |
color | C'125,105,0' |
Highest high on the chart |
InpMarker_ChartHigh_Brt |
color | C'250,210,0' |
Highest high on the chart bright |
InpMarker_ChartLow |
color | C'125,105,0' |
Lowest low on the chart |
InpMarker_ChartLow_Brt |
color | C'250,210,0' |
Lowest low on the chart bright |
InpMarker_AbsHigh |
color | C'127,127,127' |
Historical high |
InpMarker_AbsHigh_Brt |
color | White |
Historical high bright |
InpMarker_AbsLow |
color | C'127,127,127' |
Historical low |
InpMarker_AbsLow_Brt |
color | White |
Historical low bright |
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
- Static analysis detects grid-related identifiers. Review spacing, maximum order count, and aggregate exposure before 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 Clearview Roundnumbermarker?
Clearview Roundnumbermarker is a MetaTrader 5 Indicator source file. Static analysis documents Grid, 26 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 MT5 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.
- Trend Wave EA – Profitable backtest
- ONNX Strategy 1 – Profitable backtest
- AI Scalper Robot 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

