Skip to main content

Posts

Featured

The Trading Team Overview

A field report from a solo project that treats every promising result as a lie until it survives a gauntlet built to kill it. The premise There's a particular kind of self-deception that ruins people who try to trade the markets with code. You write a program that "would have" turned $10,000 into $80,000 over the last decade, you stare at the beautiful upward-sloping equity curve, and you feel like you've found something. Almost always, you haven't. You've found a pattern that fits the past and evaporates the moment real money touches it. I've been building a project called TheTradingTeam : a one-person systematic trading pipeline for daily-horizon strategies on liquid US stocks and ETFs. "Daily-horizon" means the system makes decisions once a day and holds positions for days to weeks — no high-frequency wizardry, no microsecond arms race. And the organizing principle of the whole thing is a deliberately paranoid one: Assume every ba...

Latest Posts

Terms & Conditions

Privacy Policy

Sequence to Sequence Model (Seq2Seq)

Image Semantic Segmentation

AlexNet (Convolutional Neural Network)

U-Net Paper Review

What is CNN (ConvNet)?

MVVM

Longest Increasing Subsequence (LIS) Problem Basic

The Longest Common Subsequence (LCS) Problem