# \[Pro] Multi-Trade Options

**B1. Config EA with input**

\+ **Number open order by TP(Max: 5)**: 3 (open 3 entry with TP1,TP2,TP3)

1\. **Config LOTSIZE  MODE** :

&#x20;   -> **AUTO\_LOT**: auto calculate lot size by % of balance risk in one trade

&#x20;        -> **please set % risk for each open entry TP**

<figure><img src="/files/FCpNhCjswuO58FxqNLnB" alt=""><figcaption></figcaption></figure>

&#x20;   -> **FIXED\_LOTSIZE**: use lotsize by config

&#x20;        -> **please set lotsize for each entry TP**

<figure><img src="/files/Bc7TKjnclfeRTT6IIFaq" alt=""><figcaption></figcaption></figure>

**2. Use any format signal below to open new order**

AUDUSD (SELL or BUY) NOW  0.73117\
TP1 0.72677\
TP2 0.72237\
TP3  0.71357\
SL   0.74000

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

(SELL or BUY)  AUDUSD NOW  0.73117

TP1 0.72677

TP2 0.72237

TP3  0.71357

SL   0.74000

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

(SELL or BUY) AUDUSD NOW  0.73117

TP 1 0.72677

TP 2 0.72237

TP 3  0.71357

SL   0.74000

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

AUDUSD  (SELL or BUY) NOW  0.73117

TP 1 0.72677

TP 2 0.72237

TP 3  0.71357

SL   0.74000

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

AUDUSD (SELL or BUY) NOW @ 0.73117

sl @  0.74000

tp 1 : 0.72677

tp 2 :  0.72237

tp 3 : 0.71357

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

(SELL or BUY)  AUDUSD  NOW @ 0.73117

sl @  0.74000

tp 1 : 0.72677

tp 2 :  0.72237

tp 3 : 0.71357

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

Ask about format other. Contact to telegram <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/function/pro-multi-trade-options.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.
