
Completed
Posted
Paid on delivery
PROJECT: COMPLETE & MODIFY EXISTING POLYMARKET COPY TRADING BOT $10-$20 Max job OVERVIEW This is NOT a project that needs to be built from scratch. I already have a working foundation of a Windows desktop Polymarket copy trading bot. The interface, architecture, and much of the functionality already exist. I will provide the current source code and project files. I need an experienced developer to complete, refine, and improve the existing bot so that it functions exactly as described below. The goal is a simple, reliable, automated copy trading application with minimal configuration and only two trading modes. ====================================================================== PRIMARY OBJECTIVE ====================================================================== The software will continuously monitor ONE public Polymarket wallet address that I specify. Whenever that wallet opens a new qualifying position, my account should automatically copy the trade using one of the two trading modes described below. The software is NOT intended to generate predictions or betting signals. Its only purpose is to accurately mirror a selected trader. ====================================================================== TRADING MODE 1 - PROPORTIONAL COPY ====================================================================== This mode should proportionally copy the target trader's account sizing. Example: If the target trader uses 12% of his account on a trade... My account should automatically use approximately 12% of my available account balance. The software should calculate this automatically. I simply want an ON/OFF toggle for this mode. ====================================================================== TRADING MODE 2 - FIXED 50% MODE (PRIMARY MODE) ====================================================================== This will be the primary mode that I intend to use. The software should only allow ONE OPEN POSITION AT A TIME. Each copied trade should automatically use exactly 50% of my currently available account balance. When that market settles, the released funds become available. The next qualifying copied trade should again use exactly 50% of the updated balance. This creates automatic compounding without requiring any manual sizing adjustments. There should be no additional position sizing settings. ====================================================================== TRADE FILTERING RULES ====================================================================== RULE 1 If multiple qualifying trades exist, ONLY copy the trade that settles the soonest. Fast capital recycling is extremely important. RULE 2 My copied trade must NEVER exceed the original dollar amount used by the target trader. Example: If the target trader risks $400... My trade may be: $400 or Any smaller amount. It must never be larger than the target trader's position. ====================================================================== ENTRY PRICE REQUIREMENT (MOST IMPORTANT RULE) ====================================================================== This is the single most important requirement. The bot must ONLY enter if my execution price is the SAME or BETTER than the target trader's entry price. Example: Target enters at 30 cents. My acceptable entries: 30 cents 29 cents 28 cents 27 cents NOT acceptable: 31 cents 32 cents 35 cents If the market has already moved above the target trader's entry price, the trade should simply be skipped. I would rather miss the trade than receive a worse expected value. ====================================================================== AUTOMATION ====================================================================== Once configured, the workflow should simply be: 1. Launch application. 2. Connect my Polymarket account. 3. Enter the public wallet address to follow. 4. Select Trading Mode 1 or Trading Mode 2. 5. Press Start. Everything else should operate automatically. The bot should continuously: • Monitor the selected wallet • Detect new positions • Copy qualifying trades • Enforce entry price rules • Manage available capital • Reinvest released capital automatically • Prevent duplicate trades • Maintain complete logs ====================================================================== DASHBOARD ====================================================================== The existing interface should be improved as needed and display: • Connected account • Wallet being followed • Current balance • Available buying power • Current trading mode • Open copied trades • Entry price • Current market price • Unrealized P/L • Settlement countdown • Closed trades • Daily statistics • Activity log The interface should remain clean, modern, and simple. ====================================================================== TECHNICAL REQUIREMENTS ====================================================================== Preferred technologies: • Python • Async/event-driven architecture • Modular codebase • SQLite or PostgreSQL • Structured logging • Automatic reconnects • Windows desktop application The code should be clean, documented, maintainable, and easy to expand. ====================================================================== IMPORTANT NOTES ====================================================================== I will provide the current source code and project files. This is a modification and completion project, not a new build. The developer should improve the existing foundation rather than replacing it. The application should interact with Polymarket using the official APIs and supported authentication methods wherever possible. If there are technical limitations related to API access, authentication, order placement, or regional availability, the developer should explain them clearly and implement the most reliable, compliant solution available. The finished application should require very little user interaction, reliably mirror the selected trader according to the rules above, and operate as a stable, automated Windows desktop application. SETUP & FINAL HANDOFF As part of this project, the developer will also be expected to assist me with the initial setup and connection of the completed bot to my own Polymarket account. This includes providing clear step-by-step instructions and helping verify that the application is properly connected and functioning correctly with my wallet and account before the project is considered complete. The goal is to ensure that I can successfully: • Connect my wallet • Authenticate the application • Configure any required API settings or credentials • Verify that the bot is monitoring the selected wallet correctly • Verify that copied trades are functioning as intended I do not expect long-term support, but I do expect reasonable assistance during the initial setup process so that the software is fully operational on my Windows PC before final delivery. Login and i will give you files
Project ID: 40599065
37 proposals
Remote project
Active 3 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
37 freelancers are bidding on average $34 USD for this job

Hi, I have strong experience with n8n and have successfully completed 100+ n8n workflows for different businesses. I focus on reducing manual work, saving time, and improving efficiency using smart automations. My expertise includes working with APIs, webhooks, Google Sheets, CRMs, WhatsApp, email systems, databases, and third-party tools inside n8n. Regarding your project to upgrade and refine the Polymarket copy trading bot, I am confident in my ability to enhance the existing bot functionality as per your detailed requirements. I will ensure that the bot accurately mirrors the selected trader, follows the specified trading modes, enforces entry price rules, and maintains complete logs. I will also improve the existing interface and provide a clean, modern dashboard displaying all necessary information. Let's discuss your project further and how I can assist you in achieving your automation goals. Regards, Sai Bhaskar
$30 USD in 1 day
5.6
5.6

Hello dear, Greetings from Md. Toriqul Islam! We are a dedicated Web Design & Development team with over 10+ years of industry experience, I’m Engineer Toriqul Islam, an experienced Computer Science & Engineering graduate from (RUET). We specialize in building modern, scalable, and user-friendly digital solutions tailored to business needs. What I Offer We help businesses grow online by delivering: • Clean, modern, and responsive website designs • High-performance and scalable web applications • User-focused UI/UX for better engagement and conversion My Technical Expertise We work across a wide range of technologies, including: • Frontend: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Angular, React • Backend: Node.js, PHP, Laravel, .NET, CodeIgniter, Ruby on Rails, Python • CMS & Platforms: WordPress • Database: MySQL, MongoDB • Mobile Development: React Native, Flutter, and more Why Choose me? ✔️ Clean, optimized, and well-documented code ✔️ Reusable and scalable components ✔️ On-time delivery with complete requirement fulfillment We are confident in our ability to turn your ideas into a powerful digital product. Let’s discuss your project and make it a success. Looking forward to working with you! Best Regards, Md. Toriqul Islam
$45 USD in 2 days
5.7
5.7

I’ll complete the existing Windows Polymarket copy-trading terminal rather than rebuild it. I reviewed the screenshot: the current PolyCopy interface already includes the wallet “Watch” field, PAPER/LIVE status, Start/Stop controls, account balance, buying power, open-position count, P/L panels, and Open Positions, Closed Trades, Copy History, and Activity Log tabs. I’ll preserve that structure while refining the underlying monitoring and execution flow. I’ll inspect the supplied source and identify the current Polymarket API, wallet polling, authentication, and order modules first. Then I’ll implement reliable detection of new qualifying positions for one watched public wallet, duplicate-event protection, and clear activity logging. Proportional mode will calculate the target trader’s position percentage against your available balance, while the primary fixed mode will enforce one open position and apply the required 50% sizing rule. I’ll also handle position exits/settlement, insufficient buying power, API failures, reconnects, and PAPER versus LIVE safeguards so the UI state matches actual orders. Testing will use mocked wallet events and paper trading before validating the full workflow, including restart recovery and preventing duplicate copies. I can start immediately and deliver the completed refinement in 2 days. Muhammad Saad
$30 USD in 2 days
4.9
4.9

As a developer with extensive experience in trading and FinTech, I'm confident that I can upgrade and refine your Polymarket copy trading bot to meet all of your requirements. What sets me apart is my ability to not only understand the technical aspects of a project, but also understand the specific needs and goals of the end-user. This will be integral in ensuring that the trading bot operates exactly as you envision it, automating the process while adhering to important risk management principles. To fulfill the proportional copying requirement in Trading Mode 1, my proficiency in Python will come into play during the calculation process. I'll ensure that trades are copied proportionally, just as you've detailed with an approximate 12% account balance allocation. My other FinTech skills in trading strategies and backtesting will be valuable in implementing your primary mode - fixed 50% mode. Moreover, I completely comprehend the paramount importance of the entry price requirement. It is clear to me that your preference for better expected values over missing trades has to be upheld. That's why my meticulous approach to implementing this criterion will ensure zero-error entry or skipping, which will in turn upscale your capital recycling efficiency.I am looking forward to working on this project with you, delivering a refined version of your existing bot that truly meets your needs.
$12 USD in 1 day
4.7
4.7

The Polymarket CLOB API can be tricky for copy trading since position fills are not always instant and the sync logic needs to be tight. I can review your existing bot, fix what is broken, and extend incomplete features. Python and automation are right in my lane. Can start today, done in 2 days. The bid reflects what is in the description. Real numbers after a quick look at your code. Want me to send a scope doc?
$30 USD in 3 days
4.2
4.2

Hello, do you want me to first review the existing source code and confirm any Polymarket API/auth limits before changing the bot? I have experience with Python automation, APIs, async workflows, desktop apps, databases, logging, testing, and trading software integrations. I will improve the current foundation, enforce your copy rules, add safe checks, clean logs, and help with Windows setup. I can start immediately. Can we have a chat to clarify your requirements? Thanks
$20 USD in 1 day
4.4
4.4

Hello, I can complete and refine your existing Polymarket copy trading bot without rebuilding it from scratch. I'll enhance the current codebase, implement both trading modes, enforce the entry-price rule, prevent duplicate trades, improve the dashboard, and ensure reliable monitoring using an async, event-driven architecture. I'll also help with the final Windows setup, wallet connection, API configuration, and verification that the bot copies trades correctly according to your rules. I'm ready to review the source code and start immediately. Best
$20 USD in 5 days
3.8
3.8

Hi, your Polymarket bot already has a working base, so this is about finishing the trading logic and tightening reliability. I understand the key requirements: monitor one wallet, copy only qualifying new positions, enforce the same-or-better entry rule, and keep the interface simple. I’ve worked on Python desktop automation, async event-driven flows, and trading-style apps with SQLite logging and reconnect handling. I’d focus on preserving your current foundation, then refining trade detection, sizing rules, duplicate prevention, settlement handling, and the dashboard fields you listed. For the main mode, I’d make the 50% sizing and one-open-position rule deterministic and easy to verify. I’d also add clear logs so you can confirm every decision the bot makes. If you share the source, I can review the existing structure and map out the fastest path to a stable release. Best regards, Gabriel
$15 USD in 1 day
3.6
3.6

Hi, there! I can help complete and refine your existing Polymarket copy trading bot without rebuilding from scratch. I understand the priority is improving reliability, trade execution rules, wallet monitoring, position sizing logic, and keeping the application simple to operate. I have experience with Python automation, API integrations, async systems, desktop applications, and trading related workflows. I have worked on existing codebases by improving architecture, adding monitoring logic, database tracking, logging, and user interface features. I will review your current source code first, identify missing functionality, and implement the required copy trading modes, filters, dashboard improvements, and setup guidance. 1. Could you share the current code structure and Polymarket API integration details? 2. Which parts of the existing bot are currently incomplete or not working correctly? Best regards, George
$20 USD in 7 days
3.6
3.6

Your Polymarket copy trading bot already has the foundation built — you need someone to complete the entry price enforcement, the two trading modes, and the filtering logic so it runs reliably without you touching it after setup. Python async architecture with event-driven wallet monitoring is exactly how I would approach this, and I have built automated trading systems before including a TradingView-to-Hyperliquid bot using Python FastAPI with real-time position management and risk rules. The logic you described — proportional vs fixed 50% sizing, soonest-settlement priority, never exceeding the target's dollar amount, and skipping any entry worse than the target's price — is well-defined and implementable cleanly on top of your existing codebase. I would keep your current interface and architecture intact and only refine what needs completing. Can you share the current source files so I can review what's already working before confirming scope?
$20 USD in 1 day
3.8
3.8

Hi, I can review and improve your existing Python Polymarket copy-trading bot without rebuilding it from scratch. I have 9 years of full-stack development experience with Python, APIs, async workflows, desktop applications, databases, logging, and automated trading logic. I will implement the two trading modes, strict entry-price validation, position limits, duplicate prevention, settlement tracking, dashboard improvements, and reliable reconnection handling. Please share the source files so I can inspect the current implementation and confirm what can be completed within your budget.
$20 USD in 1 day
3.3
3.3

Hello! I'll upgrade and refine your existing Polymarket copy trading bot so it runs reliably and meets your modified requirements within your budget. I've built financial software development solutions using Python for automated trading systems and real-time monitoring. My software testing background ensures every modification is validated against live conditions, and my software development experience means I can debug the existing codebase, implement your feature changes, and optimize performance without breaking what already works. Here's how I'll get you there: - Review the current bot code to identify incomplete sections and document the existing logic flow - Implement your requested modifications with clean Python code and add comprehensive error handling - Run software testing cycles to validate trade execution accuracy and system stability under different scenarios What specific modifications are you looking to add beyond completing the existing functionality? I can start immediately and keep you updated through Freelancer messages as I work through each phase. Send over the current codebase and your modification requirements, and I'll deliver a production-ready bot. Best regards, Jordan Rafael G.
$15 USD in 1 day
3.2
3.2

Hi — Ankit here. I see you have an existing Polymarket copy trading bot foundation that needs completion and refinement with specific trading modes and entry price rules. For Polymarket integration, use the official Python SDK polymarket-us-python or py-clob-client-v2 . For monitoring target wallets, the Polymarket Data API provides user positions and trades . For order placement, the CLOB API requires authenticated clients with API credentials derived from your wallet's private key . For entry price enforcement, implement a comparison between the target's execution price and the current market price before placing your order. Use client.get_price(token_id, side) from the CLOB API for real-time pricing . If the current price is worse than the target's entry, skip the trade. For the two trading modes: Mode 1 (Proportional): Use copy_mode: "scale" with scale_percentage calculated from the target's account sizing Mode 2 (Fixed 50%): Calculate 50% of your available balance for each trade, allowing only one open position at a time For filtering rules, use TOO_OLD_TIMESTAMP to skip old trades and compare settlement times via Gamma API market data . A few questions: Q1 – Can you share the current source code for review? Q2 – Do you have your Polymarket API credentials already set up? Q3 – What database is currently being used for tracking? Happy to discuss details and suggest the best approach. Looking forward to hearing from you.
$50 USD in 2 days
3.2
3.2

Hi. I’ll refine your existing Polymarket copy trading bot by reviewing the current architecture, completing missing functionality, and improving reliability without rebuilding the foundation. I’ll implement the wallet monitoring flow, trade detection, proportional and fixed 50% sizing logic, entry price protection, settlement-based capital recycling, duplicate prevention, and detailed activity tracking. I’ll also improve the Windows dashboard to clearly display balances, positions, P/L, settlement timers, and trading history. As a Python automation developer, I have experience with API integrations, event-driven systems, trading automation, and financial software where accuracy and stability are critical. I focus on clean modular code, structured logging, error handling, and maintainable improvements to existing projects. I can review the provided source code, identify gaps, complete the required features, and assist with final setup and testing on your account. Let’s get in touch and discuss more. Thanks.
$30 USD in 2 days
3.3
3.3

hello, i understand this project is about refining an existing polymarket copy trading system, not rebuilding from scratch. i will review the current python architecture, improve trade monitoring, entry price validation, position sizing logic, automation flow, dashboard and reliability while preserving the existing foundation. i can deliver clean tested improvements with proper setup guidance. can you share the current source code and explain which parts are already working?
$105 USD in 1 day
3.3
3.3

Hi — Abror-Yakubov here from Uzbekistan in Central of Global, "POLYMARKET COPY TRADING BOT" — you need the existing bot refined into a reliable auto-copy workflow. I can work from your current Python source and improve the existing architecture instead of rebuilding it. I would focus on wallet monitoring, trade filters, price checks, position sizing rules, logging, and making the Windows dashboard clear and stable. The key edge case is avoiding bad entries when the market price moves above the original trader’s entry, so that rule needs to be enforced before every copied order. Can you share the current code structure and confirm which Polymarket API method the existing bot uses for wallet monitoring and order execution? Looking forward to working with you.
$20 USD in 7 days
3.0
3.0

Hello! We can refine and complete your existing Polymarket copy trading bot. 1. Can you share the current source code and project files? 2. Which part should we prioritize first: trade copying, pricing rules, or the dashboard? — About us We are dZENcode – a full-cycle IT company for digital product development: from design and programming to integrations and post-release support. We build projects from scratch and also work on existing solutions that need further development, improvements, or technical support. You can find detailed information about our services and rates on our official website: https://dzencode.com. Please review it – after that, we can discuss the details and agree on the next step. ⚠️ After clarifying all details, we will define the scope, the suitable cooperation format – task-based, outsourcing, or outstaffing – and the final cost. Projects are guaranteed to reach release with us: • 10+ years providing IT services; • 90+ in-house specialists; • 250+ public reviews since 2015; • We support products under SLA after launch; • We work under NDA and a company contract!
$20 USD in 7 days
4.4
4.4

Hello, I am an experienced developer with expertise in automation and AI solutions. I have carefully reviewed your project requirements for upgrading and refining the existing Polymarket copy trading bot. I understand the need for a simple, reliable, and automated copy trading application that mirrors a selected trader accurately. I specialize in creating practical AI solutions that streamline operations, improve efficiency, and reduce manual work. My focus is on identifying where automation can provide a genuine operational advantage for businesses. I can enhance the existing bot to monitor the specified wallet address, copy trades accurately based on the two trading modes, enforce entry price rules, manage capital effectively, and provide a clean and modern dashboard for monitoring. Let's discuss further details so we can work on achieving your project goals efficiently. Best regards
$30 USD in 7 days
2.2
2.2

Hello, "POLYMARKET COPY TRADING BOT" — you need a reliable Windows app that mirrors a trader’s positions with strict entry‑price and sizing rules. I’ll refactor the existing code to use an async event loop that polls Polymarket’s public API every second, storing trades in SQLite for fast retrieval and logging. This ensures the entry‑price check runs under 200 ms, keeping the bot responsive and compliant with your most important rule. I did a similar automation of a video‑backup script using Python and API calls: https://www.freelancer.com/projects/automation/Automate-Reolink-Video-Backup-Script/reviews. I’ll also add exponential back‑off and automatic reconnects to handle Polymarket API rate limits, so the bot stays alive even during network hiccups. Do you already have the Polymarket API keys and the Python version used in the current codebase? Looking forward to working with you. Artur Giżycki
$300 USD in 2 days
2.3
2.3

Detect language English Korean Spanish Korean English Spanish Hi. I can do this project very well so that you will be happy. Now I can say how my development skill is brilliant and high etc like other freelancers. But I don't do that. Because everthing for this project is according to your decision and my luck. I believe your decision skill. Maybe if you don't give me the oppertunity that I show you my skill, I think it is because there is someone who is higer than me in development. So I will improve my skill. I hope your success in this project. Thanks a lot for reading.
$20 USD in 1 day
2.0
2.0

Weston, United States
Payment method verified
Member since May 27, 2015
$10-30 USD
$10-30 USD
$10-30 USD
$10-30 USD
$30-250 USD
₹37500-75000 INR
₹20000-30000 INR
₹1500-12500 INR
$30-250 USD
$8-15 USD / hour
₹600-1500 INR
$30-250 USD
€12-18 EUR / hour
₹600-1000 INR
$30-250 USD
$25-50 USD / hour
$30-250 USD
₹37500-75000 INR
₹400-750 INR / hour
$500-1500 USD
₹1500-12500 INR
₹1500-12500 INR
₹12500-37500 INR
₹1500-12500 INR
₹50000-100000 INR