🤖
RedFox Copier Free/Pro Telegram to MT4/MT5
  • What is Product?
  • Contact Supporter
  • News Update
  • Guides
    • Download RedFox Copier Pro From Market mql5 To MT4/MT5
    • How to create a bot and API Token From TELEGRAM
    • How to create Telegram channel and add Bot To Channel
    • Install RedFox Copier EA and active From Market
    • Install RedFox Copier EA and active without mql5 market
    • 🔰EA INPUT Describe
  • Function
    • 📈[Pro] Multi-Trade Options
    • 📈[Pro]Open New Order With TP SL As Number Of Pips
    • 📈Open New Order With A TP SL As Prices
    • 📈Open New Order Without TP SL
    • 🌀[Pro] SL/TP Override Mode
    • 💰Close Management
    • 🔓Move SL & Breakeven
    • 🔓Move TP & Breakeven
    • 🕶️[Pro] SafeMode & Filters Order
    • 💡[Pro] Config By Pairs
  • Command Support
    • List command support
    • 🌀[Pro]MOTIFY ORDER
      • Update TP Order
      • Update SL Order
      • Edit Order
    • 💸[Pro]CLOSE ORDER
      • Cancel Order Pending
      • Close Order
      • Close Half
      • Close Volume Lot
      • Close Percent Lot
    • 💸[Pro]CLOSE ORDER BY TP
      • Close Order By TP
      • Close Half By TP
      • Close Volume Lot By TP
      • Close Percent Lot By TP
    • 💸CLOSE WITHOUT REPLY
      • Close All Order
      • Close Order By Symbol
      • Close Order Symbol With Percent
  • Extras
    • How To Build Auto Trade with RedFox Signals
    • Introducing some EA configurations for reference
    • How to Connect to a VPS on Windows
    • How to make an Auto Trading system with Channel Telegram other and Meta Trader
    • FAQ
      • What is the difference between the pro version and the free version?
      • Do i need to install telegram to my vps in order to run the telegram copier 24 hours or is it enoug
      • Assume if i bought the lifetime one,does telegram copier will need updates in the future...if so wil
      • Do i need to buy auto forward message bot in order to run telegram copier auto?
      • if i buy only lifetime telegram copier how much is that?
    • More
    • Hướng dẫn sử dụng RedFox Service BOT
Powered by GitBook
On this page
  1. Function

[Pro] SafeMode & Filters Order

PreviousMove TP & BreakevenNext[Pro] Config By Pairs

Last updated 1 year ago

  • 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

🕶️