# Lux Screener Guidance

- Generated at: `2026-06-22T04:56:52.135231+00:00`
- Source snapshot: `C:\Users\edsos\OneDrive\Documents2\New project\tradingview-codex-onboarding-agent\reports\strategy-lab\layout-snapshot-353-2026-06-22T045626.750605Z0000.json`
- Symbol: `BYBIT:BTCUSD.P`
- Timeframe: `480`
- Current close: `63974.7`
- Decision: **start with one layer: Signals and Overlays bar color long**
- Long score: `16.0`
- Short score: `8.0`
- No-trade score: `38.0`

## Reasons

- Signals and Overlays bar color is neutral.
- Signals and Overlays has no fresh bullish or bearish signal value.
- Trend strength is weak (29); avoid forcing entries.
- Price is below Smart Trail.
- Price Action Concepts places price under equilibrium.
- MarketCipher money flow is positive (1.1).

## Contradictions

- None

## One Layer At A Time Ladder

- Step 1: Signals and Overlays (long) — baseline. Should produce the highest trade count because it uses only one screener clue.
- Step 2: Signals and Overlays trend strength (long) — add trend strength threshold only. Should reduce weak-trend trades while keeping most of the trade count.
- Step 3: MarketCipher money flow (long) — add MarketCipher money flow only. Should improve win probability if momentum agrees without killing trade count.
- Step 4: Price Action Concepts zone (long) — add Price Action Concepts zone only. Should improve entry location and stop-loss behavior.
- Step 5: Signals and Overlays backtester ratio (long) — add backtester ratio only. Should improve profit factor; reject it if it just removes trades.

## Suggested Pine Inputs

```json
{
  "lux_so_rating": "Neutral",
  "lux_so_signal": "None",
  "lux_bar_color_value": 0.0,
  "lux_trend_strength": 29.0,
  "pac_pd_zone": "Under Equilibrium",
  "lux_backtester_profit_factor_or_ratio": null,
  "marketcipher_money_flow": 1.1,
  "marketcipher_rsi": 45.4,
  "recommended_trade_direction": "start with one layer: Signals and Overlays bar color long"
}
```

## Next Experiment

Run a one-layer baseline first: Signals and Overlays bar color only. Record trade count, win probability, loss probability, profit factor, drawdown, take profit hits, and stop loss hits. Only after that baseline is measured, add exactly one layer and compare the change.
