Ea property. Plan A= true/false Chart Timeframe= Moving Avg Type= Moving Avg Applied= Moving Avg == Stoploss =hide/show Stoploss Bars= Trail Stop to BE=true/flase Trail Stop= true/false Take Profit= true/false Take Profit= Lot Size= Balance Per Lot= Magic Number= Plan B= true/false Chart Timeframe= Moving Avg Type= Moving Avg Applied= Moving Avg == Stoploss =hide/show Stoploss Bars= Trail Stop to BE=true/flase Trail Stop= true/false Take Profit= true/false Take Profit= Lot Size= Balance Per Lot= Magic Number= Plan C= true/false Chart Timeframe= Moving Avg Type= Moving Avg Applied= Moving Avg == Stoploss =hide/show Stoploss Bars= Trail Stop to BE=true/flase Trail Stop= true/false Take Profit= true/false Take Profit= Lot Size= Balance Per Lot= Magic Number= Plan D= true/false Chart Timeframe= Moving Avg Type= Moving Avg Applied= Moving Avg == Stoploss =hide/show Stoploss Bars= Trail Stop to BE=true/flase Trail Stop= true/false Take Profit= true/false Take Profit= Lot Size= Balance Per Lot= Magic Number= EA logic:: Trading:: if price touch ma then ea gets ready to open trade. after touching if bar close above ma then it opens buy or if it closes below ma it will open sell. it can have 1 buy and 1 sell at the same time but not multiple buys and sell at the same time. Stoploss:: ea will count "x" bar's in the history for stoploss. as ea open trade on close of bar so active new bar will be "0" bar in this calculation. so if "x"=5 then ea will count backwards 5 bars from current "0" bar to place stoploss. for sell trade stoploss it will take the highest high of last 5 bars and for buy trade it will take the lowest low of last 5 bar. Trail Stop to BE:: {breckeven} if true then ea will keep trailing stoploss till it gets to a level where there is no loss on trade{commosion+swap+entry price}. once that point is reached ea will stop trailing stoploss. Trail Stop:: if this is true then ea will keep trailing stoploss until the time either stoploss is hit or take profit is hit. Take Profit:: example= 5 that means if stoploss is 100pips then ea will place take profit as 5*100pips. once tp is placed it dosent move, even if stoploss is trailed. takeprofit always remain constant from entry time. Balance Per Lot:: if balance is =1000 and lot size is= 0.01 then every time increase in the balance of 1000 ea will add 0.01 lot to open trade. lotsize=0.01 and balance= 1000 then when balance reach 2001 ea will open 0.02 lot trade when balance is 3001 ea will open 0.03 trade DISPLAY ON CHART:: example i have atached pic how to show TRADE info on chart.