> ## Documentation Index
> Fetch the complete documentation index at: https://docs.askfutures.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Buy the dip (MNQ)

> A one-rule mean-reversion strategy on Micro Nasdaq — no indicators — then narrowed to the morning session.

**The hypothesis:** a sharp 1% drop often creates temporary selling pressure.
Buying Micro Nasdaq at that point is basically buying fear and betting on
mean reversion — that prices bounce once the panic fades. The point isn't to
guess from the chart; it's to see whether the rule survives a real backtest.

This is the simplest strategy in the tutorials: **no indicators, no chart
patterns — just one rule.** If Micro Nasdaq closes 1% below yesterday's close,
buy it.

<Info>
  Past performance does not guarantee future results. Always test before you trade.
</Info>

## Build it

<Steps>
  <Step title="Sign in" icon="right-to-bracket">
    Open [askfutures.com](https://askfutures.com) and sign in. New here? Create
    an account and start your free trial first — the
    [quickstart](/get-started/quickstart) covers sign-up.

    <Frame caption="A fresh chat, ready for your idea.">
      <img src="https://mintcdn.com/askfutures-e66ce91a/vMCNWxZcO7WVTzjA/images/new-chat.png?fit=max&auto=format&n=vMCNWxZcO7WVTzjA&q=85&s=d93a37523bc26add8efdf3ba29e3b37a" alt="The AskFutures new-chat screen" width="2582" height="1724" data-path="images/new-chat.png" />
    </Frame>
  </Step>

  <Step title="Describe the one rule" icon="comments">
    Paste this prompt exactly and send it:

    ```text Your prompt theme={null}
    Buy MNQ when 1 minute bar close is at least 1% below the previous day close
    ```

    That's the whole idea — one entry rule. Because this is a day-trading idea,
    AskFutures applies its defaults (last 1 year, 1-minute bars) and adds an
    **end-of-day exit**, so any open trade closes at the session close. It tells
    you what it assumed.
  </Step>

  <Step title="Watch the strategy card appear" icon="chart-line">
    AskFutures writes your sentence down as exact rules. The **strategy card**
    shows a single entry — a 1-minute close at least 1% below the previous day's
    close — with no indicators attached, plus a **Strategy Flow** chart. See
    [strategies](/concepts/strategies) for how the pieces fit.

    <Frame caption="The strategy card: one rule, no indicators.">
      <img src="https://mintcdn.com/askfutures-e66ce91a/vMCNWxZcO7WVTzjA/images/strategy-card.png?fit=max&auto=format&n=vMCNWxZcO7WVTzjA&q=85&s=51beebfe969894f42ce3d99429e765be" alt="The AskFutures strategy card for the buy-the-dip rule" width="1474" height="862" data-path="images/strategy-card.png" />
    </Frame>
  </Step>

  <Step title="Read the backtest" icon="magnifying-glass-chart">
    The backtest tab shows the equity curve and headline numbers — net P\&L, win
    rate, and drawdown — over the last year, net of modeled slippage and
    commission. The real question: does buying the fear show any mean-reversion
    edge once the pressure fades? Read the equity curve, not just the bottom
    line. See [run and read a backtest](/guides/run-and-read-a-backtest).

    <Frame caption="The backtest tab: equity curve and headline metrics.">
      <img src="https://mintcdn.com/askfutures-e66ce91a/vMCNWxZcO7WVTzjA/images/backtest-tab.png?fit=max&auto=format&n=vMCNWxZcO7WVTzjA&q=85&s=b06b123a406045ba60ef26f9c2ff0eda" alt="The backtest results for the buy-the-dip rule" width="1474" height="862" data-path="images/backtest-tab.png" />
    </Frame>
  </Step>

  <Step title="Refine: morning only" icon="clock">
    Liquidity and emotional follow-through are often strongest near the open. Test
    whether the edge is concentrated in the morning by adding a time-of-day
    filter — send this:

    ```text Refine it theme={null}
    Only take the trade between 9:30 and 11:00 AM
    ```

    AskFutures keeps the same one rule and adds the time filter as a new saved
    version. Compare the morning-only run against the all-day run: is the edge
    really concentrated near the open, or just spread thinner? See
    [version and compare](/guides/version-and-compare).

    <Frame caption="The refined version, restricted to the 9:30-11:00 window.">
      <img src="https://mintcdn.com/askfutures-e66ce91a/vMCNWxZcO7WVTzjA/images/compare-versions.png?fit=max&auto=format&n=vMCNWxZcO7WVTzjA&q=85&s=383f34e76778689028cdf8b33777b38c" alt="Comparing the dip-buy before and after the morning-only filter" width="3024" height="862" data-path="images/compare-versions.png" />
    </Frame>
  </Step>
</Steps>

<Warning>
  These results are **hypothetical and simulated** — no real trades were placed.
  Because no order actually hit the market, results may under- or over-state live
  outcomes. Past performance, actual or simulated, does not guarantee future
  results. Always test before you trade.
</Warning>

## What you learned

You tested a complete idea with a single rule and no indicators, then asked a
sharper question — *is the edge in the morning?* — with one more sentence. That's
the power of the loop: start as simple as one rule, then refine until the idea
earns your trust.

## Next steps

<CardGroup cols={2}>
  <Card title="Next tutorial: EMA cross with stop and target" icon="chart-line" href="/tutorials/ema-cross-with-stop-and-target">
    Add an indicator entry and dollar-based risk controls.
  </Card>

  <Card title="Risk & trade management" icon="shield-halved" href="/concepts/risk-and-trade-management">
    Stops, targets, trailing stops, and end-of-day exits.
  </Card>
</CardGroup>
