Spezifikation
Hello,
I’m looking for a developer (Python, Node.js, C++, or another language) with experience working with crypto exchange APIs (e.g., Binance, MEXC, Bybit) who can build a trading bot with a non-typical grid strategy.
I do not want a classic grid bot where:
• you buy below → sell above (long grid), or
• you sell above → buy below (short grid).
My desired model works differently:
🔵 What I Want
I want a bot that:
1) Opens LONG positions on higher grids (breakout long)
• When the price rises and crosses a certain grid → the bot opens a long.
• When the price continues to RISE and reaches the next grid → the bot closes that long (takes profit).
(So: buy high, sell even higher – a “momentum continuation” logic.)
2) Opens SHORT positions on lower grids (breakout short)
• When the price drops and crosses a lower grid → the bot opens a short.
• When the price continues to FALL to the next grid → the bot closes that short (profit).
(So: sell low, buy back even lower – again “momentum continuation.”)
🔵 What the Bot Must Not Be
• Not a classic mean-reversion grid bot.
• It must not buy lower and sell higher.
• It must not sell higher and buy lower.
The bot must operate with trend-following / breakout logic using multiple consecutive positions.
🔵 Features I Want
• ability to choose the exchange (ideally MEXC Futures)
• API key integration
• settings for:
-
price range
-
spacing between grids
-
leverage
-
position size per grid seperated long and short
-
stop-loss and take-profit options
-
max number of open positions
• stop bot function with immediate closing of all positions