| Level | Dir | Signals |
|---|---|---|
| {{ item.bars_count_key }} | {{ item.direction.toUpperCase() }} |
{{ inst[0] }}
{{ inst[1] }}
Aligned Signals:
{{ inst[0] }}
{{ inst[1] }}
|
| Coin | Time | Dir | Index | Price/Strength |
|---|---|---|---|---|
| {{ item.instId }} | {{ formatTime(item.rawTs || item.time) }} | {{ item.direction }} | {{ item.index }} | {{ item.strength }} |
| Coin | Time | Dir | Index | Price | Strength |
|---|---|---|---|---|---|
| {{ item.instId }} | {{ formatTime(item.rawTs || item.time) }} | {{ item.direction }} | {{ item.index }} | {{ item.price }} | {{ item.strength }} |
| Level | OP Long/Short | Life Long/Short |
|---|---|---|
| {{ level }} | {{ counts.op_long }} / {{ counts.op_short }} | {{ counts.life_long }} / {{ counts.life_short }} |
| Level | Symbol | Type | VolX | PriceX | Chg |
|---|---|---|---|---|---|
| {{ data.level }} | {{ data.displayName || data.instId || data.coin }} | {{ data.type }} | {{ data.volx }} | {{ data.pricex }} | {{ data.chg }} |
The {{ currentTab }} module is being upgraded.