What “one minute” means in forex
In forex, “one minute” usually refers to a time window of 60 seconds used to measure, analyze, or time price data. The idea is not that a trade will last exactly one minute, and it is not a prediction. Instead, it is a way to structure market information so you can compare price changes over a very short interval.
A key distinction is between (1) the definition of the time window used to build data (for example, chart candles) and (2) what happens when orders are executed in real markets. The first is a stable, definable mechanism. The second depends on variable conditions such as liquidity, execution speed, transaction costs, and the exact trading venue.
The simple model: inputs, transformation, and outputs
A workable way to understand “one minute” is to treat it as a pipeline.
Inputs
Common inputs are:
- A stream of price information (often tick data or sampled quotes).
- A timekeeping rule: what counts as the start and end of each 60-second interval.
- Chart-building rules (if you are using candles): how open, high, low, and close values are computed from all quotes in that interval.
- Optional execution assumptions: when an order is sent, whether it is market or limit, and what the platform reports as the fill.
Transformation
When you convert raw price information into one-minute “candles,” the transformation is usually:
- Open: the first available price at the start of the interval.
- High: the maximum price observed within the interval.
- Low: the minimum price observed within the interval.
- Close: the last available price before the interval ends.
If the data feed is sampled differently (for example, fewer quote updates, missing ticks, or different timestamp alignment), the resulting one-minute candle can change even when the underlying market is the same.
Outputs
The outputs fall into two categories:
- Chart outputs: one-minute candles and any derived values calculated from them (such as the candle’s range or its percent change).
- Execution outputs: the actual fills and resulting profit/loss, which depend on order type, latency, liquidity, and costs.
A frequent misunderstanding is to treat chart outputs as if they automatically govern execution outcomes. They do not. A one-minute chart summarizes what happened; it does not guarantee what you can buy or sell at any particular moment.
How a one-minute sequence can be evaluated (without assuming results)
To explain the sequence clearly, consider the following generic example structure.
Step 1: Choose the one-minute interval definition
You must specify the time reference used by your charting source (for example, a platform’s chart timezone and the exact boundaries of each 60-second bar). Without a consistent boundary rule, two platforms can produce different “one-minute” candles.
Assumption for this example: You are using the same historical data source and the same timezone/bar alignment.
Step 2: Build the candles for consecutive one-minute windows
For each minute, compute open/high/low/close using the transformation described earlier. Then you can create a sequence of consecutive one-minute candles.
Assumption: Every quote relevant to the candle is included in that interval.
Step 3: Compare candle-to-candle changes
Common, non-predictive comparisons include:
- Minute-to-minute close-to-close movement.
- The range (high minus low) within a minute.
- Whether the minute’s close is near the high or near the low.
These comparisons describe behavior inside the chosen windows. They do not imply that any future window will behave similarly.
Step 4: Separate description from execution
If you also consider trading, you need additional variables beyond the chart:
- Bid/ask spread at the time you would enter and exit.
- Commission or fees.
- Slippage (difference between intended and actual fill prices).
- Execution delay.
- Any constraints set by the platform.
Assumption for this example: You measure fills using the platform’s reported execution prices.
Because costs and timing are variable, two traders can observe the same one-minute candles but obtain different execution outcomes.
Material limitations and failure modes
One-minute analysis can fail in several concrete ways. These are the points that usually matter most when you try to verify claims.
1) Data and timestamp alignment issues
One-minute candles depend on how data is timestamped and how interval boundaries are defined. Missing ticks, delayed feeds, or different timezone rules can change the computed open/high/low/close.
2) Small moves can be overwhelmed by costs
In very short windows, price changes may be small relative to transaction costs and execution imperfections. Even if a candle suggests a move, actual execution can differ.
3) Liquidity can change within a minute
Liquidity is not constant. Within a 60-second interval, spreads can widen, quote frequency can drop, and fills can become less favorable.
4) News and volatility regime shifts
Short timeframes can react strongly to sudden information. Historical patterns may not carry forward because the “market state” can change.
5) Overfitting to one-minute structure
It is easy to draw conclusions from a very narrow time window, especially if you only look at a limited set of examples. A relationship found in one sample can break when conditions change.
How to verify the concept independently
You can verify the “one minute” mechanism without needing real-time market data.
Check the candle construction
Use historical price data and reconstruct one-minute candles by applying the candle-building rules (open/high/low/close) using fixed interval boundaries. Confirm that the reconstruction matches the chart you are studying.
Check consistency across time references
If possible, compare the same date range under different timezone settings. If the candle boundaries move, the candles can change.
Check that chart description does not equal execution
Pick a hypothetical entry/exit moment and compare:
- What the candle suggests happened over the minute, versus
- What you would need to assume about bid/ask spread, slippage, and order execution.
This verification is about separating mechanics (what the data summarizes) from variable conditions (what execution actually delivers).
Common misconceptions to watch for
- “One minute” guarantees a quick outcome. A one-minute timeframe only structures observations; it does not ensure results.
- Candles predict the next candle. Candles describe history; future behavior can differ.
- Chart OHLC equals tradable prices at every instant. The OHLC values summarize extremes and endpoints, not every price you could have traded.