Getting Started

Market Structure: 13 Levels of Capital Flow From Fed to Your P&L

Map the market structure hierarchy from the Fed to your P&L across 13 levels. See where capital enters, how orders route, and exactly where you sit.

2026-06-04 8 min read
Getting Started

Call, Put, Long, Short: The 2×2 Mental Model for Options

Call, put, long, short explained with one simple 2×2 mental model. Decode any option position in a single breath — right vs obligation, bullish vs bearish.

2026-06-03 7 min read
Getting Started

OptionStrat Guide: Visualize Options Strategies Before You Trade

OptionStrat is the go-to options visualizer for retail traders — risk graphs, break-evens, probability of profit, and scenario testing in one place.

2026-06-02 10 min read
Getting Started

How to Read an Option Chain: Strikes, Greeks & Expirations

How to read an option chain explained: decode strikes, delta, gamma, theta from a real AAPL snapshot, and discover who actually sets strike prices.

2026-06-02 9 min read
Getting Started

Options Leverage by Moneyness: ITM, ATM, OTM Fully Compared

Options leverage shifts dramatically across moneyness. Deep OTM gives 116x leverage with lottery-like risk; ATM is where day traders find the best balance.

2026-06-01 8 min read
Getting Started

Options Trading Cheat Sheet: 252 Terms by Priority Level

Master 252 options trading terms organized by priority level — from call/put basics to Greeks, implied volatility, and professional strategy jargon.

2026-06-01 81 min read
Getting Started

Pre-Order Checklist: From Novice to Pro Before You Place a Trade

A tiered pre-order checklist for stock traders — 3 checks for beginners, 5 gates for intermediates, and the full pro system before any scalp entry.

2026-05-28 8 min read
Getting Started

Backtesting a Trading Strategy: What the Results Actually Mean

Learn how backtesting a trading strategy works, what metrics matter, how to spot overfitting, and why out-of-sample validation is non-negotiable.

2026-05-27 8 min read
Getting Started

How to Read Stock Charts: The Systematic Trader's Framework

Learn how to read stock charts as a systematic trader — candlestick anatomy, support and resistance, trend structure, volume, and when to use each chart type.

2026-05-27 8 min read
Getting Started

Trading Bot Stale Data: Why It Happens and How to Fix It

Trading bot stale data causes bad fills and edge erosion. Learn why IEX feeds lag, how to detect staleness, and which data feed to upgrade to for your strategy.

2026-05-27 7 min read
Getting Started

What Is an API-First Trading Platform?

API-first trading platforms are built for automation from day one. That architecture determines which systematic strategies are even possible to run.

2026-05-18 8 min read
Onboarding

The Developer's Guide to Quantitative Trading

If you can write a function, you can understand quant trading. Finance concepts translated into software engineering terms — without the jargon or the hype.

2026-05-18 7 min read
Getting Started

Why CLI-First Trading Is the Developer's Competitive Advantage

GUI trading hides state, slows iteration, and treats automation as an afterthought. For developers, the CLI is not a preference — it is a structural edge.

2026-05-18 7 min read
Getting Started

CLI vs. GUI for Algo Trading — What You Lose When You Click

Every GUI click cannot be scripted, audited, or repeated exactly. For systematic traders, that is not inconvenience — it is structural friction that compounds.

2026-05-18 6 min read
Tutorial

Connecting Alpaca to Your Trading Strategy — A Developer's Guide

Authentication, market data streaming, order management, and error handling — everything needed to wire a trading strategy to Alpaca's API reliably.

2026-05-18 11 min read
Tutorial

Your First Live Trade via API — A CLI Tutorial with Alpaca

From authenticated API client to confirmed paper trade in under 50 lines of Python. The execution layer, demystified — before adding any strategy logic on top.

2026-05-18 10 min read
Getting Started

How Oyamori Works — A Technical Overview for Skeptical Developers

What does Oyamori do, how does it connect to your brokerage, and what happens when a trade goes wrong? Answers for developers who will not accept a black box.

2026-05-18 7 min read
Tutorial

How to Backtest a Strategy — And What the Numbers Actually Mean

Backtesting is not prediction — it is hypothesis testing. Here is how to run a backtest correctly and, more importantly, how to interpret the results honestly.

2026-05-18 11 min read
Getting Started

How to Monetize a Trading Algorithm

You built a validated trading algorithm. Monetizing it doesn't mean handing over the code or running a fund. Here's the model that lets you earn without either.

2026-05-18 7 min read
Tutorial

The Oyamori CLI Workflow — From Edge Selection to Live Execution

The complete Oyamori CLI workflow — selecting an edge, configuring risk, connecting your account, and running a live systematic trading strategy.

2026-05-18 9 min read
Getting Started

Paper Trading vs. Live Trading — How to Know When You're Ready

Paper trading and live trading feel identical until the moment they don't. A measurable framework for knowing when your strategy is ready for real capital.

2026-05-18 6 min read
Workflow

Scheduling Trading Algorithms — Cron, Docker, and Serverless

Cron, Docker, and serverless — three approaches to scheduling a trading algorithm. Trade-offs, setup instructions, and when each breaks in production.

2026-05-18 11 min read
Tutorial

Setting Up Your Trading Development Environment

A reproducible Python trading environment from scratch — pyenv, core libraries, Alpaca API credentials, and a smoke test that confirms everything works.

2026-05-18 9 min read
Workflow

From Trading Idea to Live Algorithm — The Complete Workflow

Most trading ideas die between hypothesis and deployment. This is the end-to-end workflow — from a market observation to a live, monitored systematic strategy.

2026-05-18 8 min read
← All Learning Articles