# Forex Trading

{% hint style="info" %}
**Trading in securities involves a high degree of risk.** Content, news, research, tools, and securities symbols are for educational and illustrative purposes only and do not imply a recommendation or solicitation to buy or short a particular security or to engage in any particular investment strategy.
{% endhint %}

## Algorithmic Trading for Forex

Algorithmic trading across some of the best currency pairs within the Forex networks involve identifying patterns that deliver consistent returns based on multiple performance metrics. Trading across this asset class allows investors to manage risk through liquidity due to the large volumes of international trades.

To generate consistent performance, we utilize backtesting across Profit Factor (Gross Wins divided by Gross Losses) and Profitability (Percentage of Winning Trades relative to Total Trades executed). Most technical traders are less concerned on the overall fundamentals relating to the security. Volatility is a major consideration when reviewing performance, specifically as it relates volume and potential indications of institutional support in either direction. Though Forex cannot be directly manipulated due to the large volume of liquidity, our institutional markers can pin-point general inflows and outflows of funds across the market as a whole.

Below are a few video of currency pairs available through Forex exchanges. For the extended library of videos [click here](https://www.ultraalgo.com/best-currency-forex).

{% embed url="<https://youtu.be/xObjHwK86E8?list=TLGG8d3MAmsi2qgzMDA5MjAyMg>" %}

{% embed url="<https://www.ultraalgo.com/best-currency-forex>" %}


---

# 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.ultraalgo.com/use-cases/forex-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.
