# Introducing some EA configurations for reference

### 1. **Configurations open 3 order with 3 TP**

> With this configuration EA will open 3 orders with 3 TP from RedFox signal. Using this configuration you will get profit every time you reach TP level or close each order manually if desired target is achieved but also riskier than [opening 1 order](#1.-configurations-open-3-order-with-3-tp-1) because lot size will be needed bigger

**Configurations for Balance \~300$**

* Open 3 orders with 3 TP
* Fix lot size 0.01 each order
* Move SL to BE when TP1
* Move SL to TP1 when TP2

**=> Download file Config**&#x20;

{% file src="/files/L4gHVEPfYKSRi3eJAoX5" %}

\==============================================================

&#x20;**Configurations for Balance \~500$**

* Open 3 orders with 3 TP
* Fix lot size **0.02** for TP1, **0.01** for TP2, **0.01** for TP3
* Move SL to BE when TP1
* Move SL to TP1 when TP2

**=> Download file Config**&#x20;

{% file src="/files/DqWwF2nHLRprpaTvktPF" %}

\===============================================================

&#x20;**Configurations for Balance >=1000$ with Fix Lot**

* Open 3 orders with 3 TP
* Fix lot size **0.03** for TP1, **0.02** for TP2, **0.01** for TP3
* Move SL to BE when TP1
* Move SL to TP1 when TP2

**=> Download file Config**&#x20;

{% file src="/files/VYh34ft2fZfogzylxj54" %}

**Configurations for Balance >=1000$ with Auto Lot**

* Open 3 orders with 3 TP
* AUTO\_LOT with % of balance to risk for **TP1** :**1% , TP2: 0.5%, TP3: 0.5% .Total risk 2% for 3 orders**
* Move SL to BE when TP1
* Move SL to TP1 when TP2
* **=> Download file Config**&#x20;

{% file src="/files/vbtEQo9KKiUw7BR2BQf2" %}

\===============================================================

### 2. **Configurations open 1 order with Auto Lot**

> With this configuration the EA will only open 1 order with 3 TPs from RedFox signals and will automatically combine conditions from EA config or signals to process orders. It will be safer by using Auto Lot by Balance

**Configuration by Balance**

* Open **1** orders
* Auto Lot with % of balance to risk in one trade **1 to 2%**
* Move SL to BE when TP1
* Move SL to TP1 when TP2

**=> Download file Config**&#x20;

{% hint style="danger" %}
**Please reconfigure Account Balance** and **% of balance to risk in one trade** according to your account balance
{% endhint %}

{% file src="/files/YV5roa8Grt62Xcq6p0Np" %}

\==============================================================

### 3. How to load Config

From Input Config select Load and select File config download

![](/files/QWrbbtmd5OAU8q3MoHsa)

\==============================================================

Here are some configurations for RedFox Copier Pro. you can use it or set up your own configuration

Any questions please message me at [@RedFox\_Support](https://t.me/RedFox_Support)


---

# 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://copier-docs.redfox-capital.com/extras/introducing-some-ea-configurations-for-reference.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.
