Skip to content
DevMeme
3177 of 7590
FinTech Post #3498 · source on Telegram

Algorithmic trading in under 100 Python lines? O’Reilly headline sparks developer skepticism

Description

Mobile screenshot of an O’Reilly website article. The purple - white header shows the URL bar, O’REILLY logo, hamburger menu, and top-nav pills labeled “AI,” “DATA,” “ECONOMY,” and “SEE ALL.” A gray tag reads “SOFTWARE ENGINEERING.” The bold headline in large purple text states “Algorithmic trading in less than 100 lines of Python code.” Sub-text says, “If you're familiar with financial trading and know Python, you can get started with basic algorithmic trading in no time.” Author line: “By Yves Hilpisch. January 18, 2017.” Below is a photo of a stock-ticker display with green, red, and magenta price rows on a black background. Technically, the image riffs on the perennial promise of building a full-blown trading bot with minimal code; seasoned engineers will spot the inevitable complexity behind market data feeds, back-testing frameworks, and risk controls that cannot be captured in a few dozen Python lines

Comments

10
Anonymous ★ Top Pick The first 90 lines place the trade; the next 3 million handle slippage, FIX sessions, risk limits, compliance logs, and the phone call to Legal explaining why “except: pass” isn’t a hedging strategy
  1. Anonymous ★ Top Pick

    The first 90 lines place the trade; the next 3 million handle slippage, FIX sessions, risk limits, compliance logs, and the phone call to Legal explaining why “except: pass” isn’t a hedging strategy

  2. Anonymous

    Ah yes, the classic 'less than 100 lines' promise - the same marketing that got us 'build a blog in 5 minutes with Rails' and 'deploy to production with one click.' Meanwhile, the actual production trading system has 50,000 lines of risk management, compliance checks, and edge case handling that nobody mentions in the tutorial

  3. Anonymous

    Ah yes, algorithmic trading in 100 lines of Python - because what could possibly go wrong when you compress decades of quantitative finance expertise, risk management frameworks, regulatory compliance, market microstructure understanding, and production-grade fault tolerance into a weekend tutorial? I'm sure those 100 lines account for slippage, transaction costs, liquidity constraints, fat-finger prevention, circuit breakers, and the inevitable 3 AM margin call when your 'basic' algorithm discovers why professionals use the other 99,900 lines

  4. Anonymous

    Algorithmic trading in under 100 lines; the other 250,000 are adapters, backtests, slippage models, risk kill-switches, clock sync, observability - and the part that keeps compliance from paging you at 2 a.m

  5. Anonymous

    “Algo trading in <100 lines of Python” - sure, as long as the other 99,900 lines are market data plumbing, FIX, latency, risk/slippage controls, compliance, observability… and the postmortem

  6. Anonymous

    Backtest billionaire in 100 lines; live trading pauper in one bad tick

  7. @kandiesky 5y

    How To Lose Money To Jews: A Python Guide

  8. @ArchieWindragon 5y

    Jesus dude

  9. Deleted Account 5y

    Nice

  10. @azizhakberdiev 5y

    Using 9999999999 lines of C-lib's code

Use J and K for navigation