Vladislav Bilokomyrov
Rating
Language proficiency level
Skills and abilities
Programming
Portfolio
-
901 USD Binance Infinity Grid App — PyQt6 GUI + auto order support
Desktop AppsDesktop program in Python with modern GUI (PyQt6) for launching and controlling grid strategy on Binance.
What it does:
• Works in Binance SPOT / FUTURES modes.
• Takes parameters: trading pair, investment amount (USDT), grid step (%), profit (%), rebuild on growth (%).
… • Builds BUY grid below the current price (N orders), each order is for a fixed budget in USDT.
• When BUY is executed → automatically places SELL (take-profit) above the purchase price.
• When SELL is executed → returns BUY back to the "source" level, maintaining an infinite grid.
• Optionally rebuilds the grid upwards if the price has increased by a specified % (to "pull" the grid with the trend).
• Displays live price via WebSocket, WS connection status Online/Offline, number of active orders, profit, and detailed logs.
• Has a "test run" (simulation without real orders) to check logic/interface.
• Implemented correct rounding to tick/step (via exchangeInfo) + basic USDT balance check before starting.
Technologies: Python, PyQt6, Binance REST API, WebSocket, requests, PyInstaller (spec), start scripts for Windows/macOS.
-
1802 USD Desktop program-autotrader for Bybit with control panel
Desktop AppsImplemented an asynchronous desktop Python program that subscribes to a third-party Telegram channel with trading signals, parses new tickers, and automatically adds them to the watchlist. The program opens futures trades through the Bybit V5 REST+WebSocket API, calculates volume based on balance and % risk, sets an initial stop-loss, supports averaging and moving SL according to PnL zones, and closes positions on a reverse signal or stop. The desktop GUI in PyQt displays active positions and coins in the watchlist, connection status, and live event log, allowing management of the program's start/stop and the Telegram parser's working window.
-
563 USD Automatic short bot for Binance Futures with a web panel of levels
Web ProgrammingThis bot automatically trades a short strategy on Binance USDT-M Futures based on the principle: breakout level → retest → entry into short.
It:
• Connects to the exchange via REST and WebSocket, receives live candles and ticks.
… • Accepts a specified level (via web panel or webhook), waits for a breakout upwards, records the local maximum (HH), and then looks for a retest of the level to enter short.
• Places a STOP-MARKET order for entry and after opening the position automatically sets a protective STOP-MARKET (SL) above the HH maximum considering the exchange price step.
• Calculates the position size based on risk in USDT: takes into account the distance to the stop, commission, and exchange limits (tickSize, stepSize, minQty, minNotional).
• Maintains a list of active stops and levels, saves the state of the strategy in files to continue working with current data after a restart.
• Has a web panel: shows a chart with the level and HH, the current state for each instrument, allows changing levels and risk without restarting the bot.
All logic works completely automatically: after setting the risk and levels, the bot independently searches for entry points, opens short positions, and manages stop orders.
-
45 USD Telegram bot: Free nickname parser (TXT → TXT) • Python, Tel
Bot DevelopmentWhat was done: Telegram bot with a "Parsing" button. The user uploads a TXT (1 username per line), the bot checks the availability of the username via MTProto (Telethon) and returns a TXT only with available usernames.
Main functionality
• Upload TXT in the chat → process the list → output TXT with available ones.
… • Format validation (^[a-z][a-z0-9_]{4,31}$, 5–32, first — letter).
• Availability check: get_entity() with handling UsernameNotOccupiedError/ValueError as free.
• Anti-flood: semaphore MAX_CONCURRENCY, pause RATE_LIMIT_SLEEP_SEC, retry after FloodWait.
• Deduplication, normalization (@, spaces, case), file size limitation.
• Encoding: UTF-8 (fallback cp1251), file is always non-empty (placeholder if free=0).
• Access only for ADMIN_IDS.
• Configs via config.py (without .env).
Stack
Python 3.11 • python-telegram-bot 21.x • Telethon 1.36 • asyncio • logging.
Performance
Practically 1k usernames — processing in a few minutes (≈15–25 usernames/s depending on the network; tuning via MAX_CONCURRENCY, RATE_LIMIT_SLEEP_SEC).
Result
MVP bot that reliably returns TXT with available usernames; easy to scale/enhance (status bar, chunking, CSV export, etc.).
-
563 USD Bot on signals
Bot DevelopmentThis is a multifunctional Telegram bot that automatically sends trading signals to users. The system has a division into Free and Premium, but the signal is always the same — the only difference is in the number of accesses and ease of use.
Main features:
• Real-time signal distribution — the bot is connected to its own algorithm for checking indicators (RSI, MACD, Bollinger Bands, etc.).
… • Free vs Premium logic:
• Free users receive the same signals, but with a limit on the number, automatically returning to the menu after each signal.
• Premium users have unlimited access to all signals.
• Admin panel with buttons for management:
• Users (status, search, subscription change).
• Requests (broker, premium).
• Premium management.
• Statistics.
• Bulk mailing.
• Settings.
• Data storage in SQLite (tables for users, subscriptions, daily limits).
• Flexible management — all keys and settings are stored in config.py (without .env).
Technical stack:
• Python 3.11
• aiogram 3.13.1 — asynchronous work with Telegram API
• requests 2.32.3 — HTTP requests
• SQLite3 — database
• Architecture divided into modules:
• admin_bot.py — admin panel
• signals_bot.py — client bot for receiving signals
• worker.py — asynchronous process for sending signals
• storage.py — database interaction layer
• indicator modules (indicator_check.py, indicator_zlsma.py)
Implementation features:
• Automatic disconnection of expired subscriptions.
• Separate limit management for Free users.
• Logging and error handling during mailings.
• The ability to easily scale or connect new indicators.
-
11 USD ProHunt Bot
Bot DevelopmentTelegram bot for automatic monitoring of new projects on the Freelancehunt exchange. It tracks the appearance of orders based on specified tags or categories and sends notifications to Telegram so that the user can react first.
Main features:
• Page parsing with filters or using the Freelancehunt API
… • Automatic sending of messages to Telegram with the title and link to the new project
• Avoiding duplicates by saving the IDs of already viewed projects
• Periodic checks with the ability to configure the interval in config.py
• Simple setup via a configuration file
• Continuous operation on the server under systemd with automatic restart in case of failures
Technologies:
• Python 3
• Requests, BeautifulSoup4
• Telegram Bot API
• systemd (deployment on the server)
User benefits:
• Instant notification of new projects
• Full automation and operation 24/7
• Easy integration without complex settings
-
56 USD Crypto News Bot
Bot DevelopmentCrypto News Bot — an intelligent Telegram assistant for traders and investors
This bot is created as a universal tool for anyone working with cryptocurrencies. It combines speed, simplicity, and usefulness, allowing users to receive up-to-date market information in just a few clicks directly in Telegram.
… Key features:
• Instant news from top sources
The bot automatically gathers fresh headlines from Coindesk, Cointelegraph, Decrypt, CryptoNews, and Google News. Users always see real events that drive the market.
• Current prices and changes over 24 hours
Using the CoinGecko API, the bot shows the current value of selected coins (BTC, ETH, SOL, and others) along with the dynamics over the last 24 hours.
• All-in-one digest
The /digest command generates a compact report: the most important news plus current prices and changes. This saves time and helps quickly navigate the market.
• Simple and clear interface
No complicated settings: /start, /news, /price, /digest. The user gets maximum information with minimal actions.
Why this bot is beneficial:
• Increases expertise: traders always see what is happening in the industry.
• Saves time: no need to browse websites and news feeds.
• Flexible in configuration: the list of coins and news sources can be easily changed in the settings.
• Scalable: analytics, auto-notifications, charts can be added — the bot already has a ready structure.
Who it is suitable for:
• Crypto traders and investors.
• Analysts and financial consultants.
• Telegram channels that want to automate news delivery.
⸻
In the portfolio, such a bot shows: I can create real useful tools for the crypto market, integrate APIs, work with Telegram, and provide value to businesses.
⸻
Do you want me to make a shorter version of this description in the style of “one paragraph for the website” or is it better to leave the full detailed version?
-
169 USD CashTabletBot
Bot DevelopmentCashTabletBot
Telegram bot for automated arbitrage between cryptocurrency exchanges
… Bot functionality:
• Executes real arbitrage transactions between leading exchanges (Binance, KuCoin, OKX, MEXC, Bybit).
• Identifies and exploits the spread difference between pairs (for example, ETH/USDT).
• Automatically calculates gross and net profit considering exchange fees and transfers.
• Works with real market prices through official exchange APIs.
• Displays complete transaction statistics after execution.
Displaying results in Telegram:
• Exchanges between which the transaction was conducted.
• Spread size in percentage.
• Initial and final asset prices.
• Transaction amount in dollars and number of coins purchased.
• Gross profit.
• Fees and transfer costs.
• Net profit after expenses.
Additional advantages:
• Real-time operation without delays.
• Support for multiple exchanges simultaneously.
• Full automation: from opportunity detection to transaction execution.
• Scalability — new pairs and exchanges can be connected.
• Transaction history preservation for analytics.
⸻
This bot executes real arbitrage strategies, allowing users to profit from price differences between exchanges. It fully automates the process — from identifying opportunities to securing net profit, making it a tool for stable and fast trading.
-
79 USD Spot BOT Binance
Bot DevelopmentBinance Spot BOT
Telegram bot for automated trading signal generation
… Bot functionality:
• Automatic market analysis: the bot checks currency pairs on Binance Spot every minute using technical indicators (RSI, MACD, ADX, Bollinger Bands, ATR).
• BUY/SELL signals: messages with clear textual indications so that the trader can instantly orient themselves.
• Confidence level: in each signal, the bot shows the percentage of forecast accuracy and the confidence threshold (for example, 100% at a threshold of 75%).
• Trend and volatility: the direction of the trend (bullish / bearish), trend strength via ADX, and average volatility via ATR% are displayed in detail.
• Recommended trade time: the bot suggests the optimal timing for entry (for example, 60 seconds) for maximum strategy effectiveness.
• Full automation: signals are received in real-time without the need for manual updates.
Additional advantages:
• Modular code structure — new indicators can be quickly added or logic changed without rewriting the entire bot.
• Easy scalability — the ability to connect both Spot and Futures.
• File logging — saving all signals for further analysis and strategy optimization.
• Flexible settings — changing the confidence threshold, time intervals, and list of currency pairs.
Signal appearance in Telegram:
• Current asset price
• Forecast confidence
• Trend (5M) + ADX + ATR%
• Recommended trade time
⸻
This bot helps traders make quick decisions, reduces risks, and saves time on chart analysis. It combines the speed of machine analysis with the convenience of the Telegram interface.
⸻
Would you like me to prepare this description also in the format of a ready README.md for GitHub to make it look as professional as possible?
-
Shorts
Audio & Video EditingA lot of videos to watch
Reviews and compliments on completed projects 8 1
17 December 2025
225 USD
Trading robot
The best. The experience is felt.
![]()
9 December 2025
135 USD
Bot in Telegram channel
Thank you for the work. The bot was completed very promptly and professionally. I recommend for collaboration.
![]()
1 December 2025
338 USD
Creation of a trading robot
The work was done at a high level. It is very pleasant to collaborate with a specialist who is interested in the result, carefully works through all the nuances, and is always accommodating. Professionally, quickly, and as comfortably as possible. I recommend!
16 November 2025
225 USD
Creation of a trading robot
I am very satisfied with the collaboration with the performer. The task was completed with high quality, in full, and within the agreed deadlines. During the work process, the performer was constantly in touch, clarified details, and suggested useful improvements on their own.
Everything was done neatly, professionally, and without any delays. I definitely recommend collaborating and will reach out to this specialist again when the opportunity arises.
13 October 2025
45 USD
Telegram nickname parser
Everything is quick and good. Thank you for the cooperation.
12 October 2025
56 USD
Simple bot for crypto exchange
The work was done quickly. Always in touch.
7 October 2025
225 USD
A bot for cryptocurrency arbitrage in Python needs to be refined.
The project turned out to be too complicated and, as it turned out, not in the executor's area of expertise. Overall, the communication and the start of work were satisfactory. However, in this case, it is difficult to assess the work because the project was not completed, and it was collectively decided to terminate the collaboration.
31 August 2025
113 USD
Need a Python developer for a Telegram bot
The work was done efficiently and quickly, I recommend for collaboration!
18 August 2025
79 USD
Technical assignment: Bot for auto trading Pocket Option based on TradingView signals
The work was liked, the project was completed quickly
Activity
| Latest proposals 10 | Budget | Added | Deadlines | Proposal | |
|---|---|---|---|---|---|
|
Need a parser for the online store https://www.lcsc.com/
113 USD
|
|||||
|
Development of a Telegram bot according to the specifications
608 USD
|
|||||
|
Telegram bot
45 USD
|
|||||
|
Creation of automatic video shorts
113 USD
|
|||||
|
Futures bot
113 USD
|
|||||
|
Set up a Telegram bot
23 USD
|
|||||
|
Telethon work
34 USD
|
|||||
|
Development of a simple Telegram bot (1 button)
23 USD
|
|||||
|
Telegram bot in Python, Edits.
18 USD
|
|||||
|
Telegram chatbot for booking detailing studio
225 USD
|