I will build a tradingview to bybit webhook bot for automated trading

Russia

I speak Russian, English

Trading bot developer, Python and Pine Script

I build automated trading systems in Python and indicators in Pine Script. Full time for the past year, on my own system: a live Bybit setup running nine accounts, around 14,000 lines, with signals co...
About this Gig

I build the piece between TradingView and your exchange account: a webhook receiver that takes your alert and turns it into a real order.


What you get is a FastAPI service that validates every incoming alert against a strict schema, checks an HMAC signature so nobody but you can trigger your account, and holds an idempotency key so a duplicated TradingView alert doesn't open a second position. Orders go to Bybit or Binance through CCXT. Size comes from your risk per trade, rounded to the instrument's real tick size and lot step, so the exchange accepts the order instead of rejecting it.


You also get a README, a .env.example and tests. No API keys anywhere in the code.


I built this for my own trading first, nine accounts and around 14,000 lines of Python. That's where the paranoid parts come from: dropped websockets, partial fills, alerts that fire twice.


What I won't do is promise you a profitable strategy. I build what you specify, and I say so when I think the logic has a hole in it.


Message me before ordering with your strategy rules and your exchange. I'll tell you which package fits, and if the job is smaller than Basic I'll say that too.

Platform:

TradingView

Custom

Binance

Development technology:

Python

PineScript

JavaScript