Wick is an SEC-registered investment adviser. Investing involves risk, including possible loss of principal. Past performance is not indicative of future results.
← back to resources
July 24, 2026

What is algorithmic trading?

Wick Team · 8 min read
the short version

algorithmic trading runs a strategy on pre-defined rules that decide what to trade, when to enter and exit, and how much — and executes automatically without you approving each trade.

because the infrastructure to run a systematic strategy now exists inside a retail brokerage account, your job is to evaluate a strategy rather than build one.

the way to start is to evaluate a strategy's hypothesis, performance and risk, drawdown, and minimum account size, then paper trade it or run it live at that minimum or above.

Algorithmic trading is a way of trading where a set of pre-defined rules decides what to buy or sell, when to enter and exit, and how much to trade — then executes those trades automatically, without you approving each one.

For most of trading history, that kind of systematic trading was an institutional tool. Running it took the technology to build a strategy, the capital to run it at scale, and the infrastructure to execute it — none of which was within reach for most retail traders. What's changed in the last few years is the infrastructure: it's now possible to run a systematic strategy directly in a retail brokerage account without building it yourself. That shifts the question from "how do I build a trading algorithm?" to "how do I evaluate and run one?"

This article answers the first-step version of that: what algorithmic trading actually is, how it differs from trading by hand, whether you need to code, how it relates to "trading bots," and what starting looks like.

the old question was "how do i build a trading algorithm?" for retail traders, it's now "how do i evaluate and run one?"
what it is

What is algorithmic trading?

Algorithmic trading is trading run by an algorithm — a fixed set of rules that specifies what to trade, when to enter and exit, and how to size each position, and then executes automatically. The defining feature is that it's systematic: the same market conditions produce the same response, every time, without discretion.

An algorithm here is just a precise set of if-this-then-that rules. A strategy might say, in effect, "when these conditions appear in this instrument, take this position at this size; exit when these other conditions appear." Once it's running, it acts on those rules as the conditions occur — you're not clicking buy and sell on each trade.

The rules can be simple or complex, but the principle is the same across all of them: the decision-making is defined in advance and applied consistently, rather than made fresh in the moment on each trade.

systematic vs discretionary

How is algorithmic trading different from trading manually?

Manual trading involves a decision on each trade; algorithmic trading removes that decision layer. The strategy either fires or it doesn't, based on its rules — so your role shifts from managing individual positions to evaluating a strategy before you run it and monitoring whether it behaves as expected.

Most retail traders operate discretionarily: even with a consistent approach, there's a judgment call at each entry and exit. Systematic trading replaces those repeated judgment calls with one upfront judgment — is this strategy sound, and is it right for me? After that, consistency is the point. You don't intervene trade by trade, which removes a category of in-the-moment, emotionally driven decisions. The trade-off is that it asks you to hold through normal losing stretches without second-guessing every red trade.

the coding question

Do you need to know how to code to trade algorithmically?

Not if you run a strategy someone else built. Building a strategy from scratch typically takes coding and quantitative skills, but running a professionally built one in your brokerage account doesn't require writing a line of code.

This is where the old assumption trips people up. "Algorithmic trading" sounds like something reserved for developers, and building strategies genuinely is technical work. But running one is a different job. The technical part — connecting a systematic strategy to a brokerage account so it executes automatically — is handled by the infrastructure, not by you. Wick is an algorithmic trading platform built around exactly this split: every strategy is built and tested in-house, and a retail trader with a funded brokerage account can run one without building it themselves. Your work is evaluation, not engineering.

bots vs strategies

Is algorithmic trading the same as a trading bot?

They overlap but aren't the same thing. "Trading bot" loosely describes any program that places trades automatically, while a well-defined algorithmic strategy comes with a documented hypothesis, tested performance, and a stated risk and drawdown profile.

The label matters less than what sits behind it. Plenty of "trading bots" marketed online promise returns while telling you little about how they work or what a losing stretch looks like. A strategy worth running is the opposite: you can read what market behaviour it's trying to exploit, see performance and risk figures with realistic assumptions, and know roughly what a normal drawdown looks like before you commit any money. When you're comparing options, judge them on that transparency — not on whether something calls itself a bot, an algo, or a strategy.

getting started

How do you start algorithmic trading?

You start by evaluating a strategy, not building one. Look for a clear description of its hypothesis, a full performance and risk profile, a drawdown profile you can live with, and a minimum account size — then either paper trade it or run it live at or above that minimum.

Those four things are what let you judge a strategy honestly. The hypothesis is what the strategy believes about the market — the inefficiency it's trying to capture — in plain language. The performance and risk profile covers returns and risk together — including drawdown, not just upside — ideally with realistic cost assumptions and live results accumulating over time. The drawdown profile tells you what a typical losing stretch looks like and how long it tends to last, so a rough patch in week three doesn't feel like a surprise. And the minimum account size is the smallest balance at which the strategy can size positions as designed.

From there, paper trading lets you watch a strategy behave in real conditions without real money on the line, while going live directly is reasonable if you've done the evaluation and can fund at least the minimum. Either way, once it's running, behaviour is the first thing to read — whether it's trading the right instruments at the right sizes — because a small number of trades is too noisy to judge performance from.

go deeper

Wick's companion guide, "how to start algo trading," walks through that evaluation framework in more depth.

before you run a strategy
Understand the hypothesis
Can you explain in plain language what the strategy is waiting for, and in what conditions?
Know the drawdown profile
What does a typical losing stretch look like — not just the worst case — and how long does it tend to last?
Set a stopping rule
Decide the drawdown level where you'd stop before you start, based on the strategy's history, not on how a losing week feels.
once it's running
Read behaviour first
Is it trading the instruments, sizes, and timing it was designed to trade?
Compare drawdowns to the profile
Is what you're seeing within the depth and duration the strategy's history described?
Give it enough trades
A handful of trades is too small a sample to draw performance conclusions from.
key takeaways
01 algorithmic trading means a strategy trades automatically on pre-defined rules — the strategy fires or it doesn't, so your job is to evaluate it, not manage each trade.
02 it isn't guaranteed returns and it isn't a black box, and it doesn't require coding if you run a strategy someone else built.
03 systematic strategies used to be institutional-only; the infrastructure to run one in a retail brokerage account is what changed the access question.
04 before running anything, look for a clear hypothesis, a full performance and risk profile, a drawdown you can sit through, and a minimum account size.
05 once live, read behaviour before p&l — a small number of trades is too noisy to judge performance from.
common questions
Frequently asked
What is algorithmic trading in simple terms?
Algorithmic trading is trading where pre-defined rules decide what to buy or sell, when, and how much — and execute automatically. Instead of making a decision on every trade, you evaluate a strategy once, then let it run according to its rules.
Do you need to know how to code to trade algorithmically?
Not if you run a strategy someone else has built. Building a strategy from scratch typically requires coding and quantitative skills, but running a professionally built one in your brokerage account doesn't. On Wick, strategies are built in-house and can be run without writing any code.
Is algorithmic trading the same as a trading bot?
They overlap but aren't identical. "Trading bot" loosely describes any program that trades automatically, while a well-defined algorithmic strategy comes with a documented hypothesis, tested performance, and a stated risk and drawdown profile. The difference that matters is whether you can see how it behaves and what to expect — not the label.
Is algorithmic trading legal?
Yes. Algorithmic trading is legal for retail traders and widely used, as long as it runs through a regulated brokerage and follows that broker's rules. It carries the same market risk as any trading — automation changes how trades are executed, not whether they can lose money.
How much money do you need to start algorithmic trading?
It depends on the strategy. Most strategies specify a minimum account size — the smallest balance at which they can size positions as designed — and running at or above that keeps the risk profile aligned with what you evaluated. Running well below the minimum tends to distort both sizing and risk.
share:
ready to run algos?

join the waitlist for early access to quant-built strategies.