EA Inputs: Lots Size: Signal Time Frame : Pivot Value (PP) Time frame : Take Profit : True/False Take Profit : Stop Loss : True/False Stop Loss : If Spread below take order: Max Slippage : We need Pivot Point value for this EA. For pivot point value Simply calculete Last candle H+L+C/3 and get value. Also need time frame for this value in our EA Inputs. EA Buy Entry Rule: Once get Buy Signal from Signal Indicator, Next need to check current candle open price, if Current candle open price above PP value means Open buy order. then continiue the same for each candle. Exit Buy Orders: If get sell Signal from signal Indicator, want to close all buy orders or If reach take profit or stop loss. EA Sell Entry Rule: Once get Sell Signal from Signal Indicator, Next need to check current candle open price, if Current candle open price below PP value means Open sell order. then continiue the same for each candle. Exit Sell Orders: If get buy Signal from signal Indicator, want to close all sell orders or If reach take profit or stop loss. Terms: *Our Pivot value refresh for Each current candle and take new order if meet conditions *EA Restart terms: While Changing Signal Indicator Trend Buy to Sell or Sell to Buy, That time EA want to close all orders if any. *Dont open new orders on signal changing candle, EA want to wait for next candle and restart the same. *EA want to take one order per candle. Ex: Once order exit by take profit or stop loss means dont take new order that exisiting same candle *EA coding file need both MT4/MT5 Platform *EA want to works with all currency pairs