Hello, We need EA based on our Pivot Indicator. Our Indicator Showing Pivot line, S1, S2 and R1, R2 etc.... Our Pivot Indicator works based on last candle Value. Find the attach indicator and Screenshot Buy Entry Condition: Our Pivot Indicator works Day, Weekly and Monthly Timeframe. So call this timeframe in our EA custom input. So we can use time frame in EA Setting. We use 4 lines in this indicator. 1.Yellow line is main Pivot Line 2 First above Yellow Lines is R1 3.Secoond above Yellow line is R2 (Last handle High) 3.Below Yellow is S1 (Last candle Low) In our strategy we need waiting time (from market opening)to open order. so we need custom input for waiting time in hourly based. Buy Entry Conditions: We have 2 conditions, if we meet any one condition we can take order. Open Buy if current market price R2 Crossed (Tocuh). OR If market Open Price between Yellow Pivot Line and S1 Line then waiting time reached means EA want to take buy order. Sell Entry Conditions: Open Sell if current market price S1 Crossed (Touch). OR If market Open between R1 Line and R2 Line then waiting time reached means EA want to take Sell order. Others Terms: *EA want to close exisiting order and restart based on our strategy each CANDLE (day or week or Month) *In any timeframe EA only open 1 buy and 1 sell per Candlestick (if we change timeframe weekly means, EA take 1 buy and 1 sell per week) *Ea can close buy and open sell order if meet sell conditions (no matter if position possitive or negative) *Ea can close sell and open buy order if meet buy conditions (no matter if position possitive or negative) *Fill Auto Take profit and Stop Loss. Calculate R2-S1 / 3 = Take profit value, Stop Loss Value (Last Candle High-Low/3 = Auto TP and SL Value) *EA Need both MT4/MT5 Platform EA Custom Inputs: Indicator Pivot Time Frame : Day/Week/Month Lot Size Waiting Time Take Profit Stop Loss Take Profit = True/False Stop Loss = True/False If Spread below take order: Max Slippage :