{{ symbol }}
Timeframe: {{ timeframe }}
Open: {{ formatNumber(tfData[0].open) }}
High: {{ formatNumber(tfData[0].high) }}
Low: {{ formatNumber(tfData[0].low) }}
Close: {{ formatNumber(tfData[0].close) }}
Imbalance: {{ formatNumber(tfData[0].Imbalance) }}
Prediction: {{ tfData[0].Prediction }}
ATR: {{ formatNumber(tfData[0].ATR) }}
ATR Prediction: {{ tfData[0]['ATR Prediction'] }}
Volatility Ratios
- {{ ratio }}: {{ formatNumber(ratioValue) }}