• Projects 32
  • Rating 5.0
  • Rating 23 568

Budget: 200 USD Deadline: 5 days

Hello.

The task is clear and technically well described — that's a plus. I have good experience with Python bots, working with APIs, WebSocket / REST, event monitoring logic, state storage in databases, and building scenarios where it is important not just to "get data," but to correctly track the chain of conditions and not break the logic in edge cases.

According to your specifications, I can implement the bot carefully and structurally:

— filtering all USDT futures on Bybit by turnover24h
— finding and saving all lower 3-candle fractals
— storing fractal statuses in SQLite without duplicates
— real-time monitoring of fractal removals via WebSocket

  • Projects -
  • Rating -
  • Rating 596

Budget: 200 USD Deadline: 1 day

✋ Hello! We are the IT company dZENcode.

We can create a bot for this strategy and Telegram notifications for you.

Do you need one mode or support for both?
Where is it more convenient to store and clean the database?

You can find detailed information about our services and rates on our website: Freelancehunt
Take a look – we will discuss the details of the work further, write when you are ready.

Сервис аренды автомобилей
  • Projects 4
  • Rating 5.0
  • Rating 801

Budget: 850 USD Deadline: 7 days

Hello.

I have reviewed the technical specifications. Here, we need not just a scanner for Bybit, but an event-driven strategy with a clear state machine: searching for fractals on a higher timeframe, instant tracking of their removal through tick data, then searching for bullish FVG on a lower timeframe and controlling all cancellation conditions before sending the signal.

From a technical point of view, it is important to separately distinguish:
- REST for historical candlestick data and initial scanning
- WebSocket for the moment of level removal
- storage for fractal states and anti-duplicates
- scheduler for two operating modes
- Telegram as the signal channel

  • Projects 34
  • Rating 5.0
  • Rating 6 301

Budget: 25 USD Deadline: 7 days

Good day, I specialize in the development of bots and automation of actions in the browser. In the history of completed projects, there are successful cases involving complex trading terminals and arbitrage systems on Bybit and Binance.

  • Projects 14
  • Rating 5.0
  • Rating 7 750

Budget: 500 USD Deadline: 3 days

Hello, Albert! I am Nina, the manager of the developer engineer Valentin.

Your technical specification is a model of clarity. We understand that determinism (no randomness in defining levels) and the speed of response to liquidity removal are critically important in this strategy.

Why choose Valentin:
Valentin works using AI-augmented development methodology. This allows us to design and test complex algorithms (like your order cancellation system and sweep_low monitoring) three times faster while maintaining industrial code quality.

How we will implement the bot:

Reliable Database: We use SQLite optimized for concurrent writing (WAL) so that monitoring 100+ pairs does not block the database.

  • Projects -
  • Rating -
  • Rating 1 682

Budget: 700 USD Deadline: 10 days

Hello, Albert!

The technical specification is detailed and has a clear state machine — it's a pleasure to work with. Regarding the implementation:

— Fractal search (fractal_tf): an asynchronous scanner for USDT futures with a filter of turnover24h ≥ 150,000, requesting 1,000 candles, detecting three-candle lower fractals, deduplication by (symbol, level, date) before writing to SQLite with the status active.

— Monitoring: WebSocket for tickers for the removal event (by Low). State active → waiting_for_fvg → lost/confirmed. Separate REST polling on fvg_tf candles to search for bullish FVG.

— Cancellation condition No. 1 — live through the same WebSocket, detect a new lower fractal below the current one → reset to lost.

  • Projects -
  • Rating -
  • Rating 121

Budget: 200 USD Deadline: 1 day

Good day. I am ready to complete this project and have extensive experience in developing various applications.

  • Projects -
  • Rating -
  • Rating 888

Budget: 400 USD Deadline: 7 days

Hello. The technical specification is excellent, everything is extremely clear. I am ready to take on the implementation. I am ready to get to work.

I specialize in Python backend and crypto bots. To ensure the bot maintains a stable data flow for 100+ coins, I will incorporate the following solutions into the architecture:

I will make everything asynchronous: I will use asyncio and aiosqlite. This means that requests via WebSocket and REST API will not interfere with each other.

I will optimize the database setup: I will enable WAL mode in SQLite. The fractals that are constantly used will be stored in memory to prevent the database from blocking when there are many ticks.

I will ensure the system is fault-tolerant: the WebSocket will automatically reconnect thanks to the pybit library. I will isolate exceptions - a failure with one coin will not stop the entire monitoring.

  • Projects 11
  • Rating -
  • Rating 1 094

Budget: 300 USD Deadline: 7 days

Good day!
I have experience in developing software for monitoring any data from the ByBit exchange.
Your approach is clear to me; I have a couple of ready-made search functions that will suit your project.
If I understand correctly, we are talking about covering the imbalance.
I have many ideas for implementing multithreading for the software; write to me, and we will discuss the details and get started!
Sincerely, Andrey!

  • Projects 74
  • Rating 5.0
  • Rating 6 026

Budget: 400 USD Deadline: 10 days

Good day. I have real experience in developing trading algorithmic bots. I am ready to complete your project. Write to me, we will discuss. I will be glad to cooperate.

  • Projects 11
  • Rating 5.0
  • Rating 1 773

Budget: 21732 USD Deadline: 5 days

Hello! We are the SDEV team — developers and engineers with experience in implementing complex bots and systems in Python. Your project requires integration with the Bybit API, processing candlestick data, monitoring fractals and FVG, as well as sending notifications to Telegram.

Our implementation includes:
- Analysis of USDT futures with a volume filter (≥150,000 USDT)
- Searching for three-candle fractals on D1/1W, tracking their removal
- Dynamic search for bullish FVG on H4/D1
- Working with WebSocket and REST API Bybit
- Logging actions and handling exceptions
- Storing data in SQLite with cleaning of old records

  • Projects 53
  • Rating 4.7
  • Rating 6 071

Budget: 500 USD Deadline: 5 days

Good day. I have extensive experience working with all popular cryptocurrency exchanges, including Bybit. I have completed a similar project for BingX and Biconomy. I am ready to implement your project after discussing the details in private messages.

  • Projects -
  • Rating -
  • Rating 179

Budget: 1100 USD Deadline: 7 days

Good morning,

Regarding your order for creating a bot - please respond :)

The timeline and project estimate provided here are only preliminary - after receiving detailed information in your response - I will prepare my exact proposal for you with technical assumptions - and an estimate in the form of a PDF file.

----------------

Best regards,

  • Projects -
  • Rating -
  • Rating 475

Budget: 704 USD Deadline: 7 days

ready to help you out

will share prevoius work in chat to make sure we are match

--------------------------------------------------------

  • Projects 20
  • Rating -
  • Rating 2 116

Budget: 550 USD Deadline: 17 days

Good day!

I have studied the technical specifications in detail - it is very well written, all states and transitions are clearly described, without ambiguities. It is pleasant to work with such specifications.

I have experience in developing trading bots in Python: working with exchange APIs (REST + WebSocket), real-time monitoring, candlestick patterns, Telegram notifications, SQLite.

I am ready to take on the project. Regarding the timeline - approximately 5-7 working days.

  • Projects 11
  • Rating 5.0
  • Rating 2 881

Budget: 600 USD Deadline: 7 days

Good day!
I am engaged in the development of signal bots.
I develop in Python.
I have completed more than one similar project.
I will do it quickly, efficiently, and most importantly, turn-key.
Write to me - we will discuss.

  • Projects -
  • Rating -
  • Rating 663

Budget: 25 USD Deadline: 1 day

Hello! We are the NovaCore Solutions team. We have significant experience in developing robust real-time systems and trading bots, so we will implement your algorithm with fractals and FVG with special attention to the accuracy of WebSocket data and the stability of the SQLite database. We will ensure correct processing of fractal states (active/waiting/lost), set up clear cancellation logic for sweep_low and filtering by volume, guaranteeing the absence of duplicates and reliable logging of each step. We are ready to turn your technical specifications into a clean working implementation and discuss the final details in private messages.

This is the design of the Ton Galaxy mobile pixel game with TON
  • Projects 5
  • Rating 4.1
  • Rating 258

Budget: 1374 USD Deadline: 14 days

Hello, Albert!

I have read the technical specification carefully, the stack (Python + pybit + WebSocket + SQLite + Telegram) is my profile. A few clarifying questions:
1. Condition for cancellation #1 (new lower fractal) — is it checked in real-time via WebSocket or at the closing of the candles fractal_tf?
2. sweep_low is fixed after the closing of the candle fractal_tf — until the closing, condition for cancellation #2 is not active, correct?
3. If the fractal has several bullish FVG during the waiting period — notification only on the first + status sent?

I propose 3 milestones:
M1 — Base (3-4 days, $400)
Setup, config, logging, Bybit API, turnover filter, SQLite schema, search for three-candle fractals with deduplication. Working prototype — it can be checked that the fractals are found correctly on real data.

  • Projects 10
  • Rating 5.0
  • Rating 2 260

Budget: 500 USD Deadline: 5 days

Hello, Albert! I already have a working bot for parsing Bybit/Binance with similar logic, I can modify it for your request, write to me to discuss the details, I will be happy to collaborate on your project!

  • Projects -
  • Rating -
  • Rating 417

Budget: 498 USD Deadline: 6 days

I am ready to take on the implementation of a bot for Bybit according to your specifications: lower three-candle fractals on a higher timeframe, tick removal, searching for bullish FVG on a lower timeframe, filtering by turnover24h, modes D1+H4 and 1W+D1, SQLite, Telegram, and scheduling in UTC. The public API for market data is available; I will do it in Python with logging and in such a way that an error on one pair does not stop the entire monitoring. I can start after agreeing on config.json and acceptance criteria.

  • Projects 9
  • Rating 5.0
  • Rating 573

Budget: 800 USD Deadline: 7 days

Write in private messages, I will write a trading bot for you and set it up on 24/7 hosting.

  • Projects -
  • Rating -
  • Rating 277

Budget: 1000 USD Deadline: 10 days

Good day. I have been trying to gather similar trading algorithms for MEXC, I understand the specifics.

The main difficulty here is not to get banned due to rate limits while scanning hundreds of coins and to properly handle WebSocket disconnections so that the fractal statuses do not drop during a breakout.

I suggest breaking it down into stages; for now, I propose the following, then I will consult with AI, maybe it will come up with something better:

REST API and Database: coin filter, fractal search on history, recording without duplicates — 2 days / $200.

WebSocket: instant withdrawal by tick, fixation of lows, status changes — 3 days / $350.

  • Projects 35
  • Rating 5.0
  • Rating 1 315

Budget: 800 USD Deadline: 3 days

Hello. I will do everything according to the specifications, but in PHP. I have experience in developing similar bots, as well as in searching for fractals. Feel free to contact me.

  • Projects 13
  • Rating 5.0
  • Rating 5 721

Budget: 1500 USD Deadline: 5 days

Hello.

I have reviewed the technical specifications - the task is completely clear, including the logic of fractals, their life cycle, and the scenario with FVG after removal. This is not just a "scanner," but a full-fledged state machine with events and cancellation conditions - exactly the type of systems I work with.

What I will do for implementation:

1. Architecture

I will divide the system into modules:
MarketData (Bybit REST + WebSocket)

Proposals concealed

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Cryptocurrency & Blockchain

6 July
3 July