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

# Live Trading

> Seize the Moment with Live Trading: Real-Time Decisions, Instant Results!

## Live Trading

Dive into real-time trading with Live Trading.  Just like setting an alarm, this feature schedules trading sessions for quick strategy execution.  With live data, you get detailed reports including dynamic stock charts and buy/sell signals.  Plus, easily interact with the signals—clicking them shifts the Stock Market chart to show buys in purple and sells in green.  It's user-friendly, like the watcher interface.  Select a ticker and access company overviews and news.  You can also switch to the watchlist feature effortlessly.  Experience the simplicity and power of Live Trading for informed decisions and precise execution.

<Frame className="mx-auto">
  <img style={{height: "400px"}} src="https://mintcdn.com/quantbe-23/YM8XqR_nGVsklTrD/images/LiveTrading.png?fit=max&auto=format&n=YM8XqR_nGVsklTrD&q=85&s=e2880ac26ae8ba024f2176f25776b3b9" width="1224" height="786" data-path="images/LiveTrading.png" />
</Frame>

## Simple Steps

Initiate a live trading by following these steps.

<Steps>
  <Step title="Create a New Strategy">
    Begin by crafting one or more strategies under "Create New Strategy" on the Dashboard page.
  </Step>

  <Step title="Initiate Live Trading Schedule">
    Schedule Live Trading either by heading to the Dashboard and clicking on "Schedule Live Trading" or directly after completing a backtest.
  </Step>

  <Step title="Configure Schedule Details">
    After adding a Live Trading Scheduler on the left, fill in the required session details, such as the session name, selected strategy, market, and targeted stock. Additionally, monitor the status of each Scheduler in the top right corner of its information box, displaying whether it is "Running," "Stopped," or "Completed."
  </Step>

  <Step title="Explore Live Trading Performance">
    Once scheduled, explore the stock market chart on the right side of the page. Clicking on "Buy" or "Sell" in the Trading signal area tags the chart accordingly, allowing you to track your trading decisions in real-time. Additionally, the Buy/Sell table provides detailed insights into each transaction, including time, ticker, signal, price, and strategy, ensuring comprehensive analysis of your trading activity.
  </Step>
</Steps>

## Input Parameter

### Scheduler Setting

<ResponseField name="Name" required>
  Define a label for this Live Trading.
</ResponseField>

<ResponseField name="Strategy" required>
  Select a predefined strategy from the available list.
</ResponseField>

<ResponseField name="Market" required>
  Select a stock market from the available list.
</ResponseField>

<ResponseField name="Ticker" required>
  Select a ticker from the available list.
</ResponseField>

<ResponseField name="Frequency">
  Get default frequency from strategy.
</ResponseField>

### Auto Ending Scheduler

Users can activate Auto Ending Scheduler with a button click or set start and end times manually for precise session control.

<ResponseField name="Start" required>
  Select a start date and time from the calendar.
</ResponseField>

<ResponseField name="End" required>
  Select a end date and time from the calendar.
</ResponseField>
