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

# From TradingView

> Bringing Pine Script strategies to Ziplime

If you have indicators or strategies written in **Pine Script** for TradingView, Ziplime's AI can convert that logic into Python for its own engine.

Paste your Pine Script (or describe what it does) in the chat, and the agent team will rebuild it as a Python strategy, wire it up to Ziplime's data and cost model, and explain the translation. From there you can keep working at the [chat, code-block, or full-code level](/language/writing-strategies/three-levels).

<Note>
  Pine Script indicators aren't always strategies with order logic attached. If you're converting a pure indicator, expect to define entry/exit rules explicitly as part of the migration.
</Note>
