Forum

auto trail EA

can some one help me to see why this ea's trail stop not working properly

how to program first indicators data

can some show me how to program an ema with first indicators data lets say i use and rsi and want to use an ema with it with th first indicators data what formula do i use

help adding alert signal

can any one help me add alert signal on this indicator please

EA stop working help please

can some one tell me why this EA stopped working there is still open trades but it will not trail it extern int TakeProfit=750; extern int TrailingStop=5; extern int StopLoss = 100; // check open possitions and place sl, tp int start() { int cnt, totalOrders; totalOrders = OrdersTotal(); if

EA to find total open trades

what command can i use to find all open trades and place SL and TP to it with a TS

what is this meen

2009.04.21 20:03:18 Mail: not enough space for ' OrderTicket ' can any one tell me what this meen

help with argument

if i use a universal EMA setting some thing like this extern double ShortEma = 15; extern double LongEma = 35; extern int TakeProfit=750; extern int TrailingStop=100; extern int StopLoss = 100; extern int MAMode1 = 0; // 0=SMA 1=EMA 2=Smoothed 3=Linear Weighted - EMA rules (usually) on Cable extern

what is this command do -decreasefactor?

can some tell me what is the purpose of this command. what is its function

trailing stop not working

can some help me with this trialling stop it does not trail void start() { //---- check for history and trading if(Bars<100 || IsTradeAllowed()==false) return; //---- calculate open orders by current symbol Print(TrailingStop); int cnt, ticket, total; for(cnt=0;cnt<total;cnt++) { OrderSelect(cnt