FTMO 100k Challenge Slave #1
.
tcp://127.0.0.1:51124
.
If you intend to copy from a master account that is located in different a system/VPS, you should use the IP address of the master account in this field.
Else, if you are copying from a master account that is located in the same system/VPS, you can use the default value.
_x
. That way, whenever your slave account receives instructions from the master account, the copied symbols will be added with the suffixes.
DJ30.cash=US30|0.1;SpotCrude=WTI|10;BTCUSDT=BTCUSD;
In the above example, we can see that there are 3 aliases with 2 custom lot multipliers, they are:
In the above example, the DJ30.cash symbol in the master account will be mapped to the US30 symbol in the slave account, and it will use 0.1 lot multiplier.
SpotCrude symbol in the master account will be mapped to the WTI symbol in the slave account and it will use 10 lot multiplier.
BTCUSDT symbol in the master account will be mapped to BTCUSD symbol in the slave account and it will use the universal lot multiplier instead because it’s not assigned with a custom individual lot multiplier rule.
Any other symbols that aren’t mapped in this field will use the calculation in volume sizing parameter instead.
+BTCUSD;+ETHUSD;
In the above example, we can see that BTCUSD and ETHUSD is in the whitelist, which means any symbols other than BTCUSD and ETHUSD will not be copied.
Now let’s change the values: -DJ30;-USDJPY;
In the second example above, DJ30 and USDJPY is in the blacklist, so any symbols other than DJ30 and USDJPY will be copied.
We can also combine the blacklist and the whitelist, like so: +BTCUSD;+ETHUSD;-DJ30;-USDJPY;
This means that BTCUSD and ETHUSD will be copied, while DJ30 and USDJPY and other pairs outside of whitelist will not be copied.
+111111;+222222;-333333;-444444;
In the above example, magic number 111111 and 222222 will be copied, while 333333 and 444444 will not be copied.
If there are no magic numbers in the whitelist, then all trades will be copied.