# \[Pro] SafeMode & Filters Order

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

* **Open order same type by** : Prevent opening multiple same type orders and duplicate orders
  * **DISTANCE\_TIME** : is an option that helps prevent opening multiple similar orders within a period of time. Set time at **Time distance to open order same type (seconds)**
  * **DISTANCE\_PIPS :** is an option that helps prevent opening multiple similar orders within a pips number. Set pips at **Pips distance to open order same type (pips)**
  * **OPEN\_NOW:** is an option skip prevent and continue order
* **Limit orders allowed to open same type(Default 0: No Limit) :** is an option allow open order same type but limit number
* **When have order open opposite type:** is feature helps you handle when there are two orders of the same pair but different types
  * **NOTHING :** Skip and continue open
  * **SKIP\_ORDER\_OPPOSITE :** Skip order opposite
  * **CLOSE\_ORDER\_OPPOSITE :** Close order opposite before
  * **CLOSE\_ORDER\_OPPOSITE\_HAS\_PROFIT :** Close order opposite before if has profit
* **Skip Order Without TP:** No open order if not TP price
* **Skip Order Without SL:** No open order if not SL price
* **Skip Order if Risk > your % risk :** It will use SL and risk config to calculator then skip if risk order > with % risk config
* **Get % Risk From Signal:** Set true if you want give % risk from signal. use format xlot in signal
* **Skip order if lotSize open bigger than (Max Lotsize) :** Set max lotsize can open


---

# 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-safemode-and-filters-order.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.
