Skip to main content

Olaaia · Algorithmic trading engineering · Mar del Plata → worldwide

Custom trading bots, engineered by a developer with institutional fintech background — not a freelancer template.

Python, MetaTrader 5, NinjaTrader, Pine Script v6 and TradingView. From scoping to live execution in 2–4 weeks. Fixed scope. NDA. Your source code, your accounts.

Free, NDA on request.

strategy.py
from ib_insync import IB, Stock, MarketOrder ib = IB()ib.connect("127.0.0.1", 7497, clientId=1) contract = Stock("AAPL", "SMART", "USD")ib.qualifyContracts(contract) bars = ib.reqHistoricalData(    contract,    endDateTime="",    durationStr="60 D",    barSizeSetting="1 day",    whatToShow="TRADES",    useRTH=True,) signal = generate_signal(bars)if signal.entry:    order = MarketOrder("BUY", signal.size)    trade = ib.placeOrder(contract, order)

Olaaia builds software. Clients run software on their own brokerage accounts with their own keys. Olaaia does not custody funds, does not trade client accounts, and does not provide investment advice. Trading involves risk of loss.

What I build

Three engagement paths.

Three honest paths — retail bots, institutional systems, or quant research. Pricing transparent. NDA standard. Source code yours.

Retail trading bots

Custom EAs, NinjaTrader strategies, Pine Script v6 indicators and Python bots on IBKR. Backtest, paper-trade, deploy. From $750.

Discuss a similar build

Institutional trading systems

FIX/ITCH connectivity, NautilusTrader execution, real-time risk and observability for prop desks and small funds. From $4,000.

Discuss a similar build

Quant research & ML signals

Feature pipelines, XGBoost / LightGBM / HMM, walk-forward validation, deployment to live trading. From $2,500.

Discuss a similar build
Why us

Built on institutional background, delivered by the founder.

Institutional background

Built OMS and HFT arbitrage systems with FIX/ITCH connectivity for South American banks before going independent.

Founder-only delivery

Every line of code, every backtest, every deploy is mine. No offshore subcontracting.

Teaching-grade code

I teach Algorithms & Data Structures and Operating Systems at CAECE University — code you can read and maintain.

Risk-honest engineering

No 'guaranteed returns'. Every deliverable ships with backtests, walk-forward results, drawdown profiles and a regression test suite.

How I work

From discovery to live in 4–10 weeks.

  1. 01

    Discovery

    Paid call, architecture brief, fixed scope, fixed price.

    1 week
  2. 02

    Build

    Weekly working-demo cadence, GitHub repo from day one.

    2–6 weeks
  3. 03

    Backtest & paper-trade

    Walk-forward validation, slippage stated, drawdown bands published.

    1–2 weeks
  4. 04

    Go-live

    Deploy to your broker/exchange. You hold the keys.

    1 week
  5. 05

    Aftercare

    Monitoring, alerts, parameter retuning. From $200/month.

    Optional, monthly
Selected work

Real builds, sanitised for NDA.

See all work
Crypto · LATAM prop desk

Cross-exchange market-making bot

NautilusTrader-based market maker across three exchanges with inventory-skew logic and real-time hedging. Reduced manual intervention per shift from ~4h to ~25min. Live across 18 trading pairs. NDA — 2025.

Discuss a similar build
Equities · Argentine broker

FIX 4.4 connectivity layer

FIX 4.4 gateway and OMS integration for a regulated broker, with reconnection logic, order-state machine and trade-reporting hooks. NDA — 2024.

Discuss a similar build
Quant research · US prop firm

XGBoost regime-classification signal

Walk-forward validated XGBoost classifier feeding position-sizing on a discretionary futures book. Drawdown bands and feature-drift dashboard delivered alongside. NDA — 2025.

Discuss a similar build
Pricing

Two bands. Fixed scope. Fixed quote in 24h.

Retail bot build

From $1,250

2–4 weeks

MT5 EA, NinjaTrader strategy or Python/IBKR bot. Backtest + paper-trade + deployment.

Institutional engagement

From $6,000

6+ weeks

FIX/ITCH, multi-venue execution, ML signal pipeline or embedded delivery-lead role.

Custom quote in 24h — book a free call.

See full pricing
FAQ

Questions before we talk?

Do you guarantee returns?
No, and any developer who does is a red flag. I guarantee engineering quality, walk-forward validated backtests, and a clean handover. Market performance is your responsibility.
Who owns the source code?
You do. 100%, from day one. Source lives in a private GitHub repo; on final payment the repo transfers to you.
Do you take a cut of profits?
No. Fixed scope, fixed price. Profit-share only on multi-quarter institutional engagements with mutual due diligence.
What brokers and venues do you work with?
Interactive Brokers (ib_insync), Binance / OKX / Bybit / Hyperliquid (REST + WebSocket), MetaTrader 5, NinjaTrader 8, Rithmic, plus FIX 4.2/4.4 for institutional venues.
NDAs?
Standard. Mutual NDA before any code or proprietary strategy is shared.
Do you trade my account?
No. I build the system; you run it on your account, your keys, your risk.
Where are you based?
Mar del Plata, Argentina (UTC-3). Synchronous with US / LATAM / EU; async with APAC.
How fast can you start?
Discovery call within 48 hours of inquiry. Build start typically 1–2 weeks after scope sign-off.
Ready to talk?

Pick the path that fits.

Use the form on the contact page or email contact@olaaia.com to schedule directly.