MohammedRashad / Crypto-Copy-Trader

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

Remove Single Slave Account #38

Closed codemasterlike closed 3 years ago

codemasterlike commented 3 years ago

Dear, When I click the delete/remove button on Slave Account on browser http://0.0.0.0:5000, it delete/remove all Slave accounts. Do we have option to remove single account only or how to manually do it, please?

Thanks very much.

mokolotron commented 3 years ago

Hello. Currently delete/add actions is not working for accounts. You must add or delete master and slaves in file ./config_files/config.json If you dont have this file then copy file ./config_files/config-sample.json and rename it to config.json ( cp ./config_files/config-sample.json ./config_files/config.json )

codemasterlike commented 3 years ago

Thanks mokolotron