Starter v6mod e www forex instruments info is a MetaTrader 4 Expert Advisor source file. Static analysis documents Moving Average, CCI, Trailing Stop, 21 exposed input declarations, and 1 include dependency.
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:
init,deinit,start
Detected code components
- Moving Average
- CCI
- Trailing Stop
- Risk or Lot Sizing
Input parameters
| Parameter | Type | Default | Code comment |
|---|---|---|---|
Debug |
int | 0 |
Change to 1 to allow print |
AccountIsMini |
int | 0 |
Change to 1 if trading mini account |
LiveTrading |
int | 0 |
Change to 1 if trading live. |
mm |
int | 1 |
Change to 0 if you want to shutdown money management controls. Lots = 1 will be in effect and only 1 lot will be open regardless of equity. |
Riskpercent |
double | 5 |
Change to whatever percent of equity you wish to risk. |
DecreaseFactor |
double | 3 |
Used to decrease lot size after a loss is experienced to protect equity. Recommended not to change. |
StopLoss |
double | 35 |
Maximum pips willing to lose per position. |
TrailingStop |
double | 0 |
Change to whatever number of pips you wish to trail your position with. |
MaximumLosses |
int | 3 |
Maximum number of losses per day willing to experience. |
Margincutoff |
double | 800 |
Expert will stop trading if equity level decreases to that level. |
Maxtrades |
double | 10 |
Total number of positions on all currency pairs. You can change this number as you wish. |
TakeProfit |
int | 10 |
Maximum profit level achieved. |
Slippage |
int | 10 |
Possible fix for not getting filled or closed |
EMAPeriod |
int | 34 |
EMAAnglePeriod |
AngleTreshold |
double | 0.2 |
|
StartEMAShift |
int | 6 |
Check last six bars |
EndEMAShift |
int | 0 |
|
MAPeriod |
double | 120 |
Moving average period. |
MAPeriod2 |
double | 40 |
Moving average period 2. |
Lots |
double | 1 |
standard lot size. |
Turnon |
int | 1 |
Turns expert on, change to 0 and no trades will take place even if expert is enabled. |
Dependencies and package notes
stdlib.mqh– not_in_supplied_library
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.
- One or more include files were not matched in the supplied MQH library. They may be standard MetaTrader includes or external dependencies.
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 Starter v6mod e www forex instruments info?
Starter v6mod e www forex instruments info is a MetaTrader 4 Expert Advisor source file. Static analysis documents Moving Average, CCI, Trailing Stop, 21 exposed input declarations, and 1 include dependency.
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?
Install the listed include files and any custom indicators or DLL dependencies, then compile in an isolated MetaEditor data folder.
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.
- Sigma Trend Protocol EA V1.0 MT4 – Profitable backtest
- Market Crusher EA Trial – Profitable backtest
- Mon Scalper EA – Profitable backtest
Want this source checked or fixed?
Diagnostic status: dependency_missing. 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




