> For the complete documentation index, see [llms.txt](https://copier-docs.redfox-capital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://copier-docs.redfox-capital.com/function/pro-safemode-and-filters-order.md).

# \[Pro] SafeMode & Filters Order

<figure><img src="https://336892245-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtVjBgAJnVI2mruGw1wLX%2Fuploads%2F7ytvZF6OisrxwtOGOUNJ%2Fimage.png?alt=media&amp;token=79d966cc-63a7-4732-8a3f-574fac26b541" 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
