filename: This parameter specifies the name of the CSV file that will be used to store the trade data. The default value is "TradeCopy".
LotCoeff: This parameter determines the percentage of the source trade volume that should be copied to the destination account. The default value is 0.1, meaning that 10% of the source trade volume will be copied.
ForceLot: This parameter allows the user to force a specific lot size for all copied trades. If set to 0, this feature is disabled.
MicroLotBalance: This parameter is used to specify the account balance below which micro-lots will be used for copied trades. If set to 0, regular lots will be used.
delay: This parameter specifies the delay in milliseconds between each iteration of the main loop. The default value is 500.
PipsTolerance: This parameter determines the maximum allowable difference in pips between the source and destination trade prices. The default value is 5.
magic: This parameter is used to filter the trades that will be copied. Only trades with the specified magic number will be copied. The default value is 195057.
Prefix and Suffix: These parameters are used to add a prefix and/or suffix to the symbol names when trading on different servers or with different brokers.
CopyDelayedTrades: This parameter is used to determine whether trades that have already been closed on the source account will be copied. The default value is false, meaning that only open trades will be copied.
IgnoreSLTP: This parameter is used to ignore the stop loss and take profit levels of the source trades. If set to true, the stop loss and take profit levels of the destination trades will not be modified. The default value is false.