A reverse trade feature is needed= Reverse trade/true or false , this will change a buy order to a sell order and a sell order to a buy order. The ea generates a stop loss of it`s own, this needs to be changed to the take profit...You can see the stop loss in the detailed statment. It generates a take profit of it`s own also but is hidden, this should be the new stop loss, you can see this in the detailed statement. If you look at the take profit on the closed trades it matches the lot size in most orders, some it does not it is a little more than this. I checked the ea settings and it has a standard stop loss + take profit etc. so you dont need to add anything. When you code it to print to the screen the account number + balance + current profit + spread... Add the cost of the commission/spread, in Dollars$$$ so i can tell right away what the trade cost. Make this in larger print as it is difficult for me to see, ( i have bad eye sight ) and print the Take Profit and Stop Loss if entered also, so i will be able to see it and not have it printed in the trade. Recode the settings for stop loss + Take Profit to Hidden sl + tp ( True-False ). Code a Audible Sound Alert ( Only When a Trade is Opened ) this should be Optional/ Turn On/Turn Off 1Special Feature, code in the ea settings a stop trading feature, when the account equity reaches a certain $dollar amount it will just, close any open trades and stop trading until the ea is enabled to trade again...something like start trading true. .