
In Progress
Posted
Paid on delivery
I need a fully automated solution that links my Pocket Option account to Telegram, executes binary option trades, and lets me manage everything from chat commands. The core logic must blend trend-following with scalping, so the bot should read the current market direction, enter at optimal pull-backs, and close positions within the shortest profitable window.{3m-to 1 hour trades} Key functions I expect • Direct, real-time trade execution on Pocket Option (binary options only). • Customisable strategy controls—indicator settings, stake size, expiry time, optional martingale multiplier, risk cap, start/stop toggles—all adjustable from Telegram. • Instant Telegram messages confirming every entry, result, error or status change, plus inline buttons or simple “/” commands for quick adjustments. • Continuous 24/7 operation on a VPS or similar environment, with auto-reconnect if the session drops. Performance focus I’m after consistent, high win-rate trades. Share back-test or demo results so we can fine-tune parameters together before moving to live funds. Deliverables 1. Well-commented source code. 2. Setup guide for Windows or Linux, including how to create the Telegram bot and link Pocket Option credentials. 3. Quick-start video or screenshots showing first run, so I can replicate it without guesswork. Timeline I need the first working version ASAP—please indicate how fast you can have a testable build ready. If you’ve built anything similar with the Pocket Option or Telegram Bot API, let me know; proven experience will move you to the top of my list.
Project ID: 40632825
57 proposals
Remote project
Active 5 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Linking Pocket Option to Telegram with a trend-following-plus-scalping engine and full chat control is exactly the kind of trading bot I build. I'll develop it in Python, connecting to Pocket Option for real-time binary execution and using python-telegram-bot for instant entry/result/error alerts with inline buttons and "/" commands to adjust indicators, stake, expiry (3m–1h), martingale multiplier, risk cap, and start/stop on the fly. The strategy reads market direction, waits for optimal pull-back entries, and closes within the shortest profitable window; I'll first validate it on demo/back-tests and share results so we tune parameters together before touching live funds. It'll run 24/7 on a VPS with auto-reconnect if the session drops, and I'll deliver well-commented source, a Windows/Linux setup guide, and a quick-start video. I can start right away.
$10 USD in 1 day
7.6
7.6
57 freelancers are bidding on average $30 USD for this job

Hi, Looks like the main challenge is reliably reading market direction and executing trades without gaps, while making sure Telegram stays responsive to commands even when the market moves fast. The bot needs to handle API rate limits and reconnects gracefully, and the strategy logic should be adjustable without restarting the whole system. I’ve worked on similar automation projects, like the one where I built a tool for managing orders and alerts through Telegram commands, similar to how you’d want this bot to behave. I can use a lightweight Python stack with trade logic running in the background and a thin Node layer for Telegram polling, keeping it simple enough to debug while still fast. The trickiest part will be tuning the trend detection so it doesn’t overreact to noise, especially with binary options where every second counts. I’d start with a basic moving average crossover and add a volatility filter to avoid false signals, then iterate based on real test runs. Two things that can go wrong: Pocket Option’s API might throttle requests if we poll too aggressively, and Telegram’s webhook can drop messages if the bot restarts. I’d rate-limit the API calls and implement a persistent queue for Telegram updates so nothing gets lost. Thanks, Denis.
$10 USD in 1 day
6.5
6.5

Hello There! I’m Md Toriqul Islam, and I’m excited to partner with you. I can dive into your project immediately. I’m a full-stack Python developer with over 10 years of experience building automation systems, Telegram bots, API integrations, and real-time monitoring applications. I understand you need an automated solution that connects Pocket Option with Telegram, providing centralized bot controls, configurable trading parameters, real-time notifications, VPS deployment, and reliable session management. I’ll build a secure, modular, and well-documented system with clean code, robust error handling, customizable settings, and comprehensive setup documentation for easy deployment and maintenance. I am skilled in Python, Telegram Bot API, REST APIs, WebSockets, Selenium, VPS Deployment, Automation, and Linux. I’m ready to start immediately and would be happy to discuss your requirements, implementation timeline, and testing approach. Looking forward to hearing from you. Best regards, Md Toriqul Islam
$20 USD in 1 day
6.0
6.0

Hi, I’ve worked on similar automation projects involving API integrations, messaging bots, and configurable workflows, so I understand the importance of building a reliable system with clear controls and monitoring. The main challenge with a trading automation tool is maintaining stable execution while handling real-time signals, session reliability, and risk controls. My approach would be to build a modular bot architecture with Telegram command management, configurable strategy parameters, error handling, logging, and thorough demo testing before any live use. I’ll develop the bot logic, Telegram interface, VPS-ready setup, configuration system, documentation, and testing workflow. I’ll also provide clear reporting on functionality and demo performance so parameters can be reviewed and adjusted. Best Regards, Fizza
$15 USD in 3 days
5.6
5.6

I am fully equipped to develop the automated trading bot you need for your Pocket Option account. My experience in Python, JavaScript, and specifically Node.js has given me a deep understanding of API development and how to integrate different platforms. On top of this, I possess solid skills in binary options tradings, Trading Bots & Strategy Automations backed by proven experiences. I've successfully built numerous similar trading solutions before, Bot implementations with Telegram API, and robust 24/7 software that can operate on a VPS, assuring continuous execution even if the session drops. In line with your expectation for consistent and high win-rate trades, I intentionally focus on crafting strategies that blend trend-following with scalping—striking a balance between timing entry pulls-backs appropriately and closing positions quickly within profitable windows. As we progress, I will share back-test or demo results allowing us to fine-tune parameters together before we trade real funds.
$20 USD in 3 days
5.9
5.9

I’ve built a Telegram-Pocket Option bridge before using Python + Telethon for Telegram and Pocket Option’s unofficial API wrapper—handled real-time order routing and session recovery. I’ll structure this in layers: first the Pocket Option API client with retry logic and WebSocket heartbeat, then a Telegram bot core using python-telegram-bot with inline menu controls and markdown confirmations, followed by the strategy engine leveraging TA-Lib for pull-back detection and a configurable trade scheduler that enforces 3m-1h expiry. The VPS deployment will use PM2 with auto-restart and log rotation to handle 24/7 uptime. You’ll get a single Python repo with environment variables for credentials, a 50-line setup script for VPS/Win/Linux, and a 2-minute screen recording of a live trade cycle. I can start immediately. Thanks, Andrii
$20 USD in 1 day
5.1
5.1

Hi, I can help you take Rally from its current stage to a stable production launch within the 10-day sprint. I have experience working with existing React applications, backend APIs, databases, authentication systems, dashboards, payment integrations, and production deployments. I’m comfortable joining an existing codebase, quickly understanding the architecture, and taking ownership of completing pending features, fixing bugs, connecting frontend/backend flows, and getting everything ready for launch. I can provide daily updates, regular Git commits, and working demos so you always have visibility on progress. I’m available to start immediately and can dedicate the required time over the next 10 days to help you achieve the MVP launch goals. I’d be happy to share relevant project examples and discuss the current repository and priorities. Please feel free to message me to discuss the project further. I’d be happy to share samples of my previous work in the chat. Thanks and regards, Mohsin
$20 USD in 7 days
4.6
4.6

Linking Pocket Option to Telegram for automated trade execution needs a stable API bridge plus a listener that fires orders the moment a signal comes in, with zero lag. I would build this in Node.js with a VPS runner so it stays live around the clock. Can start today, working version in 4 days. Budget and timeline here are initial estimates from the post, we will firm them up once we walk through the full scope. Want me to send a quick plan?
$30 USD in 6 days
4.3
4.3

I understand you're looking for a fully automated Telegram bot for Pocket Option that executes binary trades based on a custom strategy. My expertise in PHP, Python, and API integration positions me well to deliver a robust solution tailored to your needs. I will develop the bot to execute trades in real-time, providing customizable strategy controls directly from Telegram. Each trade will trigger notifications for entries and results, ensuring you stay informed. I can have an initial testable version ready within a week, allowing us to refine the parameters together based on back-test results. Let's discuss your specific requirements further and ensure we achieve the high win-rate trades you're aiming for.
$10 USD in 7 days
4.6
4.6

I can create your Pocket Option Telegram trading bot with automation and also provide 2 months free support. Ready to start immediately.
$20 USD in 7 days
4.1
4.1

Hi there! I understand you need a Telegram controlled automation bot that connects with Pocket Option and manages trading actions smoothly from chat commands. The main challenge is creating a stable system with reliable execution, risk controls, notifications, and continuous operation without unexpected failures. I have experience developing Python/Node.js automation bots, Telegram API integrations, VPS deployments, and systems that connect with external platforms through APIs and automation workflows. I have worked on bots with command controls, real-time alerts, configuration handling, and background services. My approach will be to build a clean modular bot with strategy configuration, trade execution flow, Telegram controls, error handling, logging, and VPS deployment support. I will also help with testing, setup documentation, and making the system easy to manage. check our work [https://www.freelancer.com/u/ayesha86664](https://www.freelancer.com/u/ayesha86664) Do you already have access to a Pocket Option API method or should we review the available integration approach first? Let me know if you’re interested & we can discuss it. Best Regards Ayesha
$20 USD in 3 days
4.1
4.1

Hello, I can build a Telegram-controlled trading automation system with a structured architecture for strategy execution, account management, notifications, and VPS deployment. I can develop the bot logic, Telegram command interface, configurable risk controls, trade monitoring, error handling, and automated status reporting. The system can be designed with modular strategy components so trend-following, scalping parameters, indicators, expiry settings, and risk rules can be adjusted without rewriting the core code. I will also provide clean documentation, setup instructions, and a tested deployment workflow.
$97 USD in 1 day
4.1
4.1

Having developed highly customizable automation systems and AI agents for over 6 years, I am confident I can deliver an efficient and effective solution for your Pocket Option Telegram Trade Bot project. Combining my skills in API Integration, Automation, JavaScript, Node.js, and Python I have what it takes to create the fully automated solution you envision. Notably, I've previously built similar custom bots that executed real-time trades on platforms like Pocket Option. My experience with sophisticated strategy controls such as indicator settings, stake size, expiry time and optional martingale multipliers aligns perfectly with your requirements. Additionally, I’ve developed notification systems that ensure seamless communication from any application to a messaging system, improving operational efficiency. This coupled with my previous applications using the Telegram Bot API puts me in a prime position to deliver a comprehensive Telegram integrated bot for you.
$10 USD in 1 day
4.6
4.6

Greetings, I see you're looking for an automated bot that can connect your Pocket Option account with Telegram, enabling you to execute binary options trades while managing everything through chat commands. My approach would involve developing a bot that blends trend-following with scalping techniques, ensuring it identifies market directions and makes optimal trades within the specified timeframes. With 5+ years of experience in bot development and API integrations, I can create a solution that includes real-time trade execution, customizable strategy controls, and instant Telegram notifications. I’ll also make sure the code is well-commented and provide a user-friendly setup guide to help you get started easily. One question I have is: what specific indicators do you prefer for the strategy controls, and do you have any particular risk management preferences in mind? Best regards, Ezekiel Isis Young
$20 USD in 7 days
3.7
3.7

I can help build the automation layer connecting Telegram commands with a trading workflow, including bot controls, notifications, VPS deployment, and strategy execution logic. The important part of this type of system is making the architecture reliable and testable before connecting it to live funds. I would approach it by separating the Telegram interface, trading logic, risk controls, and execution layer so each part can be tested independently. The bot can handle commands for settings, start/stop controls, stake parameters, expiry configuration, and send real-time status updates, errors, and trade results back through Telegram. For the strategy side, I would focus on implementing the defined indicators and entry/exit rules with proper logging and backtesting support where possible. I would also include safety controls such as trade limits, session handling, and reconnect logic rather than relying only on aggressive strategies like martingale. One question: does Pocket Option provide an official API or are you expecting the bot to work through browser automation/session control for trade execution?
$150 USD in 2 days
3.8
3.8

Hello, I hope you're doing well. I am an experienced software developer with a strong background in building automated trading systems, particularly those integrating with Telegram and Pocket Option. I understand the need for a fully automated solution that combines trend-following and scalping strategies, and I'm confident I can deliver a high-performance bot that meets your requirements. I will ensure the bot reads market trends, executes trades, and manages positions with customizable controls and real-time updates via Telegram. I deliver clean, well-documented code and can provide a testable build quickly. I invite you to message me to discuss further and share relevant samples or a demo. Thanks, Adegoke M.
$50 USD in 3 days
3.9
3.9

Hi there ngl this project is right in my wheelhouse I can ship a fully automated Pocket Option Telegram bot that blends trend-following with scalping, executes trades in real-time, and lets you tweak stakes, expiry, martingale, and risk caps straight from chat commands It'll run 24/7 on a VPS with auto-reconnect if the session drops, fire instant updates on every entry/exit, and come with clean commented code + setup guide + screenshots so you can deploy it solo I'll include back-tested strategy params and a demo mode so we can fine-tune before going live I've built similar trading bots before so the core logic is already mapped out I can have a testable build ready in 3 days Timeline: 3 days Budget: $28
$28 USD in 3 days
3.7
3.7

Hello, I can build the Telegram-controlled Pocket Option automation you described, with chat-based start/stop controls, configurable strategy parameters, execution logging, and 24/7 VPS-ready operation with reconnect handling. I’ll structure it so the trading engine, Telegram command layer, and persistence/logging are cleanly separated, making it easier to test and tune. I can also include setup instructions for Windows or Linux, plus first-run screenshots or a short quick-start video so you can replicate the deployment without guesswork. For the strategy layer, I’ll implement a configurable framework for trend-following plus pullback entries, including stake sizing, expiry, risk caps, and optional martingale controls. I can also prepare a test/demo mode so we can validate behavior before any live deployment. Since you’re looking for an ASAP testable build, I can prioritize a working MVP first, then refine strategy and controls after initial validation. Best, Miguel
$15 USD in 1 day
3.2
3.2

Hello! I understand you need a 24/7 Telegram-controlled trading system connecting to Pocket Option, combining trend-following and pullback/scalping logic with configurable indicators, expiry, stake, risk controls, and automated execution. I can develop the strategy engine, Telegram command interface, VPS deployment, session monitoring/reconnection, logging, and backtesting framework, while keeping live execution isolated behind explicit risk controls and testing it against demo data first. I can also structure the system so strategy parameters can be adjusted without modifying the core code.
$20 USD in 2 days
3.4
3.4

✔Plz review my proposal and reach out to me.✔ I have rich similar experience with this kind of automation, Telegram bot development, VPS deployment, and API-driven trading workflows. I can build a structured Pocket Option + Telegram automation system with configurable controls, logging, reconnect handling, and clear risk limits. ✔ Develop Telegram commands/buttons for start/stop, stake size, expiry, indicator settings, risk cap, and strategy configuration. ✔ Build the trade-execution layer with session monitoring, auto-reconnect, detailed trade/result/error notifications, and persistent logs. ✔ Deploy the bot on Windows/Linux VPS with setup documentation, configuration files, and a simple quick-start walkthrough. For the strategy layer, I can implement trend-following and short-term entry logic with backtesting/demo-mode validation before any live deployment. I would not guarantee a fixed win rate, but I can make the system measurable so parameters can be evaluated and refined objectively. Two questions: 1. Do you already have a working Pocket Option API/integration method, or should that be researched and implemented? 2. Which indicators and exact entry/exit rules do you want in the first version? I can start immediately and build the first testable MVP around your defined strategy rules. Best regards, Dipak
$10 USD in 1 day
2.4
2.4

As a seasoned computer scientist and AI expert with nearly two decades of experience, I am confident in my ability to deliver on the Pocket Option Telegram Trade Bot project. Not only does my educational background resonate with this project's needs, but my professional journey also demonstrates a diverse range of skills that are highly relevant.
$15 USD in 7 days
2.5
2.5

Kilgore, United States
Payment method verified
Member since Aug 7, 2026
$50-60 USD
$40-50 USD
€12-18 EUR / hour
₹1500-12500 INR
₹750-1250 INR / hour
₹12500-37500 INR
€12-18 EUR / hour
$250-750 USD
$15-25 USD / hour
₹750-1250 INR / hour
₹1500-12500 INR
₹400-750 INR / hour
₹12500-37500 INR
₹100-400 INR / hour
$750-1500 AUD
$50-60 USD
₹1500-12500 INR
₹12500-37500 INR
$15-25 USD / hour
₹750-1250 INR / hour
₹12500-37500 INR
$250-750 USD