jMasterRSXv1C is a MetaTrader 4 Expert Advisor source file. Static analysis documents Custom Indicator, Trend, Trailing Stop, 50 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:
start
Detected code components
- Custom Indicator
- Trend
- Trailing Stop
- Risk or Lot Sizing
Input parameters
| Parameter | Type | Default | Code comment |
|---|---|---|---|
MAGICMA |
int | 072609 |
Multiple EAs can run on different charts simultaneously by changing this |
Lots |
double | 0.1 |
Lots traded if MM is not enabled |
DecreaseFactor |
double | 0 |
will decrease trades in proportion to the success rate of the EA |
UseMoneyManagement |
bool | true |
|
MaximumRisk |
double | 0.01 |
Will trade multiple times if the maximum lot size is exceeded by the |
Max_Lot_Size |
double | 50 |
% calculations up to the max_num_lots amount. This parameter is broker |
Max_Num_Lots |
double | 500 |
specific and must adhere to their policies. if unsure of maximums, ask |
LongPer |
int | 30 |
Utilizes data from these TWO timeframes |
ShortPer |
int | 5 |
|
LongRSX |
int | 14 |
Indicator timeframe parameters for the above time periods |
ShortRSX |
int | 14 |
|
LongParBuy |
int | 50 |
Will BUY above this parameter only with other conditions |
ShortParBuy |
int | 25 |
if the above parameter is met…Will BUY |
LongParSell |
int | 50 |
Will SELL below this parameter only with other conditions |
ShortParSell |
int | 75 |
if the above parameter is met…Will SELL |
LongTrendSpread |
int | 3 |
How many bars of the LongPer Trend before trading allowed MIN 2 |
s2 |
string | "__________________Take Profit Parameters" |
|
s2a |
string | "..................Mode 0 = Profit by Pips Mode" |
|
s2b |
string | "..................Mode 1 = Profit by Highest/Lowest of Range of Bars" |
|
s2c |
string | "..................Mode 2 = Profit by High/Low of Bar x" |
|
UseTakeProfit |
bool | false |
|
TakeProfitMode |
int | 1 |
|
s3 |
string | "__________________Stop Loss Parameters" |
|
s31 |
string | "..................Mode 0 = Stop by Pips Mode" |
|
s32 |
string | "..................Mode 1 = Stop by Highest/Lowest of Range of Bars" |
|
s33 |
string | "..................Mode 2 = Stop by High/Low of Bar x" |
|
UseStopLoss |
bool | false |
|
StopMode |
int | 1 |
|
s4 |
string | "__________________Trailing Stop Parameters" |
|
s41 |
string | "..................Mode 0 = Trail by Pips Mode" |
|
s42 |
string | "..................Mode 1 = Trail by Highest/Lowest of Range of Bars" |
|
s43 |
string | "..................Mode 2 = Trail by High/Low of Bar x" |
|
UseTrail |
bool | false |
|
TrailMode |
int | 1 |
|
s5 |
string | "__________________Buy Order Parameters" |
|
TakeProfitPip_Buy |
int | 150 |
|
TakeProfitBar_Buy |
int | 7 |
|
StopPip_Buy |
int | 150 |
|
StopBar_Buy |
int | 7 |
|
TrailPip_Buy |
int | 75 |
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 jMasterRSXv1C?
jMasterRSXv1C is a MetaTrader 4 Expert Advisor source file. Static analysis documents Custom Indicator, Trend, Trailing Stop, 50 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.
- NSA Prop Firm Robot – Profitable backtest
- CHERMA EA V5.1 MT4 – Profitable backtest
- Gold ISIS EA MT4 – 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

