🕶️[Pro] SafeMode & Filters Order

  • 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

Last updated