Widespread Settings
Mode: Defines the terminal function, both Grasp or Slave.
FixType: Determines whether or not to auto-detect or manually outline image prefix/suffix.
Velocity: Units operation pace; choices embrace TurboSpeed, FastSpeed, and NormalSpeed.
LineDisplay: Variety of show traces proven on chart.
TextSize: Font dimension for show textual content.
TextColor: Coloration of the show textual content.
LoadAllSymbol: If enabled, masses all Market Watch symbols.
Grasp Settings
MasterID: Distinctive identifier for a grasp terminal (should be distinctive throughout all terminals on the identical PC/VPS).
MPrefix_ / MSuffix_: Non-obligatory handbook prefix/suffix for master-side symbols.
MasterChartColor: Chart background shade used for grasp show.
Slave Settings
SlaveID: Identifier for the slave terminal (should be distinctive throughout the MT4/5 terminal).
Prefix_ / Suffix_: Guide prefix/suffix for slave-side symbols.
CustomSymbolString: Outline customized image mappings, e.g., Gold.x=XAUUSD, WS30=US30.i.
SlaveChartColor: Chart background shade used for slave show.
Permit and Disallow Filters
AllowSyms: Symbols allowed for copying. Partial match supported. Go away clean to permit all.
AllowMNs: Magic numbers allowed. Use 0 to permit solely handbook trades. Go away clean to permit all.
AllowComms: Feedback allowed. Partial match supported. Go away clean to permit all.
DisallowSyms: Symbols disallowed. Partial match supported. Go away clean to disallow none.
DisallowMNs: Magic numbers disallowed. Use 0 to dam handbook trades. Go away clean to disallow none.
DisallowComms: Feedback disallowed. Partial match supported. Go away clean to disallow none.
Necessary Notes
Filters are evaluated so as: Disallow overrides Permit.
“” in Permit fields = permit every little thing.
“” in Disallow = disallow nothing.
MagicNumber 0 in Permit = solely handbook trades allowed.
MagicNumber 0 in Disallow = block all handbook trades.
Reverse Copy and Exit Conduct
CopyReverse: Allow this to reverse commerce instructions. A Purchase from the Grasp turns into a Promote on the Slave and vice versa.
DisableCopyPositionExit: When enabled, the slave is not going to shut positions when the Grasp closes them. Use this if you wish to handle exits independently.
DisableCopyOrderExit: When enabled, pending orders on the slave is not going to be deleted even when the Grasp cancels them.
These choices are helpful for superior setups comparable to contrarian methods, commerce trailing, or managing exits independently from entries.
Lot Measurement and Scaling
LotType: Determines how lot dimension is calculated on the slave. Choices embrace Fastened, Ratio, Fairness, Steadiness, and Fairness × Leverage.
LotFixedSet: Used when Fastened lot mode is chosen.
LotFactorSet: Multiplier utilized to the Grasp’s lot dimension.
LotEquityRatioSet: Proportional issue based mostly on fairness.
LotBalanceRatioSet: Proportional issue based mostly on stability.
LotEquityLerverageRatioSet: Based mostly on fairness × leverage of the account.
RoundMode: Rounding logic (e.g., truncate, spherical up/down).
Lot Measurement Fixing
LotSizeFixing: Allow to clamp tons inside bounds.
MinLotFixing: Minimal lot dimension allowed.
MaxLotFixing: Most lot dimension allowed.
Tolerance Settings
PriceTolerance: Most worth distinction allowed between Grasp and Slave.
Slippage: Dealer slippage when opening trades.
CloseSlippage: Dealer slippage when closing trades.
DelayTolerance: Time distinction in seconds between Grasp and Slave allowed throughout commerce copying.
Pending Orders
SL and TP Configuration
SLType: Cease Loss mode: None, Comply with Grasp, or ATR-based.
TPType: Take Revenue mode: None, Comply with Grasp, or calculated as a a number of of SL.
TPFactor: Used when TP is about as SL × Issue.
ATRTimeFrame: Timeframe used for ATR calculation.
ATRPeriod: Variety of bars for ATR calculation.
ATRSLFactor: ATR multiplier used when SL is predicated on ATR.
Magic Quantity and Remark
MNType: Supply of magic quantity: Clean, Guide, or Comply with Grasp.
MagicNumber: Guide worth used when MNType = Guide.
CommentType: Supply of remark: Clean, Guide, or Comply with Grasp.
Remark: Guide worth used when CommentType = Guide.
Retry Settings
OrderRetry: Inside retry depend if order fails.
OrderWait: Time in milliseconds to attend between retries.
NumberOfAttempt: Variety of order placement makes an attempt.
WaitMilliSec: Delay between every retry in milliseconds.
FastExec: Attempt quick execution first earlier than fallback logic.
Show and Debug
Examples: Permit/Disallow Configurations
Guide trades just for chosen symbols:
EA with particular Magic Quantity, block undesirable symbols:
Permit every little thing, however exclude based mostly on remark:
Block handbook trades, permit particular EA:
AllowMNs: 123456
DisallowMNs: 0
Solely permit trades with remark containing “Information”:
Disallowed guidelines take precedence if any conflicts come up.
Superior Eventualities and Use Instances
Prop Agency Compatibility
Use SLType = ATRBased, TPType = SLMultiplier for SL/TP enforcement.
Set DelayTolerance = 3–5 to bypass prop agency commerce copy detection.
One-to-Many Broadcasting
Configure one terminal as Mode = Grasp, with many Slaves sharing the identical MasterID.
Alter every Slave’s lot scaling settings individually.
Multi-Grasp to One Slave
Run a number of Masters, every with a singular MasterID.
Filter trades on the Slave utilizing AllowMNs, AllowComms, or AllowSyms.
Guide Sign Amplifier
Place handbook trades on Grasp.
On Slave: AllowMNs = 0, LotType = LotEquityRatio for auto-scaling.
Hedging by way of Reverse Mode
On Slave, allow CopyReverse = true.
Helpful for mirrored methods or inverse hedging.