# Algo-trading

- [TradingView Signals](https://docs.finandy.com/algo-trading/signals-tradingview.md): ✔ Detailed TradingView signal connection guide. Learn how to use TradingView signals from an indicator or strategy to automatically create orders on Binance, OKX, Finandy.
- [Signal interface](https://docs.finandy.com/algo-trading/signals-tradingview/interface.md): ✔ Learn how to set up and use the signals interface on the Finandy platform: connecting new signals, basic settings, testing signals and managing TradingView signals.
- [Open position](https://docs.finandy.com/algo-trading/signals-tradingview/interface/open.md): ✔ Learn how to buy or sell with TradingView signal on Binance, OKX, Finandy: order parameters, order types, option management and restrictions. Instructions on how to open a position.
- [Averaging (DCA)](https://docs.finandy.com/algo-trading/signals-tradingview/interface/dca.md): ✔ Instructions on how to increase a position. Learn how to buy (add to position) on TradingView signal on Binance, OKX, Finandy: order parameters, order types, option management and restrictions.
- [Close / Reverse](https://docs.finandy.com/algo-trading/signals-tradingview/interface/close.md): ✔ Learn how to close a position or sell on a TradingView signal on Binance, OKX, Finandy: order parameters, order types, option management and limitations. Customise position reversal
- [Stop Loss (SL)](https://docs.finandy.com/algo-trading/signals-tradingview/interface/stop-loss.md): ✔ Learn how to set a stop loss by TradingView signal on Binance, OKX, Finandy: stop loss levels, exact prices, order types and rearrangement of levels.
- [Trailing (SLX)](https://docs.finandy.com/algo-trading/signals-tradingview/interface/trailing.md): ✔ Learn how to set stop loss trailing on TradingView signal on Binance, OKX, Finandy exchange: traditional price trailing, take profit trailing, settings and actions.
- [Take Profit (TP)](https://docs.finandy.com/algo-trading/signals-tradingview/interface/take-profit.md): ✔ Learn how to set Take Profit on TradingView signal on Binance, OKX, Finandy: automatic creation after averaging, order types, number of orders and their distribution.
- [Connection and configuration](https://docs.finandy.com/algo-trading/signals-tradingview/connection-and-configuration.md): ✔ Learn how to connect and configure TradingView signals in Finandy: ready-made settings, opening, averaging, closing and reversing positions. Detailed setup guide.
- [Connecting the TradingView indicator or strategy to Binance / OKX](https://docs.finandy.com/algo-trading/signals-tradingview/connection-and-configuration/indicator-strategy-connection.md): ✔ Learn how to connect TradingView indicators and strategies to Finandy: setting up signals, connecting webhooks, automated trading on Binance. Detailed integration guide.
- [Position opening](https://docs.finandy.com/algo-trading/signals-tradingview/connection-and-configuration/position-opening.md): ✔ Learn how to set up opening positions based on TradingView signals in Finandy terminal: setting up the order amount, minimum requirements and limitations. Detailed guide to opening positions.
- [Position Averaging](https://docs.finandy.com/algo-trading/signals-tradingview/connection-and-configuration/position-averaging.md): ✔ Learn how to set up position averaging using TradingView signals in Finandy terminal: order activation, amount setting and minimum requirements. Detailed guide to position averaging.
- [Closing Position](https://docs.finandy.com/algo-trading/signals-tradingview/connection-and-configuration/closing-position.md): ✔ Detailed guide to closing positions. Learn how to set up closing positions based on TradingView signals in Finandy terminal: action selection, order setup and detailed guide.
- [Position Reversal](https://docs.finandy.com/algo-trading/signals-tradingview/connection-and-configuration/position-reversal.md): ✔ Learn how to set up position reversal using TradingView signals on Binance, OKX, Finandy: connecting signals, setting up reversal and detailed guide.
- [Hedging](https://docs.finandy.com/algo-trading/signals-tradingview/connection-and-configuration/hedging.md): ✔ Learn how to set up hedging when creating an order based on TradingView signal in Finandy terminal: connecting indicators and strategies, position parameters and their settings.
- [Signal processing logic](https://docs.finandy.com/algo-trading/signals-tradingview/signal-processing-logic.md): ✔ Learn the logic of signal processing on the Finandy platform: position setup, buy and sell actions, averaging and reversal. Detailed guide to signal logic.
- [Signal testing](https://docs.finandy.com/algo-trading/signals-tradingview/signal-testing.md): ✔ Learn how to test signals on the Finandy platform: sending test signals, setting up orders, solving problems. Detailed guide to testing TradingView signals.
- [Signal copying](https://docs.finandy.com/algo-trading/signals-tradingview/signal-copying.md): ✔ Learn how to copy Tradingview signals from indicators or strategy on Finandy platform: setting up Master hook mode, connecting to master hook, editing settings.
- [Controlling an option in the signal](https://docs.finandy.com/algo-trading/signals-tradingview/controlling-an-option-in-the-signal.md): ✔ Learn how to manage options in a signal on the Finandy platform: setting order parameters from the terminal and TradingView signal messages. Detailed guide on how to manage signal settings.
- [Update settings by signal](https://docs.finandy.com/algo-trading/signals-tradingview/update-settings-by-signal.md): ✔ Learn how to update module settings by TradingView signals on the Finandy platform: sending signals with the 'update' parameter, updating take profit and other modules.
- [{{Placeholders}}](https://docs.finandy.com/algo-trading/signals-tradingview/placeholders.md): ✔ Learn how to use placeholders to substitute variables into TradingView signal messages on the Finandy platform: general placeholders, placeholders for TradingView strategies.
- [Common errors](https://docs.finandy.com/algo-trading/signals-tradingview/common-errors.md): ✔ Learn how to solve common errors when using signals on the Finandy platform: opening, averaging, closing and reversing positions. A detailed guide on how to fix the errors.
- [FAQ](https://docs.finandy.com/algo-trading/signals-tradingview/faq.md): ✔ Answers to frequently asked questions about working with TradingView signals on the Finandy platform: signal setup, security, speed of order creation, and other tips.


---

# 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://docs.finandy.com/algo-trading.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.
