Job description
Hi,
I need a bot that will issue orders for me on the Mexc exchange on the ETH-USDT pair.
At the beginning, the bot should ask me about the price of ETH we are targeting and the amount of ETH.
As an example. I give it a price of $4000 - 1 ETH. At this point, the bot should issue a stop-limit order, which when the ETH price is $4000 will offer $3999.99. After completing this order, it should immediately issue a stop-limit sale bid, when the price is $4000 it will demand $4000.01.
That is, when bidding to buy we subtract 1 cent from our price we give it at the beginning, when bidding to sell we add one cent. The bot should run like this over and over again buy/sell until I stop it - then it should cancel all active orders.