ADX Scalping.ex4 Indicator: ADX Conditions: Buy order: * When the price starts to open in the new session. We will start waiting for order. Sessions are selected from M1 to D1. * When the DI+ line begins to cross above the DI- line (in other words, the value of DI+ goes from less than to greater than DI-). At the same time the value of the ADX line must be greater than the value of DI + and DI -. We place buy order. * Time condition: We have a condition on the order waiting time. The time is in seconds, if the time is exceeded, the order will not be entered. Time is calculated while we wait for the order. The time will be entered by the user. Sell order: Opposite of buy order. Take profit: We will have 2 options * Fix profit: fixed number of pips. (if we enter 10 it means we have 10 pips profit) * End of session: we will wait to end of session and close the order. Stop loss: At the end of the session, if we have not taken profit yet, we immediately close the order.