1. Home
  2. Docs
  3. pjsProfileBars
  4. General feature notes
  5. Algo bars

Algo bars

Algo bars are an innovative feature that allows you to write your own alerts and signals, without coding, compiling, etc.

Below, you can see one set of example conditions, for a signal

At the time of writing this document, the following variable names are supported

CLOSE
DELTA
DELTARANK
VOLRANK
MAXDELTAATPRICE
DELTAIMBALANCEPERCENT
VOLUME
HIGH
LOW
OPEN
COTDELTAHIGH
COTDELTALOW
HIGH[x]LOW[x]OPEN[x]CLOSE[x]

Currently supported comparison operators are

>
<
>=
<=
!=
==

Comparison conditions must consist of 3 or more parts (depending on the comparison).
A variable name or other value, a comparison operator, and a variable name or value
There must be 1 (or more) spaces between the condition parts.


How can we help?