# Accelerator Oscillator

## Description

Accelerator Oscillator was introduced by Bill Williams in his book "Trading Chaos", according Bill Williams theory market price is latest element which will be changed and prior to this change the market driven forces will change its direction. The AC indicator measures acceleration and deceleration of these forces. If indicator rises it means that market is inbalanced now and buy power is greater than sell one and vice versa.

![](/files/-Lt4f9WrMqV25cUHpWNz)

## Formula

MEDIAN PRICE = (HIGH + LOW) / 2\
AO = SMA (MEDIAN PRICE, 5) - SMA (MEDIAN PRICE, 34)\
AC = AO - SMA (AO, 5)

Where:\
MEDIAN PRICE — median price;\
HIGH — the highest price of the bar;\
LOW — the lowest price of the bar;\
SMA — Simple Moving Average;\
AO — Awesome Oscillator.

## Most useful cases

* **Divergence/Convergence** - Divergence/Convergence pattern is a form of price action when new high(low) of the price not confirmed with a new high/low of  AC. Such price and indicator’s behavior can be interpreted as the weakness of current existing trend.

![](/files/-Lt4f9Wtlmvb7utgGBfC)

* **Crossing zero line** - this is a trend reversing signal and it can be very useful in case of determining a correction of existing trend, beginning of a new trend wave or starting a new trend.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.quantower.in/analytics-panels/chart/technical-indicators/oscillators/accelerator-oscillator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
