bewise
bewise
Friends

Add friends via their profile or user search and you will be able to see if they are online

bewise
Registered at MQL5.community
bewise
Added topic 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
bewise
Added topic help adding alert signal
can any one help me add alert signal on this indicator please
bewise
Added topic 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
bewise
Added topic 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
bewise
Added topic auto trail EA
can some one help me to see why this ea's trail stop not working properly
bewise
Added topic what is this meen
2009.04.21 20:03:18 Mail: not enough space for ' OrderTicket ' can any one tell me what this meen
bewise
Added topic 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
bewise
Added topic what is this command do -decreasefactor?
can some tell me what is the purpose of this command. what is its function
bewise
Added topic 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