# Overview

This document explains how to create custom trading indicators for our platform, using the provided APIs and vibe coding style.\
FXR Script is a simple yet powerful way to create your own trading strategies and indicators.\
It’s designed so anyone — even with zero coding or trading experience — can turn ideas into working tools inside the FXR platform.\
Think of it as your personal trading assistant, following your rules 24/7.

## &#x20;📚 **What You Will Find Here**

Inside this guide, you’ll discover:

* **Step-by-step tutorials** to write your first script.
* **Practical examples** you can copy, tweak, and run.
* **Clear explanations** of every FXR Script feature.
* **Tips and best practices** to improve your strategies.
* **Reference section** with all available commands and indicators.

## &#x20;👨‍💻**Who Is This For?**

* Absolute beginners who want to learn coding **through trading examples**.
* Traders who want to **automate their ideas** without hiring a programmer.
* Hobbyists curious about how trading algorithms work.
* Experienced coders who want a **quick reference** for FXR Script syntax.

## 🚦**Ready to Begin?**

Your journey starts with a single line of code.\
In the next section, we’ll open the FXR code editor, write a simple strategy, and run it in just a few minutes.\
No pressure, no jargon — just you, your idea, and a friendly guide.

> 💡 **Tip:** Don’t worry about “getting it right” on your first try. FXR Script is made for experimentation — the more you try, the faster you’ll learn.

***


---

# Agent Instructions: 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://custom-indicators.gitbook.io/custom-indicators-docs/overview.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.
