REQUIREMENT SPECIFICATION The idea of the trading system is as follows, (1) A Supertrend E.A. which has AUTOMATIC AND MANUAL trading mode The Automatic trades buy and sell by itself, whiles Manual mode send alerts on phone or computer for me to buy. (2) The Supertrend EA has 5 indicators . (-Supertrend): The supertrend will be use for the market entries and exit Supertrend :Three (3) supertrend for market entries (-Moving Average): The moving average will be a filter for the entries and will be in 2 modes Up/down mode: one line moving average, when the markets is above it takes long position and when it is below it takes short positions M.A cross mode: it will be a two moving average (a short M.A. and a Long M.A.). (MAC D): The Mac D will be a filter for entries, it contains 2 lines the MAC D LINE (BLUE LINE) and SIGNAL LINE (RED LINE) When the Mac D line crosses above the signal line the market takes long position and when the Mac d line crosses below the Signal line it takes short positions . TRENDANATOR: Is also a type of Mac D Histogram, it has bar colors Lightsteelblue color and Crimson color, when the Trendanator histogram bars changes to lightsteelblue(looks like grey) the markets take long position and when the Trendanator histogram bars changes to Crimson(looks like red) the market takes short position. (SILENCE ): The silence indicator determines the volatility of the market, it will also filter the entries. It contains 2 lines a red one and a blue one, when the red line crosses above the blue line it means the is volatility in the markets market can make both long and short entries. : Position Entry Market entries are performed when all three supertrend gives the same signal (when it’s a buy, all three supertrend gives a buy signal and when it’s a sell all three supertrend gives a sell signal) an order is place on a new renko or candle created. . Trend is determined based on the Three Filters Position Closing Positions are closed at opposite signals: positions is closed when there is first opposite signal from the supertrend. (4) Money Managment . Lot Size: to set lot size being use . Spread: . Take Profit — during position opening, a Take Profit level is set at a fixed distance from the open price, specified in points. . Stop loss- to set a fixed distance to stop losses .Breakeven- TrailngStop -is used to protect profit. Stop Loss is set if profit in points exceeds the value specified in the InpTrailingStop parameter. If the price continues to move in the profit direction, Stop Loss should be trailed at the given distance. Stop Loss cannot be moved towards the loss direction, i.e. the Stop Loss value cannot be increased. If none of protective orders (Take Profit or Stop Loss) triggers, the position should be closed by an opposite signal. Breakeven can also be added. . Martingale Martingale is used to increase lot size when the previous order was a winning trade .Profit Protection: When a set profit is made (in points), a percentage is protected so not to loss all Risk Protection: When a Set Loss is Made( in points), it stops the EA from trading that Day .News filter- is set stop the EA when the is a Major News which can risk the trade Time Filter –is to set day and time to trade.