Index finger pointing up icon

From: Poland

Location: Biskupiec, PL

On Useme since 11 August 2026

About me

Automation rarely crashes. More often it just stops doing what you pay it for while every indicator stays green: an import pulling an empty file, a webhook returning "200" on failure, a sync dropping every tenth record. Nobody notices until someone checks a number by hand.

I write Python: automations, API integrations, webhooks, data cleaning, scheduled tasks on Windows. I work alone, no agency, no subcontractors.

I am new here with no reviews, so I offer something checkable: two tools I wrote, sent before any contract. One watches the age of your data and alerts when it stops arriving. The other compares two integration payloads and shows which key or format drifted. One command, no install.

Where this comes from: I built my own trading system in Python - 73,000 lines and 2,743 tests - running on my live MetaTrader 5 account. The layer that verifies the numbers are real was written before the first dollar went in.

I reply the same day, including evenings.

Categories

Skills

Python

Portfolio

stalewatch - alarm, gdy dane przestają przychodzić

Skrypt w Pythonie pilnujący WIEKU danych, a nie tego, czy proces żyje. Przy zastoju zwraca kod wyjścia 1, więc wpina się wprost w Harmonogram zadań Windows jako alarm. Tylko biblioteka standardowa, jedno polecenie, bez instalacji.

System transakcyjny w Pythonie na żywym koncie MT5

Ok. 48 000 linii Pythona i 2 659 testów, działa w trybie egzekucji na moim rachunku MetaTrader 5. Walk-forward, bootstrap blokowy, kontrola wielokrotnego testowania, modelowanie kosztów i poślizgu, bramka gotowości przed kapitałem.

payloaddiff - porównanie payloadów integracji

Porównuje dwa payloady i pokazuje, co je różni: brakujący klucz, zmiana typu, zmiana formatu (numer E.164 kontra ze spacjami, data ISO kontra US). Listy {name, values} z Facebook Lead Ads czy HubSpota zestawia po nazwie, nie po indeksie.