Mehmet Bastem
Mehmet Bastem
Friends

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

Mehmet Bastem
Added topic Indikatore return
i want to: 1- i have a cros indikator. return (12). what is change codes ? int start() { int limit; int counted_bars=IndicatorCounted(); //---- last counted bar will be recounted if(counted_bars>0) counted_bars--; limit=Bars-counted_bars; // if
Mehmet Bastem
Added topic Multi Send e-mail
How do send multi e-mail. example 1. aa@erer.com, aa1@erer.com, aa2@tr.net
Mehmet Bastem
Added topic Common Expert
i have a 4 metatrader Platfrom(sample fxdd,fxcm...). i want to common directory (expert,script,indikator ...). How do common directory. example 1. programfiles\fxdd\expert 2. programfiles\fxcm\expert 3. programfiles\interbankfx\expert i wan to a
Mehmet Bastem
Added topic CCI Expert Advisor Stratagey
Do the Right Thing” CCI Trade Without resorting to the mathematics of the indicator, please note that CCI is an unbounded oscillator with any reading of +100 typically considered to be overbought and any reading of -100 oversold. For our purposes
Mehmet Bastem
Added topic ru translate
mainLine= iStochastic (0,0,5,3,3,MODE_SMA,0,MODE_MAIN,a); prevMainLine=iStochastic(0,0,5,3,3,MODE_SMA,0,MODE_MAIN,a+1); signalLine=iStochastic(0,0,5,3,3,MODE_SMA,0,MODE_SIGNAL,a); prevSignalLine=iStochastic(0,0,5,3,3,MODE_SMA,0,MODE_SIGNAL,a+1);
Mehmet Bastem
Added topic another script Call ?
How Do Call or using Another Script in my mql4. example main mql4 names is deneme if a>173 l "closeAllProfitOrders"
Mehmet Bastem
Added topic Read file Data
1.How do open,read and erase from sembol.xls file data.? sembol.xls is included field1,field2. example; string sem=fiels1; 2. How do erase sembol.xls
Mehmet Bastem
Added topic RU translete
if(prevMainLine<prevSignalLine && mainLine>signalLine) Alert("Ñèãíàë íà ïîêóïêó. Âğåìÿ: ", TimeToStr (Time[a])); if(prevMainLine>prevSignalLine && mainLine<signalLine) Alert("Ñèãíàë íà ïğîäàæó. Âğåìÿ
Mehmet Bastem
Added topic How do understand trend ?
1-How do to apprehend tredn (UP or Down)
Mehmet Bastem
Added topic Multiple Symbol
i want to BUY two Sysmbol. How do usuing multiple Symbol in a Script. ex. for(int i==1;i<3;i++); { OrderSend ("EURUSD",OP_BUY,1,Ask,3,Ask-25*Point,Ask+25*Point,"My order #2",16384,0,Green);
Mehmet Bastem
Added topic Expert Advisor Bastem
my fisrt expert advisor name is Expert Bastem begin balance is 50.000 last balance is 7.619.000 USD in 1.5 Month . InterbaseFX Demo Account
Mehmet Bastem
Added topic How do find 5,13,62 EMA Crosing Up or Down
How do pratice find 5,13,62 EMA Crosing Up or Down
Mehmet Bastem
Added topic How do two symbol BUY or SELL any exper ?
How do you two symbol in any expert. sample OrderSend ("EURUSD",OP_BUY,LotSayisi,Ask,Slippage,0,0,"",MAGIC); OrderSend("USDCHF",OP_BUY,LotSize(),Ask,Slippage,0,0,"",MAGIC);
Mehmet Bastem
Added topic How do Find All Symbol in the interbaxFx ?
How do find all symbol() name and sum count in metatrader. EURUSD EURJPY ... .. . . . Totalcount== 4
12