Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Vlad Yavorsky

Offer Vlad work on your next project.

Ukraine Ternopol, Ukraine
28 days 18 hours back
Available for hire available for hire
age 22 years
on the service 3 years

Rating

Successful projects
No data
Average rating
No data
Rating
297
C & C++
96 place out of 1372
C#
147 place out of 1197

Skills and abilities

Portfolio


  • 200 USD

    Automated AI Copytrading Bot for Bybit, Google Gemini + Telegram

    AI & Machine Learning
    Developed a high-load algorithmic trading bot to fully automate trades on the Bybit cryptocurrency exchange. The project solves a common pain point: manual trading based on signals from paid VIP Telegram channels. This bot instantly intercepts the signal, analyzes it, and executes the trade.

    Key Feature (AI Vision): The bot utilizes neural networks (Google Gemini API) to independently "view" chart screenshots! If a channel posts an image without text, the AI extracts the coin ticker, entry point, Take-Profit levels, and Stop-Loss directly from the image within seconds.

    Core Functionality:

    Instant parsing of unstructured and complex text messages.
    Smart Catch-Up System: If the bot experiences downtime, upon restart, it scans the chat history for the last 24 hours. It verifies current exchange prices and enters only the trades that are still valid (price hasn't drastically pumped/dumped and the stop-loss hasn't been hit).
    Dynamic risk management: Automatic calculation of position size and leverage based on predefined risk allowance.
    Automated partial profit realization (Smart Partial TP) across multiple target levels, instantly shifting the stop-loss to breakeven.
    Comprehensive Telegram Dashboard: The bot acts as a mobile terminal, providing real-time notifications for trade entries, TP/SL closures, and generating 60-day PnL reports in USD.
    Tech Stack: Python 3.11, Bybit API V5 (Pybit), Telethon, Google Generative AI (Gemini Flash 2.5), Asyncio.

    This is a turn-key solution tested in live market conditions, processing orders with near-zero latency. Ready to scale the architecture for Binance/OKX or customize the risk-management logic according to specific business needs.

    #tradingbot #bybitapi #telegrambot #python #ai #machinelearning #gemini #copytrading #algotrading #parsing
  • Calculator in C++ in an unusual style

    C & C++
    The unusual style of this calculator is that it uses the function to perform calculations, rather than directly perform calculations in the main function. This can be useful if you want to reuse the computer code in other parts of your program or if you want to make the program easier to read and understand.