Tool lesson

Backtest: Turn A Narrative Into Entry Rules

A practical Backtest lesson for converting plain trading language into checkable entry conditions before the learner reads performance or adds extra filters.

14 minBeginner5 chapters

Lesson promise

Frame the question

What exact condition allows this idea to enter?

Check the evidence

Use 5 guided chapters to read freshness, confidence, and caveats in order.

Move into the tool

Open Open Strategy Backtester with a checklist instead of a blank screen.

Educational workflow only. No trade recommendations, personalized advice, leverage guidance, or guaranteed outcomes.

Chapter 01

Translate the story into a gate

Trader question

What exact condition allows this idea to enter?

A market story is useful only after it becomes a checkable entry gate. The learner should first write the narrative, then decide which specific blocks make the rule observable candle by candle.

Desk checklist

  • Start with one plain-language idea.
  • Underline the words that need definitions.
  • Do not read performance until the entry gate is explicit.

Interactive proof

Strategy Builder entry logic tree

Use the Rule Translator Board to turn a plain idea into explicit entry blocks before any result is visible.

1NarrativeBuy dips in an uptrend.Useful desk language, but not testable until it says what a dip and an uptrend mean.
2Dip conditionRSI 14 is below a static threshold such as 30.The threshold is a number the rule can check on every candle.
3Trend filterClose price is above EMA 200.This compares one market series with another indicator instead of a fixed number.
4Logic gateAND means all entry conditions must be true before the rule enters.OR can be useful, but it should be a planned alternative route, not a shortcut for vague thinking.

Entry rules turn a trading story into a repeatable test. If the condition cannot be checked on every candle, it is not ready for the backtester.

Interactive desk lab

Backtest Rule Translator Board

A practical Backtest entry-rule board for translating a plain narrative into RSI, EMA, AND/OR, and filter blocks before reading performance.

A practical Backtest entry-rule board for translating a plain narrative into RSI, EMA, AND/OR, and filter blocks before reading performance.

44s guide previewChapter visual

A story becomes a gate

The phrase buy dips in an uptrend splits into a dip condition, a trend filter, and a logic gate.

What you will see4 steps
1

Plain-language narrative appears on a desk card.

2

The words dip and uptrend are underlined.

3

RSI below 30 and price above EMA 200 become visible blocks.

4

The entry gate opens only when both blocks are explicit.

Lesson notes

The full chapter walkthrough in reading form — use it to review the lesson or skim ahead before working through the interactive steps above.

Chapter 01

Translate the story into a gate

What exact condition allows this idea to enter?

A market story is useful only after it becomes a checkable entry gate. The learner should first write the narrative, then decide which specific blocks make the rule observable candle by candle.

Strategy Builder entry logic tree

  • Start with one plain-language idea.
  • Underline the words that need definitions.
  • Do not read performance until the entry gate is explicit.

Chapter 02

Make the dip measurable

How will the rule know that a dip happened?

In the default worked example, the word dip becomes RSI 14 below 30. The RSI period and static threshold are assumptions the learner can later test, but they must be visible first.

Entry condition: RSI 14 less than static value 30

  • Choose the indicator job before tuning the number.
  • Keep the period and threshold visible.
  • Treat a different threshold as a different rule.

Chapter 03

Make the uptrend observable

What tells the rule that the larger trend is still positive?

The trend filter in the default strategy is price above EMA 200. This teaches indicator-to-indicator comparison: the right side is not a static value, it is another market-derived line.

Entry condition: close price greater than EMA 200

  • Use EMA as a trend filter, not a prediction.
  • Notice when the right side is an indicator instead of a number.
  • Keep the trend filter separate from the dip trigger.

Chapter 04

Use AND and OR as desk gates

Do all conditions need to be true, or is any planned route enough?

AND means every condition must qualify before entry. OR can express alternative routes, but if it is used casually it may loosen the rule and make the backtest easier to fit after the fact.

AND/OR group controls and add group button

  • Use AND for required filters.
  • Use OR only for planned alternative entry routes.
  • Write why every group exists.

Chapter 05

Stop before filters fake precision

Am I clarifying the idea, or fitting the past too tightly?

Moving average, momentum, price, volatility, pivot, FX, and seasonal blocks can all be useful. The danger is stacking them until the rule explains the past beautifully but becomes too fragile for a fresh sample.

Add condition, add group, indicator categories

  • Prefer a small rulebook before a clever one.
  • Add one filter at a time with a written reason.
  • Mark overfit-prone rules for later stress testing.

Sources used for this tutorial

Next step

Open the tool with the checklist beside you.

Move from the lesson into the matching Bullion Brains tool, keep the checklist visible, and treat the output as evidence until the caveats are clear.

Open Strategy Backtester