trend option added Rules: 1.Function names as I have typed here. 2.the trend function on menu to be right after selection of sessions. 3.Print option last option on the list 4.All MAs must work sepratly as well as together ---------------------- Trend True / False Slow MA True / False Slow MA Period (I can type the period of MA) Type SIMPLE EXPEDITIONAL SMOOTH LINEAR WEIGHTED Faster MA True / False Fast MA Period (I can type the period of MA) TYPE SIMPLE EXPEDITIONAL SMOOTH LINEAR WEIGHTED Fast MA True / False Fast MA Period (I can type the period of MA) TYPE SIMPLE EXPEDITIONAL SMOOTH LINEAR WEIGHTED Time frame (this is the time frame that the EA will look at the MAs for trend direction) 5 min 15 min 30 min 60 min 4 Hour 1 Day weekly monthly ********************************************************************************************** concept if one MA is selected, EA will look at the price and see the location of price. if price is above the MA and MA is aiming upward, The EA will only place ONLY Buy orders. if price is below the MA and MA is aiming downward, The EA will only place ONLY sell orders. both is base on price, close of candle. if Slow MA and one fast MA (Faster MA) is selected the EA will look to place ONLY buy orders when Faster MA is above slow MA and both MAs are aiming upward. the EA will look place ONLY sell orders when Faster MA is Below slow MA and both MAs are aiming downward. **if price is between two MAs NO trade. if Slow MA and two Fast MAs are selected the EA will look place ONLY buy orders when Faster MA is above Fast MA and both Fast MAs are above slow MA and All MAs are aiming upward. the EA will look place ONLY sell orders when Faster MA is below Fast MA and both Fast MAs are below slow MA and All MAs are aiming downward. ( Example:Faster MA 4 is below Fast MA 10 and ma 4 and 10 are below Slow MA 20) **if price is between fast and slow MAs NO trade. ********************************************************************************************** Print on screen location of print so i can decide where I want the print (up right,up left, down right, down left) Print Trend Direction: Entry: Stop Loss: Target Price: Profit: Loss: