KenKem Journal

From Manual Trader to Systematic Scalper: Why I'm Removing Emotion from Trading

Β· #systematic-trading #trading-psychology #volume-profile #algorithmic-trading

A trader studying several monitors of price charts
Manual trading meant hours of watching charts and fighting the same impulses. Photo: AlphaTradeZone / Pexels.

After 20 years as a software engineer and business founder, I found myself with a problem. I love trading, but the manual grind was demanding too much time and too much emotional energy.

I needed a sustainable way to keep trading as a serious side pursuit while my main focus stayed on building software. The answer, in hindsight, was obvious: treat trading the way I treat my tech business. Robust systems. Pure logic. Structured workflows. This is the honest version of how that transition went, including the parts where I got it wrong.

Why walk away from manual trading?

The trading world is loud. It runs on uncertainty, hype, and the constant fear of missing out. As a founder, I need a calm, structured environment to operate well, and manual charting gave me the opposite: screens to watch, impulses to fight, and a psychology tax on every single decision.

Algorithmic trading became my way out of that noise. By turning market rules into code, I could step back from the emotion and just look at the data.

One thing I want to be clear about: this was never about building a "money machine." It's about building a discipline machine. Software doesn't feel fear or greed. It just follows the plan, and that is the entire point.

Why did my first indicator bots fail?

I assumed my coding skills would make algorithmic trading easy. So I started the way most engineers do: programming the textbook indicators, RSI, MACD, basic crossovers.

In theory they looked like magic. In practice, my first bots bought the absolute top and sold the absolute bottom. They added almost nothing to my live strategies. Textbook theory and real market execution turned out to be two entirely different worlds, and here is what that failure actually taught me:

Lagging data is a rearview mirror. Moving-average-based logic tells you what happened ten bars ago. You cannot build a consistent entry purely from the past with no context of the present. That was an expensive but necessary lesson.

No indicator setting is universal. An RSI configuration that behaves well on a EURUSD daily chart can destroy an account on a XAUUSD 1-minute chart. Every asset and every timeframe has its own heartbeat. A system without asset-specific context is just guessing.

Time of day matters as much as price. A breakout rule might hold up during the London–New York overlap and slowly bleed through the quiet Asian session. Code without session filters is noise. It's not just what you trade, it's when.

What changed the approach?

After watching the textbook bots fail, I had to pause and think like an engineer again. Throwing standard indicators at a chart and hoping was not a strategy. I needed to understand actual market structure, volume, and order flow, to stop predicting the past and start measuring the present.

Part of that was accepting an uncomfortable fact about retail trading: most of the standard toolkit reacts to delayed information. If I wanted a systematic tool I could run alongside a full-time business, I needed to see where actual trading volume concentrated, not just where price had already been.

Why Volume Profile?

Discovering Volume Profile changed how I read the market. Unlike time-based indicators, it shows where the most trading activity occurred at specific price levels, a structural map of support, resistance, and market acceptance.

For a software engineer, this was the missing piece: objective, data-driven, and logical. When I applied my engineering background to researching and backtesting Volume Profile concepts, it became clear that for short-duration setups, scalping specifically, this structure supports far more disciplined decisions than momentum guessing. Price levels where the market has historically accepted or rejected value are something you can build rules around.

Scalping also fits the constraint that started this whole journey: less time exposed to the market, which means trading stays a sustainable side pursuit instead of a second full-time job.

What did I actually build?

MasterVP is my answer to the time and emotional drain of manual trading. It automatically computes precise trade levels and visualizes the risk structure directly on the chart. It does the heavy lifting of analysis so I can review a setup calmly and decide whether to take it, based on my own risk tolerance.

The MT5 Expert Advisor version can execute the workflow according to my exact configuration: maximum risk per trade, session windows, and so on. The software handles execution mechanics; I stay fully in control of the risk settings and the strategy.

What it is not: a signal service, a profit guarantee, or a replacement for judgment. It's a copilot that removes the impulse layer from trading, the layer that was costing me the most.

What's the real lesson?

Trading no longer feels like an emotional rollercoaster, and that, not any single trade outcome, is what I consider the win. The journey went from stressed manual trader, through failed textbook bots, to a systematic framework built on market structure. Every failure along the way pointed at the same root cause: decisions made from emotion or from stale data.

If you're an engineer looking at markets, my honest advice is to expect your first systems to fail, and to treat those failures as data. That's the job.


This article was composed from posts p1–p15 of the KenKem build-log series. Educational purpose only. Not financial advice. Past performance does not guarantee future results.

← All journal articles

Chat