Alert Query Language

This is a simple query language develop inhouse to write custom logic to view and trigger alerts based on the chart technical tools.

Supported techical indicators

ma(close, 5)

macd(close, 16, 26, 9).value

Supported logics

The logics works by combination of the following pattern.

As long as it fulfil the above logic, you can combo with

Idenfifier

Operator

cross, crossover, crossunder

above, below, eq, lt, gt, =, <, >

Operand

ExtOpts

by

for

was and for

combination everything was, for and by