Budget: 25000 UAH Deadline: 14 days
Good day
I have 5+ years of experience with Python and have successfully developed Telegram bots. I can quickly implement your project. Let's discuss the details.
I look forward to collaborating.
Budget: 27000 UAH Deadline: 14 days
Hello, Hlib
I am implementing a bot that generates and publishes multivariant forecasts daily from 06:00 to 22:00 (UTC+3) with a target of +30–35% in specified time windows, and then monitors drawdowns and the final result every 10 minutes. Everything is according to your SPEC: pricing formulas, deltas, card formats, success/failure rules, and deletions.
I will do:
1. Generate forecasts in the daily corridor (UTC+3) with a start window of +2/12 hours and a duration of 1/2 hours, fully within the day.
2. Multivariants for each delta in the range of −30…+30% (step 5%); start_price = base*(1+delta), target = start* r, where r∈[1.30,1.35].
3. Monitoring every 10 minutes considering the minimum between checks; drop below start → immediate deletion, in the end — SUCCESS, if price ≥ target (with tolerance).
4. Cards exactly according to the template (Name/TICKER/exchange, dates UTC+3, 4 decimal places, A and Pmin–Pmax according to SPEC/README rules).
5. Anti-duplicates by key (tv_symbol, start_time_utc3, delta_percent) and protection against Telegram limits (throttle between sends).
6. Source of quotes — TradingView/tvdatafeed, with a backup via ccxt (exchange APIs) for production.
A few precise questions (to avoid unnecessary iterations):
1. List of pairs/exchanges and symbols (TV_SYMBOL): is BINANCE:BTCUSDT enough or should there be several?
2. Chat/channel for publications: confirm TELEGRAM_CHAT_ID and whether personal messages are also needed.
3. A, Pmin–Pmax: do we keep them as in SPEC (steps/ranges) or set our own range?
4. price_epsilon_tolerance — okay, we take 0.0001 and 4 decimal rounding?
5. Do we keep monitoring every 10 minutes unchanged? (or allow 5 minutes for "hot" pairs).
6. Do we need /purge_active, /status, and /purge_symbol? (they are in SPEC/README).
7. Deployment: Docker or bare-metal? Do we keep SQLite for start and Postgres for production? (there is a recommendation).
Acceptance criteria (measuring the result):
1. Generation only in [06:00, 22:00) UTC+3; all windows are fully daytime.
2. The card matches the template, prices to 4 decimal places; values A, Pmin–Pmax from SPEC.
3. Monitoring 10 minutes: drawdown → immediate FAILED and deletion; in the end actual_end + tol ≥ target → SUCCESS, otherwise FAILED.
4. Anti-duplicates: we do not create identical (symbol, start_time, delta).
Implementation stages, milestones, cost, what I will improve against "examples from ChatGPT":
https://www.notion.so/Milestones-25cea80ec59480d5af4acfa0e43c40f9?source=copy_link
Budget: 18000 UAH Deadline: 14 days
Hello!
I have reviewed the technical specifications and am ready to take on the development of the bot.
I have integrated APIs for trading on exchanges in my past projects.
I am ready to complete your order!
Budget: 20000 UAH Deadline: 1 day
Good day
I will do it in Python taking into account all wishes, feel free to contact me
-------------------------
- Projects 4
- Rating 5.0
- Rating 1 722
Budget: 20000 UAH Deadline: 15 days
Good day! Thank you for the detailed technical assignment and the system architecture. I have reviewed the description in SPEC.md, the project structure, and the business logic.
Basic functionality (generation, publication, monitoring, deletion, admin commands): 7–10 days.
Testing according to the test plan + optimization (timings, duplicates, retries, logging): another 3–5 days.
In total, up to 2 weeks for a stable turnkey version.
Budget: 2000 UAH Deadline: 1 day
Hello!
I am developing bots for Telegram using NodeJS. I am ready to take it on. Write to me, we will discuss.
Budget: 1500 UAH Deadline: 1 day
I am ready to complete your order. I have experience in developing trading bots with integration to TradingView and exchange APIs (via tvdatafeed and backup ccxt).
I work on Python 3.11, aiogram 3, APScheduler.
I guarantee quality implementation taking into account all requirements, adaptation to your wishes, and further support.
I will be happy to help implement the project at a high level.
Proposals concealed
Proposals are currently absent
Current freelance projects in the category Bot Development
I need a program that will send messages to our database of clients' phone numbers (or emails). With its own proxy. It can be Viber, or Telegram, or email. The program needs to be installed on my computer. (I am waiting for your offers regarding the price.)
Good day, it is necessary to set up automation for reminders to people regarding the auto-webinar with automatic changes of dates and times of the auto-webinar. That is, there is a landing page with the date and time of the auto-webinar, the information should be sent to ManyChat, and ManyChat should send the corresponding reminders one day, 6 hours, 2 hours, 1 hour, and at the moment of the start of the auto-webinar.
Development of a Telegram Mini App (store) with CRM and Nova Poshta integration It is necessary to develop a Telegram Mini App (store inside Telegram).Main functionality A catalog with approximately 20 products is needed. For each product: photo; name; description; price; model selection; color selection; quantity. Order processing The client must have the ability to: view the catalog; add products to the cart; change the quantity; place an order; enter: name; phone; city; Nova Poshta branch number; payment method; order comment. CRM All orders need to be automatically transmitted to the CRM via API. It is preferable that the integration is universal and in the future, the CRM can be changed without a complete redesign of the project.Nova Poshta Integration with the Nova Poshta API is needed or data transfer to the CRM if the creation of the shipping document will be done by the CRM itself.Administrator A simple administrator mode is needed: adding and editing products; changing prices; changing stock levels; adding new colors or models. Important The project must work as a Telegram Mini App (not a regular bot with buttons). The code, database, and all access after the completion of work must belong to me. The architecture must allow for additional features to be connected in the future without a complete redesign. Please inform: Estimated cost. Completion time. What technology stack you plan to use. Do you have experience in developing Telegram Mini Apps and integrating with CRM and Nova Poshta API.
I'm looking for an experienced Python developer who can conduct a full audit of the existing project, fix errors, and bring it to fully stable operation. If necessary, a complete redesign of the project architecture or writing a new implementation while preserving all necessary functionality is allowed. What I will provide The source code of the current bot. A video demonstrating how the bot should work. A complete technical specification with the logic of operation. Main task The goal is to restore the stable operation of the bot and ensure the execution of the full scenario without failures. If the current architecture cannot be effectively fixed, a complete redesign of the project is allowed. The main objective is not to preserve the existing code but to obtain a fully functional, stable, and maintainable product. What needs to be done 1. Conduct a project audit Before starting work, it is necessary to: study the existing code; identify the reasons why the bot stopped working; assess what can be fixed and what is more reasonable to rewrite. 2. Restore all functionality After the work is completed, the bot should correctly execute the entire scenario: registration of a new account; confirmation of login via code from email; authorization; execution of the scenario according to the technical specification; completion of work; transition to the next account. All stages must work automatically without manual intervention. 3. Fix existing errors It is necessary to eliminate any errors related to: authorization; receiving the confirmation code; unstable operation; freezing; unexpected program termination; errors after website updates; incorrect exception handling. 4. Make the project resilient The bot must: correctly handle errors; not enter infinite loops; automatically terminate unsuccessful scenarios; correctly continue operation after non-critical errors; maintain clear logs. 5. Control panel It is necessary to preserve or redesign the control panel. It should allow: to start and stop operation; to change necessary settings; to view the current status; to view the log of operations and errors. The interface should be clear and stable. 6. Code Code requirements: clear project structure; separation of logic into modules; possibility of further support. 7. Compatibility The project must run on a modern version of Python. The contractor must provide a complete list of dependencies and instructions for running. 8. Result verification Before handing over the project, the contractor must demonstrate a fully working scenario on video: project launch; completion of the full cycle; absence of errors; correct operation of all functions. What to provide after completion source code; all modified files; instructions for running; list of dependencies; video demonstration of operation; brief description of the changes made. Important The work is considered completed only after all functionality described in the technical specification and demonstration video works stably without critical errors. If during the audit it turns out that the current project cannot be effectively fixed, a complete redesign is allowed while preserving all necessary functionality. When responding, please indicate immediately: experience with Python; experience in browser automation (Playwright, Selenium, or similar tools); experience with REST API; cost of work; estimated completion time.
A Telegram bot needs to be developed in Stand Pulse for the client's test. The test has 5-7 questions with 5-7 answer options. Based on the client's answers, the bot will calculate scores and provide a result (6 options).