Trading bot for Polymarket
Hello, the task:
Develop a bot that trades on the Polymarket platform using data from the 15-minute chart of cryptocurrencies (BTC, ETH, SOL, XRP).
The bot should automatically enter a trade 30–60 seconds before the closing of the 15-minute candle if the odds at that moment are 99 (0.99 probability) or higher. Every 1–3 seconds, the bot should: Get:
• the current odds of the selected market,
• the time until the market closes,
2. Analyze the remaining time:
• if there is ≥1 min 10 sec left — just monitoring.
• if there are 60 to 30 seconds left until closing:
• check the odds.
Entry conditions for the trade
The bot should open a trade if the following conditions are met simultaneously:
• There are 30–60 seconds left until the market closes
• The odds are greater than or equal to 99 (0.99 / 99%)
• There is no current active position from the bot in the market (protection against re-entry)
2.2.3. Type of trade
• BUY (“Up” or “Down”)
• The size of the trade is set by the user — for example:
• fixed amount (in USD)
Also, if it is possible to create a Telegram bot with notifications:
• entry into the trade,
• result,
-
7 days250 USD
217 7 days250 USDHello!
I have reviewed your technical specifications — I understand that this is not about a regular "classic" bot, but specifically about an algorithmic trader for Polymarket with a strict adherence to the timing of 15-minute candles for BTC/ETH/SOL/XRP and working with probabilities (odds).
Briefly, how I see the implementation:
- Connection to the Polymarket API (orderbook/markets) to obtain current odds and the time until the closure of a specific market.
- A separate module that takes data from the 15-minute chart for the selected coins (BTC, ETH, SOL, XRP) through a cryptocurrency exchange/price-feed and synchronizes it with the expiration time of the market on Polymarket.
- A cycle with a frequency of 1–3 seconds:
- we get the current odds,
- calculate the remaining time until closure,
- until 1:10 — just monitoring,
… - in the window of 60–30 seconds, the bot checks that odds ≥ 0.99 and that there is no active position from the bot for this market,
- if conditions are met — a one-time BUY entry with a fixed amount (in USD), without repeated follow-ups and duplicates.
- Protection against repeated entry: accounting for active positions in the database/storage (so that even after restarting the process, the bot does not buy excess).
- Processing the result after the market closes: recording WIN/LOSS, PnL, basic statistics.
At the same time, I can create a Telegram bot/notifications:
- moment of entry into the trade (market, coin, odds, amount, time until closure),
- result upon market completion (WIN/LOSS, PnL, balance/statistics),
- if necessary — alerts about errors (API, connection, limits).
I will make the architecture modular: a separate Polymarket connector, a timing/entry logic module, a position manager, and a Telegram notifier, so that later it can be easily expanded or new markets can be connected.
I am ready to discuss the details in private messages: which specific markets to use, what limits on risk and trade amount, whether extended statistics and a settings panel are needed. After a more detailed discussion of the technical specifications, I will propose a specific budget and timeline to fix everything by stages.
-
14 days1300 USD
310 2 1 14 days1300 USDHello!
My name is Semen, I am the manager of the company Wanord. We develop trading bots for exchanges, crypto platforms, and prediction markets (including working with candle timings, odds, and strict entry conditions).
📌 What is needed:
A bot that trades on Polymarket based on 15-minute candles for BTC/ETH/SOL/XRP, which enters a trade 30–60 seconds before the candle closes if odds ≥ 99%, without re-entering the same market, with the ability to set a fixed position size and receive notifications in Telegram.
🔧 What we will do:
— Integrate with the Polymarket API: obtaining odds, time until market closure, position statuses.
… — Implement a polling cycle (every 1–3 seconds) with the logic:
• ≥ 1:10 until closure — only monitoring,
• 60–30 seconds — checking odds and entry conditions.
— Add protection against re-entry: check that there is no active position from the bot in the market.
— Implement the logic for opening trades (BUY Up/Down) with a fixed size in USD, set in the config or through the interface.
— Create a simple panel/config (parameters: markets, trade size, polling frequency, odds threshold, bot on/off).
— Connect a Telegram bot for notifications: entering a trade, results, errors, technical messages.
— Set up logging and error handling to ensure the bot operates stably 24/7.
💼 We have experience:
crypto bots (spot/derivatives), working with market and limit orders, integration with exchange APIs, risk management, Telegram interfaces for control and monitoring.
💰 Budget: from $900 to $1300
⏱️ Timeline: 10–14 days for a working prototype + adjustments based on your comments.
Payment in stages: architecture → basic bot → Telegram integration → final testing.
Ready to discuss details (specific markets, implementation language, hosting) and offer the optimal solution for your tasks.
-
7 days300 USD
1098 5 0 7 days300 USDHello, I am ready to take on the work.
I will do it in node js.
Price 300$.
Write to me, I will be happy to collaborate.
-
5 days600 USD
2863 23 1 3 5 days600 USDHello! I am ready to develop a trading bot for Polymarket with automatic entry into trades based on 15-minute candles and real-time odds checking. I will implement precise monitoring logic: obtaining current odds, determining the remaining time until market closure, simple observation mode (>1 min 10 sec), and active control of odds in the last 60–30 seconds. The bot will open a trade only when all conditions are met — odds ≥ 99 (0.99), no active position, and correct time until closure.
I will set up the selection of trade type (Up/Down), fixed amount, safe protection against re-entry, and handling of Polymarket API errors. If necessary, I will integrate Telegram notifications: entry into trade, status, result, and diagnostics. I will ensure stable operation, logging, and the possibility of further strategy expansion. I am ready to start immediately.
-
1 day100 USD
172 1 1 1 day100 USDHello! I am ready to complete this project and have extensive experience in developing various applications.
-
4 days350 USD
3628 10 0 4 days350 USDHello!
I have been actively using Polymarket for over a year and have a good understanding of the logic of betting, odds, and timing. I hope, like you, for a generous airdrop 😉
The project is interesting, especially considering the nuances with the timing of 15-minute candles and filtering by odds ≥99. All of this is feasible, including:
1–3 seconds polling of odds and time;
market entry control;
Telegram notifications (entry and result).
…
You will not waste time explaining to me how the platform works — I am already inside the ecosystem and am perfectly suited for such a task.
💰 I propose a price: $300–450, depending on the degree of refinement of the Telegram bot.
I am ready to discuss the details immediately and get started!
-
5 days600 USD
6195 53 4 5 days600 USDGood day. I have experience working with Polymarket. I am ready to implement your bot after discussing the details.
-
7 days500 USD
4097 5 1 7 days500 USDHello, Nikita! Thank you for sharing the details.
This is a clear, automatable trading rule, and the 15-minute candle/timer + edge of chances can be reliably coded thanks to a reliable polling level and protection.
I am confidently creating a full-fledged bot (polling market data, execution protection, position status, and notifications in Telegram) so that it works automatically and prevents duplicate entries.
A few things that distinguish my work.
I develop fault-tolerant polling/queue systems that withstand API rate limits, implement idempotent order logic to prevent duplicate entries, and provide clear logs and notifications so that you are always aware of the bot's actions. My approach is pragmatic.
I assist with clean architecture, can implement production-level monitoring, and strive for safe, verifiable trading processes.
I would like to discuss this with you in more detail.
… Thank you.
Best regards,
Vladislav G.
-
4 days40 USD
117 4 days40 USDHello.
I have experience in developing trading bots and working with crypto APIs. I can create a bot for Polymarket with your trading entry algorithm and add a Telegram bot with notifications. I am ready to complete the task.
-
5 days1200 USD
1328 35 1 5 days1200 USDHello. I have written many similar bots. I write in PHP. I can show an example of how it will look. Feel free to contact me.
-
5 days1000 USD
1182 8 1 5 days1000 USDHello, Nikita
We can complete it within the deadlines and budget.
Thank you for the detailed technical specification.
Please write before starting the work.
-
7 days1500 USD
5556 12 0 7 days1500 USDHello, I recently worked with Polymarket for a bot that places outcomes of value bets on sports events through the BetGenius scout service. I can complete your project without any problems in a minimal timeframe as I am 100% familiar with Polymarket and know all its nuances. I also have experience working with all popular cryptocurrency exchanges with the need to obtain the coin's rate as quickly as possible and analyze data on the coin as fast as possible. If you are interested in quality project execution - write to me.
-
deleted by moderator
-
Для определения сроков и окончательной стоимости отвесть тут или в личные на эти вопросы
1. Где и как запускать бота
Вы хотите, чтобы бот работал на вашем сервере/хостинге, или проще, чтобы я сам развернул и передал вам доступ?
2. Как вы хотите управлять ботом
Вам нужен простой веб-интерфейс, чтобы видеть текущие сделки, состояние бота и его логи?
Нужны ли в интерфейсе базовые настройки — например, выбор рынка или размера сделки?
3. Работа с Polymarket
У вас уже есть доступ и API-ключи Polymarket, или нужно помочь их получить и подключить?
Нужно ли отслеживать только BTC/ETH/SOL/XRP, или хотите иметь возможность расширять список рынков?
4. Логика работы
Если бот видит коэффициент 0.99, но ликвидности мало — как он должен поступать: входить минимальным объёмом или пропускать?
Если коэффициент резко просел в момент входа — вход отменяем или всё равно выполняем сделку?
5. Размеры сделок и ограничения
Какой размер сделки вы хотите использовать по умолчанию?
Нужен ли дневной лимит по количеству сделок?
6. Телеграм-бот
Хотите Телеграм-бота с уведомлениями о входах и результатах каждой сделки?
Нужны ли дополнительные уведомления — например, ошибки, пауза работы или информация о выбранных рынках?
7. История и статистика
Хотите, чтобы система хранила историю всех сделок, чтобы вы могли потом анализировать результаты?
Нужен ли отдельный раздел/страница со статистикой (процент успешных сделок, график доходности и т.п.)?
8. Дальнейшая работа
Хотите ли вы в дальнейшем расширять функционал бота или он нужен в фиксированном виде?
Нужна ли вам поддержка после запуска — мелкие правки, улучшения, оптимизация?
-
Current freelance projects in the category Bot Development
Automation setup: Form on the website → WhatsApp bot → CRM (Make + WATI)Project Description: There is a transportation company website. Clients submit requests through a form on the site — the form is sent to email. We need to set up the following automation:Stage 1 — Form → WhatsApp — When a new request comes to the email from the website, the… Web Programming, Bot Development ∙ 11 hours 37 minutes back ∙ 20 proposals |
Telegram chatbot for a closed club
22 USD
Good day! I need to set up a bot for Telegram. Task: selling access to a closed channel. The bot should accept payments and after successful payment, issue a one-time invitation link. It is also necessary to set up automatic removal of a participant from the channel when their… Bot Development ∙ 2 days 22 hours back ∙ 91 proposals |
Mini apps Telegram. StoreGood afternoon An application is required in Telegram (online store) Example - essentially 1 to 1 like here brandspacebot Your experience is important, the stack you propose to use and why Price and timeframe approximately to start, I will be waiting for questions Web Programming, Bot Development ∙ 3 days back ∙ 89 proposals |
Bots"I am looking for a programmer to create a turnkey Telegram bot. The bot should be an intelligent conversationalist based on AI (Gemini or ChatGPT), helping people on any topic and in any language. Payment (Monobank or LiqPay) for subscription needs to be integrated as well. I… Bot Development ∙ 3 days 9 hours back ∙ 61 proposals |
Creation of a multifunctional bot in Telegram
22 USD
(I will provide all materials in private messages) Here is a detailed project description: After pressing the button /start The bot sends a text with rules and terms of use (under the text, the button ‘acknowledged’) After pressing the button, the next message is… Python, Bot Development ∙ 3 days 13 hours back ∙ 95 proposals |