The name of the EA should read 'StiPend EA' The EA should xecute trades based on the following idea: If the previous bar is bullish, the EA should open a sell Stop order at X pips above previous bar's high. If the previous bar is bearish, the EA should open a buy Stop order at X pips below previous bar's low. At close of the current bar, the EA should close any open trade and delete any pending order not filled. It should also work in any timeframe The EA should have the following parameters; -Lot Size -Take Profit (when set to 0 means EA should ignore parameter) -Stop Loss (when set to 0 means EA should ignore parameter) -Break Even Level (when set to 0 means EA should ignore parameter) -Trailing Stop (when set to 0 means EA should ignore parameter) -Trailing Step (when set to 0 means EA should ignore parameter) -Comfort Level (X no of pips below or above previous high or low where Pending Order should be placed) -Spread Filter (allowable maximum spread in pips) -Slippage (allowable maximum slippage in pips) The EA should display the current Profit/Loss as well as spread at all times. The EA should be delivered under both .EX4 and MQ4 formats The EA should be usable with the latest MT4 build