The four steps
Describe
Type your idea in plain English — name a market, an entry condition, and
(optionally) an exit. “Buy MES when the 5-period SMA crosses above the
20-period SMA, and sell when it crosses back below.” That’s enough to start.
Strategy
AskFutures writes your idea down exactly as entry rules, exit rules, filters,
and tunable parameters. You see it on the strategy card, along with a
Strategy Flow chart that diagrams the logic so you can confirm it matches
what you meant. You never see or write any code. Learn more in
strategies.
Backtest
A fixed, deterministic engine replays real historical prices one bar at a
time, applying your exact rules — net of modeled slippage and commission. You
get P&L, win rate, number of trades, drawdown, and an exportable trade
list. See backtesting.
What you do vs. what’s invisible
The loop only asks you to think in trading terms. The plumbing is handled.You do this
Describe the idea, read the strategy card and Strategy Flow, run the
backtest, judge the results, and ask for changes.
AskFutures does this — invisibly
Resolves your symbol, fetches the right market data, builds the structured
rules, runs the simulator, and saves each version — none of which you need
to manage.
You never ask AskFutures to “download data” or “run the engine.” Those steps
happen on their own the moment you describe an idea or ask for a backtest.
The silent defaults
So you can describe an idea in one sentence, AskFutures fills in sensible defaults unless you say otherwise:- Last 1 year of data.
- Day trading with 1-minute bars.
- Both directions — long and short — unless you ask for one only.
- End-of-day exit for day-trading ideas.
Next steps
Build a strategy
A guided walkthrough of the loop, start to finish.
Strategies
What a strategy is made of, and what the Strategy Flow shows.
Is the backtest real?
Why the same rules always produce the same numbers.
Quickstart
Run your first backtest in about five minutes.