scalpBalancedcustommulti-factorBest TF: 5mWalk-forward untestedTV: Compiled (Pine v6 PASS)

FCPO Ichi PB (v15 Fixed)

Ichimoku-based pullback system, Wave-5 fixed variant. Requires Tenkan/Kijun + Chikou alignment and a bounce confirmation before entry. Tested on TV with 79 trades over ~11 months, with full panel + trade-list capture.

Profitability metrics

This strategy has not been validated against TradingView multi-year history yet — RM/day, trades/day, and monthly projection are only computed from authoritative TV stats. The 1-month sweep below is in-sample only and should not be used as a profit forecast.

Philosophy

The original Ichi PB on TV failed because it bought the falling retest into the cloud. The Wave-5 fix waits for an explicit bounce (price closes back above the cloud and prior bar high) before firing. The capture preserves the actual trade list so future iterations can audit which trades killed the system.

Walk-forward status: Walk-forward untested

The featured config below was not directly covered by the walk-forward grids (different dataset or timeframe, or the in-sample SQN was too low to promote to OOS evaluation). Treat the in-sample numbers with appropriate caution — no unseen-window validation yet.

This strategy: Wave-5 TV Strategy Tester capture (panel + trade CSV preserved). 79 trades over ~11 months at 36.7% WR / PF 0.83 / -6,215 MYR net. The fixed entry rule (bounce confirmation + Chikou clear) avoided the 0% WR collapse of the original Ichi PB but did not produce positive EV at this scale on FCPO 5m.

Best backtest config (1-month sweep)

SQN
-0.42
Profit Factor
0.83
Win rate
36.7%
Trades
79
Net profit
MYR -6,215
Max drawdown
MYR +7,100
Dataset
TV intraday
Timeframe
5m

TV Strategy Tester evidence

Captured from TradingView

Performance Summary (TV native panel)

TradingView Performance Summary panel

List of Trades panel

TradingView List of Trades panel

Risk & Trade analysis

TradingView Risk and Trade analysis panel

Returns curve

TradingView returns curve

Entries on chart (4 screenshots)

Chart screenshot ichi-pb-fixed-15m.png
ichi-pb-fixed-15m.png
Chart screenshot ichi-pb-fixed-60m.png
ichi-pb-fixed-60m.png
Chart screenshot ichi-pb-fixed-recent.png
ichi-pb-fixed-recent.png
Chart screenshot ichi-pb-fixed-recent-5m.png
ichi-pb-fixed-recent-5m.png

Trade list (79 trades)

Strategy properties

Style
scalp
Profile
Balanced
Trades / day
0.31
Avg bars held
TV compile status
Compiled (Pine v6 PASS)
Walk-forward
Walk-forward untested
Moderate WR with PF ~1.5–2. Workhorse — no extreme runs either way.

Parameters

baseLine
kijun
conversionLine
tenkan
requireChikouClear
true
entryMode
bounce_confirmed
slTicks
30
rr
2

Applies to

  • Market: FCPO (Crude Palm Oil Futures, Bursa Malaysia)
  • Timeframe: 5m
  • Style: Scalping (seconds to minutes)
  • Complexity: 4+ rules, confluence-based

When it works

Did not show a stable edge in the sample — treat with caution.

Pine Script coming soon

Related strategies (custom)

Full raw backtest result
{
  "dataset": "TV intraday",
  "tf": "5m",
  "params": {
    "baseLine": "kijun",
    "conversionLine": "tenkan",
    "requireChikouClear": true,
    "entryMode": "bounce_confirmed",
    "slTicks": 30,
    "rr": 2
  },
  "trades": 79,
  "winRate": 36.71,
  "netProfitMYR": -6215,
  "profitFactor": 0.83,
  "sqn": -0.42,
  "maxDrawdownMYR": 7100
}