Automated Telegram Trading Bot for Bybit Derivatives – SOW

指定

Project Title:

Telegram Trade Bot for Bybit Derivatives Trading

Project Overview:

This project involves the development of an automated bot that will read trading signals from a designated Telegram channel and execute corresponding trades on the Bybit exchange, specifically under the derivatives section (for long and short positions). The bot should integrate seamlessly with both Telegram and Bybit's API to automate the trade execution process.

Scope of Work:

The development will focus on the following areas:

1. Telegram Integration:

  • Objective: Build functionality to monitor and capture trading signals from a Telegram channel.
  • Deliverables:
    • Set up a bot that connects to the designated Telegram channel.
    • Enable real-time reading and parsing of trade signals such as:
      • Signal type: Buy/Long or Sell/Short.
      • Asset pair: e.g., BTC/USDT.
      • Leverage information (if provided).
      • Stop loss, take profit levels (if provided).
    • Ensure that the bot filters and identifies valid trade signals to trigger the necessary trading actions.

2. Bybit API Integration:

  • Objective: Integrate the bot with Bybit’s API to automate trades based on the signals from Telegram.
  • Deliverables:
    • Authentication and setup with Bybit using API Keys.
    • Program to send long/short trade orders (buy/sell) under the derivatives section of Bybit.
    • Configure leverage (if mentioned in the signal).
    • Implement functionality to set stop-loss and take-profit levels (if provided).
    • Retrieve real-time trade execution status and handle potential errors or rejections from the exchange.

3. Trade Execution Logic:

  • Objective: Define the logic for parsing the trade tips and executing corresponding trades.
  • Deliverables:
    • Develop algorithms to parse text messages from the Telegram channel. For example:
      • If the message contains "BTC/USDT Long 10x" → Bot executes a long position on BTC/USDT with 10x leverage.
      • If the message says "Take profit at 30,000" → Bot sets the take profit level to 30,000 USDT.
    • Implement logic for executing market orders, limit orders, and canceling existing positions (if necessary).
    • Incorporate error handling for invalid signals or missing information.

4. Security & Authentication:

  • Objective: Ensure that all communication between the bot, Telegram, and Bybit is secure and encrypted.
  • Deliverables:
    • Use API Key authentication for secure communication with Bybit’s trading platform.
    • Implement access controls for Telegram monitoring (e.g., the bot only reads from pre-approved channels).
    • Log all bot activities (e.g., signals read, trades executed) to track performance and resolve issues.

5. User Interface (Optional):

  • Objective: Provide a simple interface (CLI or web-based) for configuring the bot and monitoring trades.
  • Deliverables:
    • Allow the user to configure settings such as:
      • Telegram channel link.
      • Bybit API key and secret.
      • Trading pairs and default leverage.
    • Display trade history, active positions, and performance metrics.

6. Testing & Validation:

  • Objective: Ensure the bot functions reliably under real-world conditions.
  • Deliverables:
    • Conduct tests in a Bybit Testnet environment to validate the bot’s ability to:
      • Parse Telegram signals.
      • Execute corresponding trades.
      • Handle errors (invalid signals, API issues).
    • Perform load testing to ensure the bot can handle high-frequency signals without lag.

7. Deployment & Support:

  • Objective: Deploy the bot in a live environment and provide post-launch support.
  • Deliverables:
    • Deploy the bot in the desired environment (e.g., cloud server or local server).
    • Provide documentation covering installation, configuration, and operation.
    • Offer 30 days of post-deployment support to fix bugs and ensure the bot runs smoothly in the live environment.

応答済み

1
開発者 1
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
2
開発者 2
評価
(31)
プロジェクト
35
46%
仲裁
0
期限切れ
0
パブリッシュした人: 3 codes
3
開発者 3
評価
(7)
プロジェクト
13
15%
仲裁
13
23% / 46%
期限切れ
3
23%
パブリッシュした人: 24 articles
4
開発者 4
評価
(14)
プロジェクト
19
11%
仲裁
1
0% / 100%
期限切れ
5
26%
5
開発者 5
評価
(297)
プロジェクト
476
40%
仲裁
105
40% / 24%
期限切れ
81
17%
取り込み中
パブリッシュした人: 2 codes
類似した注文
A simple EA based on candle high and low breakout. This EA will be super fast because it will be programed to use market order to trade the high price or low price of the candle.No Normally, it should use pending order but I don't want broker's slippage or broker recording my deleted pending orders because I may use order cancel order or order being deleted after my specified or expired time. I will show more details
I am currently manual testing an additional indicator but, I have a few(3) paid(licensed) indicators that I use to trade with. I use one as a primary signal and the other 2 as confluence for entries. I want to backtest them together in order to have an auto/semi-auto data backed system. Would you be able to assist with this? Im am planning on fully engaging this project in 1-2 weeks from now. My indicators are on
OFFICIAL MQL5 SOFTWARE REQUIREMENTS SPECIFICATION (SRS) Project Name: "Quantum-Shield 2.0" Institutional EA Platform: MetaTrader 5 (MT5) Execution Logic: Fully Automated Instrument: GER40 (DAX) Timeframe: 10 Minutes 1. ARCHITECTURAL MANDATE The Expert Advisor must be a monolithic, high-performance C++ based MQL5 application. No DLLs, no external python bridges. The logic must be entirely self-contained. 2. SIGNAL
Hi All, I am looking for an EA which I have attached the video of. It places a buy stop and sell stop with 250 pips above and below current price for every minute with SL as 300 pips and TP as 500 pips. If any of of them triggers in the minute other will be cancelled, it will not place any pending orders till either of SL or TP is hit and places new set of pending orders the very next minute of SL or TP hit minute
Okay so basically this is a repair job of a strategy I hired a guy to do that doesn't quite workas I intended it to but is very close. So should be fairly simple to fix . I have enclosed a video file. Its important to understand that the take profit and stop loss were added by the guy who coded it but arent central to the strategy. The main thing is that the system must reference the prior bar and sell when the ow is
Specification I need a mt5 Expert advisor EA to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1 % on forex pairs and up to 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs
I trade ES futures on the Ninja trader platform. I recently came across an indicator and wanted to check with you if you can build a similar indicator that works on Orenko or Ninja renko charts, and also combines support and resistance untouched. Below is the indicator, which will tell you market chop and to avoid. I want to include a support and
I have an existing TradingView Pine Script. I will provide the Pine Script source code after agreement. Goal: Convert the logic into MT5 (MQL5) and build an EA. Phase 1: Create MT5 indicator that matches TradingView signals (M15 only) Phase 2: Build EA with strict execution rules: max 4 trades total one trade per symbol gold lot limit (max 0.02 total) reversal logic (close then open opposite) no re-entry after manual
Requirements 1.Robot for Entry and Exit rules as per my indicators. 2.Back testing which can work on all time frames. 3.A system which i can modify later on as well according to my studies
I have been working on an EA that is based on Ichimoku cloud and SMC internal blocks for stop loss. ENTRY BUGS: 1. I have entries issues with the chenkou and price action. It is entering trades when chenkou is poking through the kumo. This shouldn't happen. There should be a candle close with chenkou above kumo or below. 2. Another entry issue with other criteria for tenkan and price action also these entries are

プロジェクト情報

予算
30 - 60 USD