SPECIFICATIONS I would like an EA created with the following characteristics: EA filters: Parabolic SAR and Bollinger Bands indicators. This EA needs to have the option to change the Parabolic SAR and Bollinger Band parameters. The middle band of the Bollinger Bands has no input to any trading operations but the upper and lower bands are the only bands that do have input to trading operations. This EA will only have ONE position open at a time and needs be able to resume operations if there was a power outage or market re-opening and needs to display when trades are excecuted. This EA needs to be able to work with any symbol and timeframe available on MT4 and be able to do both LONG and SHORT POSITIONS. This EA will only make trades based on current real time events. It does NOT trade using past market history or speculation. This EA will make trades based on the CURRENT CLOSING PRICE of the CURRENT CANDLE only. This EA will activate ontick for every tick and assess the parameters set to determine an action. ------------------------------------------------------------------------------------------------------------------------------------------------ Trade Operations: To open a LONG POSITION: The current closing price must be ABOVE BOTH the Parabolic SAR and the upper band in order to open a LONG POSITION. To close a LONG POSITION: The current closing price must be BELOW BOTH the Parabolic SAR and the upper band in order to close a LONG POSITION. To open a SHORT POSITION: The current closing price must be BELOW BOTH the Parabolic SAR and the lower band in order to open a SHORT POSITION. To close a SHORT POSITION: The current closing price must be ABOVE BOTH the Parabolic SAR and the lower band in order to close a SHORT POSITION. Once a position is opened, the only action that can happen is to close that position based on the conditions described. Once a position is closed, the EA is in idle mode and will then open a position once the conditions described to open are met. When the current closing price is in between the upper and lower bands and NO POSITION is currently open, the EA is considered to be in idle mode and will look for the conditions described to be met to open the next position. Any questions please do not hesitate to contact me at DESharma92@gmail.com or message me on MQL5.com.