Skip to content

Timeframes Explained

The timeframe defines when Aurono evaluates price movement for a strategy.

Aurono does not react to every price change.
It evaluates rules only when a candle closes.

Understanding this behavior is essential to understanding why Aurono acts — or does nothing.


A timeframe is the duration of one price candle.

Examples:

  • 1h → one candle represents one hour
  • 4h → one candle represents four hours
  • 1d → one candle represents one day

Aurono evaluates strategy rules once per candle, at the moment the candle closes.


Each candle contains four prices:

  • Open — the price at the start of the candle
  • High — the highest price reached during the candle
  • Low — the lowest price reached during the candle
  • Close — the price at the end of the candle

Aurono uses only the closed candle for evaluation.

OHLC candlesticks – bearish and bullish examples

  • A red candle closes below its open
  • A green candle closes above its open
  • Wicks show price movement that occurred within the candle

Aurono bases decisions on the Close, not on the High or Low.

This means:

  • Price may move far during the candle
  • But if it recovers before the candle closes
  • No action is taken

Aurono ignores intraperiod movement.

This ensures:

  • Deterministic behavior
  • Consistent execution
  • No dependence on timing or latency

This is intentional.


Assume:

  • Timeframe: 4h
  • Buy trigger configured

During the candle:

  • Price moves below the trigger
  • Later recovers
  • Candle closes above the trigger level

Result:

No buy occurs

Aurono evaluates only the closed candle.


A percentage only has meaning in combination with its timeframe.

Aurono compares:

  • The close of the previous candle
  • With the close of the current candle

It does not react to:

  • Intraperiod highs
  • Intraperiod lows
  • Temporary spikes or dips

Timeframe defines when Aurono evaluates.
Percentages define what Aurono waits for.

They must always be considered together.

Always configure:

  • Timeframe
  • Buy trigger (Drop %)
  • Sell trigger (Rise %)

As a single system, not independent settings.


Each strategy uses exactly one timeframe.

If you want to evaluate multiple horizons, create multiple strategies.

Each strategy is evaluated independently.


“The price touched my level, why nothing happened?”
Because the candle did not close beyond the configured condition.

“Why didn’t Aurono react immediately?”
Because Aurono waits for the candle to close.

“Nothing happens for a long time.”
This can be normal behavior depending on configuration.


Aurono executes rules, not reactions.

  • It waits
  • It evaluates at candle close
  • It acts only when conditions are met

If nothing happens, the rules were simply not met.


Continue with:

Buy Trigger (Drop %)
/strategy-builder/buy-trigger

Timeframes define when Aurono looks.
Triggers define what Aurono waits for.