Indicators
pineState
PineJS State algo, get anything returned from pinejs in your SQX
pineState (all)
PineJS State algo, get anything returned from pinejs in your SQX
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
at* | string | - | At a.k.a the key to get the value from pinejs state |
SQL example
TICK pineState WITH at='signals.latest' = 'buy' THEN order SET transmit=true, type="market" ...