D030 · FulcrumShift

Direction Rail + Balance Cross + Force Check (ATR)

SYSTEMATIC RULE-BASED FRAMEWORK

Overview

FulcrumShift waits for three conditions to align before considering any opportunity: a zero-lag "Direction Rail" (built on Ehlers' Instantaneous Trendline concept) confirming a clear trend slope, a "Balance Cross" from the Center of Gravity Oscillator confirming price's own weighted balance point has just tipped in the same direction, and an ATR-based Force Check confirming there is enough volatility to work with. Only when all three agree does the framework act.

Signal Rules

D030 FulcrumShift signal rules

Long Side

  • Direction Rail points UP (ITrend slope > 0)
  • Balance line crosses ABOVE its reference line
  • Force Check: ATR ≥ 0.85x its 50-bar average
  • Enter long at bar close

Short Side

  • Direction Rail points DOWN (ITrend slope < 0)
  • Balance line crosses BELOW its reference line
  • Force Check: ATR ≥ 0.85x its 50-bar average
  • Enter short at bar close

Execution Flow

D030 FulcrumShift execution flow

Parameters

ParameterDefault
ITrend smoothing alpha0.07
Direction slope look-back3 bars
Center of Gravity period10 bars
ATR period14
ATR average period50
Force multiplier0.85x
Stop loss1.5x ATR
Take profit2.3x ATR
Risk per trade1% of account
Max trades / day10
TimeframeH1 (M30–H4 workable)
SymbolsFX Majors / Gold / Major Indices
SL 1.5x ATR
TP 2.3x ATR
Risk 1%/trade
Max 10/day

Frequency Check

Simulated on ~180 days of synthetic H1 price data reproducing the entry logic in Python: average ~2.2 signals/day at default parameters — within the required 1–10 signals/day range. A watchdog (CheckSignalDrought) alerts if no trade fires for 3 consecutive days so settings can be reviewed.

Disclaimer: This page shares a personal rule-based framework for educational purposes only. It is not financial advice. All approaches can experience drawdown periods and there is no guarantee of any outcome. Please backtest and paper-trade thoroughly before considering real funds, and only ever risk what you are fully prepared to lose.