MohammedRashad / Crypto-Copy-Trader

A copy trading tool for cryptocurrencies - Binance Exchange
Apache License 2.0
202 stars 86 forks source link

how to set the ratio for different slave accounts? #25

Closed gzf445 closed 4 years ago

gzf445 commented 4 years ago

how to set the ratio for slave 1 or slave2 accounts? for example,the main account invest 100 usd and the slave 1 1000 and slave2 50. is it only support the same amount on the copy trade for the main accounts?

mokolotron commented 4 years ago

This feature is already enabled. When you create an order on the main account for $ 50, an order of about $ 500 will be created on the slave account 1, and the order will be created on the slave account 2 ~ 25 US dollars.

But be careful if you create small orders. For example, when you create a $ 10 order in the master account, the program will try to create a $ 5 order in the slave2 account, but the minimum order in the BTCUSDT trading pair is $ 10, so you will get an error and this may lead to other unexpected errors.

gzf445 commented 4 years ago

This feature is already enabled. When you create an order on the main account for $ 50, an order of about $ 500 will be created on the slave account 1, and the order will be created on the slave account 2 ~ 25 US dollars.

But be careful if you create small orders. For example, when you create a $ 10 order in the master account, the program will try to create a $ 5 order in the slave2 account, but the minimum order in the BTCUSDT trading pair is $ 10, so you will get an error and this may lead to other unexpected errors.

is it a auto setting base on the balance on different accounts?

mokolotron commented 4 years ago

Yes

On Thu, Aug 6, 2020, 13:35 gzf445 notifications@github.com wrote:

This feature is already enabled. When you create an order on the main account for $ 50, an order of about $ 500 will be created on the slave account 1, and the order will be created on the slave account 2 ~ 25 US dollars.

But be careful if you create small orders. For example, when you create a $ 10 order in the master account, the program will try to create a $ 5 order in the slave2 account, but the minimum order in the BTCUSDT trading pair is $ 10, so you will get an error and this may lead to other unexpected errors.

is it a auto setting base on the balance on different accounts?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MohammedRashad/Crypto-Copy-Trader/issues/25#issuecomment-669850506, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKBV6NUPLE6DZ4C555BRY2TR7KBNNANCNFSM4PWMFZEA .

gzf445 commented 4 years ago

ok.thanks.