What an intraday signal should tell you
Signals are decision inputs, not predictions. The minimum specification links a market observation to an action and defines the boundary that cancels the setup. This makes the rule testable and helps separate signal quality from execution quality.
| Field | Question it answers | Example format |
|---|---|---|
| Context | Where is the rule valid? | Instrument, five-minute chart, regular session |
| Trigger | What must happen? | Price closes above a defined level |
| Invalidation | When is the idea wrong? | Close back below the setup level |
| Risk | What loss is allowed? | Fixed account-risk limit per trade |
| Exit | How does the trade end? | Target, stop, time exit, or opposite condition |