MOMENTUM & OSCILLATORS

Qstick

Are candles mostly closing above where they opened, or below?

spec id: qsticklength (default 10)

What does Qstick measure?

Are candles mostly closing above where they opened, or below? Above zero means a run of buying sessions.

How is Qstick calculated?

Take the close minus the open for each candle, and average that over the last 10 candles.

Written by reading the engine’s real computation, not a textbook — where the two differ, the page describes what actually runs.

How do I use Qstick in a bot?

In the builder, add an indicator of type qstick (parameters: length, default 10). Its value becomes an operand you can compare in any entry or exit rule. The engine grades the whole rule honestly: real fills, no look-ahead, half the history held back.

Related indicators

Or browse all 158 indicators in the full library.

Build a bot that trades on Qstick — the first backtest is free.

Run a free backtest