Live quantitative metrics and automated market structure rules.
Pipshed is a live command centre for a systematic FX trading system running on an FTMO funded account. Every 30 minutes, the executor scans currency pairs, detects Japanese candlestick patterns, evaluates the current market regime, and — if all conditions align — places a trade on MT5 via a ZeroMQ bridge to the VPS.
Nothing is discretionary. No human clicks "buy". The system either fires or it doesn't, based on rules validated across 2.5 years of walk-forward testing with a minimum of 30 out-of-sample signals per strategy before anything goes live.
The regime gate runs before every signal. If the market regime doesn't match the strategy's design, the trade never happens — no matter how clean the pattern looks.
Every 5 minutes the executor checks each M30 strategy. Here's what has to happen before a trade fires.
Stop loss is set at signal candle extreme. Take profit is 3× the SL distance. Position size is calculated so a full SL hit costs exactly 0.33% of account equity.
You'll often see red BLOCKED or DEAD ZONE tags. This is the system protecting capital, not failing.
How the underlying mathematical logic translates to structural price action.