I will build a tradingview to bybit webhook bot for automated trading
Trading bot developer, Python and Pine Script
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
FAQ
Do you need my API keys?
No. I develop against testnet or against read-only keys. You put your live keys in yourself, in a .env file that never goes into the repository.
Will this make money?
I have no idea, and neither does anyone else selling you a bot. I build the execution layer. The strategy is yours.
Can you host it for me?
I'll set it up and show you how to deploy it, on the Premium package. I don't run other people's money on my own machines.
I already have a bot that breaks. Can you fix it instead?
Yes. Send me the code and the error first. Sometimes it's twenty minutes of work, and I'll tell you that rather than sell you a package.

