Build me Crypto future Auto Trading bot (pair trading/dual direction trading)

Job ID: 38666790

Budget: $750 – $1,500 USD

Here is the coin trading program introduction:
https://www.notion.so/How-to-use-the-program-0556807fa05d4b9984e41a6eccb11c0e




Key Features:
- Customizable Trading Strategies: The program should enable me to implement and customize strategies according to market behavior.
- Specific Strategies: I want to use 'averaging down' and 'averaging up' strategies.

Ideal Skills and Experience:
- Proficiency in programming and software development, particularly with trading bots.
- Prior experience with Bybit API is a must.
- Strong understanding of cryptocurrency trading and market trends.
- Ability to create a user-friendly interface for strategy customization.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
i want to make a coin future auto trading program which integrate to bybit or binance api. It needs to run 24h automatically (we can use window hosting computer like vultr) logic explanation: 1. A coin long, B coin short -> order at the same time, if I set <take profit> at 10%: it means the program automatically close position when A coin +30% profit, B coin -20% profit (or A coin -20%profit, B coin +30%=10% difference) 2. it also has DCA strategy that when the price goes down each coin can add size with averaging down.

3. Piramiding strategy(averaging up) and I want to let more than 10000 people use our program. If one user wants to use our program he or she can login to the website then it appears the person's own program (which the administrator needs to add a vultr window computer for this person)

Actual trading program <-> web server <-> user

This It is a structure

When a user requests something on a web page (e.g. adding a group, etc.), it is sent to the web server DB
The actual trading program is executed after checking if there is a new request from the user on the web server

On the other hand, the current trading situation is cyclical. This is a method where the trading program sends data to the web server for updating, and when the user logs in or refreshes the web page, the latest data is displayed.