e PSIuMultiSETfEn8 is a MetaTrader 4 Expert Advisor source file. Static analysis documents Trailing Stop, Risk or Lot Sizing, 43 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
- Trailing Stop
- Risk or Lot Sizing
Input parameters
| Parameter | Type | Default | Code comment |
|---|---|---|---|
SETUP_Expert |
string | "======== General Configuration Advisor ========" |
|
MG |
int | 707 |
Magic |
NewBarInPeriod |
int | 1 |
>= 0 – operate at the beginning of the period, a new bar; -1 – working on each tick |
Variant_TradePrice |
int | 4 |
Option prices, with which will work advisor |
ControlPeriod |
int | PERIOD_H1 |
The period at which advisor makes a decision |
SETUP_RulesSend |
string | "---------------- RULES`s SEND -----------------" |
|
TakeProfit |
double | 20 |
The level of profit in pips |
StopLoss |
double | 200 |
The level of fixation losses in pips |
Use_Prioritity |
bool | TRUE |
Use the priority for send orders on the results of profit |
Dopusk |
int | 2 |
it's allowable price move in the opposite direction |
SETUP_RulesClose |
string | "---------------- RULES`s CLOSE ----------------" |
|
ProfitMIN |
int | 3 |
minimum profit in pips on a warrant |
SETUP_Trailling |
string | "================== TRAILING ===================" |
|
VirtualTrail_ON |
bool | TRUE |
Enable the virtual trailing |
Setup_Lots |
string | "============== Capital Management =============" |
|
UseMM |
bool | TRUE |
Use Money Management |
Setup_LotsWayChoice_0_1 |
string | "LotsWayChoice: 0-fixed |
|
LotsWayChoice |
int | 1 |
The method of choosing the working of lot: |
Setup_MeansType_0_5 |
string | "MeansType: 1-Balance |
|
MeansType |
int | 2 |
Type of means used in the calculation of lot size: |
Order_Lots |
double | 0.1 |
Fixed lot size |
LotsPercent |
int | 7 |
Percentage of MeansType |
MinLot |
double | 0.01 |
Minimum lot market order |
MaxLot |
double | 5.0 |
Maximum lot market order |
Setup_MM_DEPO |
string | "---------------- CONTROL DEPO -----------------" |
|
BaseBalance |
double | 300 |
Capital Base |
RiskDepo |
double | 150 |
Size of Depo in the deposit currency, which play |
MINMarginPercent |
int | 30 |
Percent of free margin of the Balance Sheet when new orders are not sended |
MAXZagruzkaDepoPercent |
int | 50 |
Percentage of Depo load at which new orders are not sended |
MAXOtkatDepoPercent |
int | 30 |
At what rate of loss from the maximum profit (in percents) stop trading |
MAXLossDepoPercent |
int | 30 |
In Which is a loss (in percents) from the current Balance close all orders |
FULL_Control_ON |
bool | False |
A complete removal: remove ALL orders in the account (or only on MAGIC) |
Setup_Services |
string | "=================== SERVICES ==================" |
|
PrintCom |
bool | TRUE |
Print comments |
ShowCommentInChart |
bool | TRUE |
Show comments on the chart |
SoundAlert |
bool | FALSE |
Sound |
Slippage |
int | 2 |
The permissible deviation from quoted price |
WorkSheduller |
string | "=================== SCHEDULER =================" |
|
TimeControl |
bool | True |
|
BadDay |
string | "0" |
The bad days of the week for work (through ",") |
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 e PSIuMultiSETfEn8?
e PSIuMultiSETfEn8 is a MetaTrader 4 Expert Advisor source file. Static analysis documents Trailing Stop, Risk or Lot Sizing, 43 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.
- Market Crusher EA Trial – Profitable backtest
- Mon Scalper EA – Profitable backtest
- Patriot EA V1.8 – 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



