# Strategy Explorer

### Overview

**Strategy Explorer** is a free discovery and publishing platform designed for TradingView strategies. It allows users to browse strategies published by the community, compare performance metrics, copy configuration settings, and seamlessly transition into live automated trading.

### Discovering Strategies

Users can access the platform directly without requiring an account login. The interface provides various tools to find and evaluate strategies.

* **Search:** Full text search capabilities across strategy names, tickers, and descriptions.
* **Filter by Status:** Filter strategies by All, Live (actively generating signals), or Backtested (published historical results).
* **Sort Options:** Sort the list by Newest, Highest P\&L, Win Rate, Sharpe Ratio, Profit Factor, or Most Followed.
* **Card Metrics:** Each strategy card displays essential data including the strategy name, status badge, ticker, timeframe, equity sparkline, Net P\&L, Win Rate, Profit Factor, Total Trades, Sharpe Ratio, and follower count.

### Strategy Detail Page

The detail page provides a comprehensive analytics dashboard for each strategy, organized into several tabs:

* **Overview:** Displays key metrics, the equity curve, monthly returns, and streak analysis.
* **Trades:** Contains the full trade log encompassing both backtest and live data.
* **Settings:** Shows the configuration details used for the strategy.
* **Report:** Provides a detailed performance report.
* **Analysis:** Includes Monte Carlo simulation results (probability of negative returns, drawdown breach), regime stability metrics, and recent window expectancy.
* **Prop Firm:** Displays compliance data for proprietary trading firms.
* **Live Metrics:** For live strategies, additional metrics are shown including the last signal time, total signals, live P\&L, and live Win Rate.

### Publishing Strategies

Strategies are published to the platform utilizing the Lune TradingView Assistant browser extension.

1. Backtest a strategy within TradingView.
2. Use the browser extension to publish the results directly to Lune.
3. The strategy will then appear in the Strategy Explorer.

Publishing Limits:

* **Free users:** Up to 20 strategies.
* **Paid users (TradingView Strategies plan)**: Up to 200 strategies.

### Going Live

Users can transition a strategy to live execution directly from their dashboard.

1. Click **Go Live** on a published strategy.
2. The system generates a webhook URL.
3. The strategy begins broadcasting signals.
4. Followers' automations execute in real time.
5. The strategy status updates from Published to Live.

### My Strategies

The **My Strategies** page serves as the management hub for your published strategies, categorized into Live Strategies, Published Strategies, and Archived Strategies.

**Available Actions:**

* **View Page:** Opens the detailed Strategy Explorer page.
* **Make Public / Make Private:** Toggles the visibility of the strategy.
* **Go Live:** Transitions a strategy from published to live status.
* **Archive:** Stops the strategy from broadcasting signals.
* **Delete:** Permanently removes an archived strategy.

### Following

The Following dashboard acts as a watchlist for strategies you track.

* Displays live strategies at the top, showing the last signal time and total signal count.
* **Automate Button:** Available on live strategies to automatically pre-fill the Auto Trader creation form with the necessary strategy details.
* **Unfollow:** Options available directly from the strategy card hover menu.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lunefi.com/lune-platform/strategy-explorer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
