Developer

AI-Built Custom Indicators: Let SabrTrader Write Its Own Plugins
How SabrTrader's built-in AI chat writes, compiles and loads custom indicators, bar types and strategies from a plain-language prompt - no coding required. Read more...
Building Custom Indicators with Claude Code and the SabrTrader MCP Server
Use Claude Code and the SabrTrader MCP server to write, install, chart and iteratively refine custom C# indicators without writing code yourself. Read more...
Why I built the Auto Strategy Builder, and how I use it to auto-trade these days
I spent too many nights hand-tuning parameters in an optimizer window before realising I was just picking my favourite week. This is what I built instead, the decisions I'd defend,... Read more...
My strategy was fine. I was the problem.
Eight months of journalling showed me that the trades my rules said to take and the trades I actually took were two different lists. Discipline did not fix it. This... Read more...
The order-flow signals I trust, and the ones I ignore
I wrote most of the order-flow detection in this platform, and my own footprint chart has about two thirds of it switched off. Here is which signals earn their place,... Read more...
Drive SabrTrader From Claude Code: The Complete MCP Guide
SabrTrader has a built-in MCP server. Turn it on, point Claude Code at it, and you can drive charts, indicators, accounts, and even place trades in plain English, always inside... Read more...
How to Build Your First SabrTrader Strategy in C#
A complete, beginner-to-finish walkthrough of building an automated moving-average crossover trading strategy on SabrTrader, from an empty class to a backtested, deployable plugin. Read more...
How to Build Your First SabrTrader Indicator in C#
A complete, beginner-to-finish walkthrough for .NET developers: build a working Simple Moving Average indicator for SabrTrader in C#, from an empty class library to a live line on a chart. Read more...