Valeon

Start typing to search posts by title.

A colorful digital illustration depicting a robot analyzing data amidst global networks, charts, and automated machinery, conveying themes of technology and artificial intelligence.

Where the Edge Goes

SFSayed Hamid Fatimi
7 min read
Listen to this post0:00 / --:--

There are things you cannot learn about markets from the outside. The way price moves through a thin level versus a genuine rejection. The way a funding rate extreme signals positioning exhaustion versus conviction. The way a session open behaves differently depending on what happened in the sessions before it, and whether the overnight move was structure or noise. This knowledge accumulates slowly, over years of being wrong in specific ways and learning to read what the wrongness meant. It does not transfer by description. It transfers by exposure, and what it produceswhen enough of it has accumulatedis not a framework someone else can copy from a guide but an edge. A genuinely personal one. The product of time spent in the market rather than adjacent to it.

I spent years accumulating it. Scalps, swing positions, periods of studying the orderbook closely enough that its language starts to feel structural rather than foreign. All of it pointed toward the same conclusion: that the edge I could identify in markets was real, and the problem of executing it was a genuinely separate problem from the problem of finding it. I kept arriving at the same point. A system sound in design and imperfect in executionnot because the system was wrong but because the human executing it was subject to pressures the system had no mechanism to account for. The position that runs too long because closing it means admitting the session went wrong. The entry that fires early because waiting another candle feels like losing the move. The stop that gets moved because the thesis still feels valid even when the number says otherwise. The gap between what the system requires and what the human delivers is where the edge goes.

The answer to that problem is automation. The problem with the answer is that the automation layer, as it exists in the market, is built for people other than the one who needs it.

On one end, retail trading bots: a menu of two or three preset strategies, simplified interfaces, and a ceiling you hit almost immediately. The simplicity is the product. It is also the limit. You cannot express an edge the preset menu does not offer, and the preset menu was not designed by someone who had one. On the other, platforms like Hummingbot: genuinely expressive, genuinely capable, and accessible only to people who can write production-grade strategy code, provision and manage their own compute, handle WebSocket reconnection logic and IP whitelisting and clock drift synchronisation across multiple exchanges, and still have the market knowledge to know whether what they built is actually right. The canyon between those two positions is not accidental. It reflects something true about what filling it requires: you need to have traded seriously enough to know what a strategy needs to express, built systems seriously enough to know what correct looks like at the integration layer, and run live infrastructure seriously enough to understand what dedicated compute versus a shared runtime means when a position is open at 3am. None of those alone is sufficient. The trader who cannot build will not build it correctly. The engineer who cannot trade will not know what is missing. The DevOps-competent person who can do neither will produce something that runs without understanding what it is running. The gap persists because building the bridge requires standing on both sides of it simultaneously.

plutarc is the product of standing on both sides of it for long enough that what they required finally resolved into the same thing.

It is built for the serious discretionary participantthe swing trader or scalper who has accumulated genuine market knowledge, who trades with a real system rather than a hope, and who keeps running into the execution problem that knowledge alone cannot solve. Not the high-frequency trader who already has engineers. Not the complete beginner who needs different tools entirely. The person with a tested thesis and the discipline to know that the main obstacle between them and executing it consistently is not the thesis. It is the human.

What that person gets: 48 composable strategy components across five rolessignals, filters, risk gates, entry guards, and exit rulesat launch and growing. Not presets. Building blocks. The combinatorics of that assembly matter more than the component count alone implies: under realistic shape constraints, those 48 components already combine into roughly 2.5 billion distinct strategy skeletons before you tune a single parameter. Most bot platforms ship two presetsgrid and DCA. The rest require code. plutarc is neither. The risk gate is the component I am most proud ofit sits between signal and execution and blocks entries when the market conditions do not warrant the exposure. Not a stop loss applied after the fact. A gatekeeper that evaluates whether the trade should happen at all, before it does. Sitting behind the strategy layer: ten exchanges currentlyBitMEX, Bybit, Binance, Kraken Futures, OKX, KuCoin, Deribit, Gemini, Phemex, WooXeach built correctly rather than approximated, with more to follow. Dedicated compute per bot, provisioned close to the matching engine where latency matters, with billing tied to actual use and session windows that release infrastructure when a bot isn't trading. Full organisational support and role-based access control for anyone operating at team scale. Backtesting and paper trading to separate the question of whether the strategy is configured correctly from the question of whether it is profitablewhich are different questions that cost different amounts to get wrong.

The whole of it was built without external trading libraries. Every layer, every interface, every exchange adapter written from scratch and understood completely. That is a choice with costs that compound, and I made it deliberately. What it produced is a system I can reason about at every levelfrom WebSocket reconnection behaviour on a specific exchange to how the risk gate interacts with a partially filled entry order under concurrent signal conditions. That kind of understanding is not available to a builder who works on top of someone else's abstraction. It is only available to one who built the abstraction. And it is the difference between a platform that holds under live conditions at 3am, when something unexpected happens and the answer needs to be correct, and one that holds only in demos.

plutarc is not a signals service. It is not copy-trading. It does not manage capital on your behalf or make claims about what you will earn. It is infrastructure you operatebuilt for the person who has already done the work of understanding markets and wants to stop losing the execution to a human being who gets tired.

The years in markets, the years building systems, the years running production infrastructure in environments where the cost of getting it wrong is measured in moneyall of it was necessary, and none of it was sufficient on its own. What this required was the convergence of all three, applied to a problem the market had left unaddressed long enough that the gap had become structural. I am not certain that was obvious until I was far enough into building it to see clearly what it was going to take. By the time it was clear, walking back was not a choice I was willing to consider.

The canyon is real. The people on the wrong side of it are real. This is the bridge. I built it to last.

Related posts

Isometric illustration of a glowing hexagonal core at the centre of an expansive scaffolded metal framework, with cyan and teal light beams and circuit-like data streams radiating diagonally outward against a dark teal background

What a Platform Owes Itself

"A core rewrite, a lifecycle state machine, CI orchestration, observability, an internal operator dashboard with audit trail, and documentation for engineers not yet hired — the internal work that decides whether the external promises can be kept."

SFSayed Hamid Fatimi
7 min read
Futuristic multi-level glass trading firm at dusk with teams at workstations surrounded by holographic candlestick charts and financial dashboards, glowing blue and orange data streams connecting floors, and robots beside colourful analytics displays in the foreground against a city skyline

What a Platform Owes

"Organisations and RBAC, compute sleep cycles, a custom support system, and paper trading — four updates that don't add to the exchange count, but change what it means to actually operate on the platform."

SFSayed Hamid Fatimi
7 min read
Isometric illustration of the Plutarc orchestration layer chip at centre, with glowing circuit pathways connecting to nine exchange logos — OKX, KuCoin, Deribit, Gemini, Phemex, Bybit, BitMEX, Binance, and Kraken — against a dark trading dashboard backdrop with candlestick charts and the number 82,000 rising in a column of binary code

82,000 Lines of Code Later

Nine exchanges, a full adapter suite, equity protection, compute downsizing, and an honest account of what multi-exchange support actually requires to get right.

SFSayed Hamid Fatimi
16 min read