CCXT Copy trading crypto exchange script
Budget: $30 – $250 USD
Hello! i need a simple script for copy trading trades from one account to other one using CCXT python library.
There is a watchOrder method on ccxtpro that we will use for listening for orders, and then after new order received calculate the amount for the copier and make the same type of order with same params, just modifing the amount depending on the total copier portfolio value.
I have the base script, the script that i have already:
listens for orders
when new order received, send it to the create order function (you need to make this function work correctly)
You need to have well understanding of the futures and spot crypto market, have experience on trading bots and if you have already used CCXT you are perfect for this task.
- Should support al type of orders:
1. Limit Order
2. Market Order
3. Stop-Limit Order
4. Stop Market order
5. Trailing Stop Order
6. Post Only Order
7. Limit TP/SL Order (Strategy Order)
Spot and Futures market.
Python
There is a watchOrder method on ccxtpro that we will use for listening for orders, and then after new order received calculate the amount for the copier and make the same type of order with same params, just modifing the amount depending on the total copier portfolio value.
I have the base script, the script that i have already:
listens for orders
when new order received, send it to the create order function (you need to make this function work correctly)
You need to have well understanding of the futures and spot crypto market, have experience on trading bots and if you have already used CCXT you are perfect for this task.
- Should support al type of orders:
1. Limit Order
2. Market Order
3. Stop-Limit Order
4. Stop Market order
5. Trailing Stop Order
6. Post Only Order
7. Limit TP/SL Order (Strategy Order)
Spot and Futures market.
Python