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.
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.
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.
A story becomes a gate
The phrase buy dips in an uptrend splits into a dip condition, a trend filter, and a logic gate.
Plain-language narrative appears on a desk card.
The words dip and uptrend are underlined.
RSI below 30 and price above EMA 200 become visible blocks.
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.