> ## Documentation Index
> Fetch the complete documentation index at: https://help.podiummarkets.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Interactive Charts and Technical Analysis in Podium Markets

> Use Podium Markets' interactive charting tools to view price history, apply technical indicators, and spot patterns — all inside the Ivy AI platform.

Podium Markets' interactive charts give you a full technical analysis environment embedded directly inside the Ivy platform. View price history across multiple timeframes, layer on indicators, and switch between chart types — all without leaving the interface where your AI assistant and scan results already live.

## Opening a chart

There are several ways to pull up a chart for any ticker:

* **Search bar** — click the search icon at the top of the Quick Charts sidebar, type a ticker symbol, and select it from the dropdown. The chart opens in the main panel.
* **Scan results** — click any ticker in a scan results table to open its chart directly, pre-loaded with the timeframe most relevant to that scan type.
* **Ivy chat** — when Ivy mentions a ticker in a response, ask her to open its chart.
* **Watchlist** — click any symbol in your watchlist or portfolio and select **Charts** to load its chart instantly.

Once a chart is open you can use the ticker search field at the top of the chart panel to switch symbols without navigating away.

## Timeframes

Podium supports the following timeframes across intraday, daily, and weekly views:

<Tabs>
  <Tab title="Intraday">
    | Timeframe  | Best for                                  |
    | ---------- | ----------------------------------------- |
    | 1 minute   | Scalping, order flow reading              |
    | 5 minutes  | Intraday momentum, gap plays              |
    | 15 minutes | Intraday structure, breakout confirmation |
    | 1 hour     | Intraday trend, session-level context     |
  </Tab>

  <Tab title="Daily & Weekly">
    | Timeframe | Best for                                       |
    | --------- | ---------------------------------------------- |
    | Daily     | Swing trading, pattern recognition, key levels |
    | Weekly    | Position trading, macro trend context          |
  </Tab>
</Tabs>

Switch between timeframes using the toolbar above the chart. Your indicator and drawing tool configuration carries across timeframes so you don't need to rebuild your workspace when zooming in or out.

## Technical indicators

A full suite of commonly used technical indicators is available from the **Indicators** menu in the chart toolbar. Click **Indicators**, search by name or category, and click an indicator to add it to your chart. You can layer multiple indicators simultaneously and configure each one's parameters independently.

Available indicators include:

<CardGroup cols={2}>
  <Card title="Moving Averages" icon="chart-line" href="/ivy/charts">
    Simple (SMA) and exponential (EMA) moving averages across any period you define. Commonly used periods (9, 20, 50, 200) are offered as quick-add presets.
  </Card>

  <Card title="RSI" icon="gauge" href="/ivy/charts">
    Relative Strength Index with configurable period and overbought/oversold threshold lines. Useful alongside the Mean Reversion scan.
  </Card>

  <Card title="MACD" icon="arrow-trend-up" href="/ivy/charts">
    Moving Average Convergence Divergence with histogram, signal line, and zero-line crossover markers for momentum and trend confirmation.
  </Card>

  <Card title="Bollinger Bands" icon="align-center" href="/ivy/charts">
    Price envelope based on standard deviation from a central moving average. Bands dynamically reflect volatility expansion and contraction.
  </Card>

  <Card title="Volume" icon="chart-bar" href="/ivy/charts">
    Volume bars displayed below the price pane with optional volume moving average overlay to quickly spot above- or below-average activity.
  </Card>
</CardGroup>

To remove an indicator, hover over its label on the chart and click the **×** icon that appears. To edit its settings, click the **gear** icon next to the label.

## Chart types

Switch between three chart rendering modes using the chart type selector in the toolbar:

| Chart type      | Description                                                                                                                             |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| **Candlestick** | Displays open, high, low, and close for each period. The default view and best for most technical analysis.                             |
| **Line**        | Plots only the close price as a continuous line. Useful for clean trend visualization without OHLC noise.                               |
| **Bar**         | OHLC bar chart — similar information to candlestick but rendered as traditional vertical bars with left (open) and right (close) ticks. |

<Tip>
  When you spot a pattern on a chart that you're not sure how to interpret, ask Ivy directly. Open the chat panel and describe what you see — for example, *"What does a double top at resistance usually signal?"* or *"I'm seeing a bullish engulfing candle on the daily — what should I look for to confirm the move?"* Ivy can explain the pattern, describe typical follow-through behavior, and highlight what to watch next.
</Tip>
