Mt5 Follow Mt5 Receiver
支持比例单量跟单
参数说明:
senderAccount:需要跟单的mt4/mt5帐号
sender_end: 发射端货币对不是标准时使用,比如发射端的货币对是EURUSDm时,这里需要填入m
receive_end: 接收端货币对不是标准时使用,比如 接收端的货币对是EURUSDm时,这里需要填入m
follow: 控制倍数跟单还是固定跟单,当值为1时是倍数跟单,后面的参数followTimes生效,当值为0时,后面的参数 fixed_number_of_hands生效
followTimes: 跟单倍数,默认是 1
fixed_number_of_hands: 固定跟单手数,当follow=0时生效
frequency:跟单频率,单位为秒,默认2秒执行检查一次跟单,本跟单接收端采用定时器跟单,可以调整,比如改成3,就是每三秒检查一次,改成4就是每4秒检查一次,可以自由更改。周六,周日会自动停止。
summerTime: 夏令时,如果是夏令时改为true,默认就是true,如果是冬令时,改成false
注意:需要配合发射端,才能正常工作。
mt5发射端:https://www.mql5.com/zh/market/product/73192
mt4发射端: https://www.mql5.com/zh/market/product/74025
Efficient product, I am satisfied thank you ! One improvement would be to take into account the balances and leverages in the "follow_times" parameter, or to have a separate option to use the ratios of balances and leverages.