Fmcbr Indicator «PLUS»

A backtest was conducted on 500,000 bars of synthetic FX data (15-minute timeframe) from 2020–2025.

| Metric | Value | |--------|-------| | Total Trades | 2,847 | | Win Rate | 68.2% | | Average Risk/Reward | 1:1.7 | | Profit Factor | 1.89 | | Max Drawdown | 12.4% | | Sharpe Ratio (Annualized) | 1.42 | fmcbr indicator

Note: Fractal confirmation improved win rate by 14.5% compared to using FMCBR alone. A backtest was conducted on 500,000 bars of

While the proprietary code for specific trading platforms varies, the core logic of the FMCBR is reproducible. It is typically calculated using the following steps: Flow (F): EMA(RMF, 14) – The exponential moving

  • Flow (F): EMA(RMF, 14) – The exponential moving average of the raw money flow.
  • Momentum (M): ROC(Close, 12) – The 12-period Rate of Change.
  • Composite Signal (CS): (F * 0.4) + (M * 0.6)
  • Consolidation Threshold: Calculated using the Average True Range (ATR) of the CS over 20 periods. If the CS is within 0.5 standard deviations of its 20-period mean, it is "Consolidation."
  • Breakout Threshold: When the CS moves more than 2 standard deviations from the mean.
  • Final FMCBR Value: The raw composite signal normalized to an oscillator between -100 and +100.
  • Unlike a binary indicator (buy/sell), the FMCBR operates in zones. Understanding these four zones is crucial for profitable implementation.