47803124
47803124
Friends

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

47803124
Added topic how to hide indicatorshortname
hide indecatorshortname and value
47803124
Added topic How to hide indicatorshortname
hide the indicatorshortname and value,thank y ou
47803124
Added topic string compare problom ,help me
string a;        if (a== "" ) Alert ( "ok" ); if a equel empty, How do I  write
47803124
Added topic What my easy code 's error,two value compare
Look last Code ,why the run ruzult is  ok2    not  ok3?    double a= 4.0 ;        double     b= 4.5 ;        if (a>b)   Alert (
47803124
Added topic How to use switch statement,What problom of my below code
switch (x)             {                case 1
47803124
Added topic syntax error dont disyplay arrow ,just display another icon,why ,plese help me thank you,
//+------------------------------------------------------------------+
47803124
Added topic cal problom double type cal
double a=1.7; double b=1.6; double c=a-b; Alert(c); the result is 0.99999999999999999987
47803124
Added topic C++ ploblom, the front of "" is mean?
  string a=( "" + TimeCurrent () + 100 + ";" ); I see have code like that written, what mean? I use FileWrite fuction put the code into xx.txt file,but I can't Read it use FileOpeN- FileReadNumber, I find the cause,possible is the number is
47803124
Registered at MQL5.community
47803124
Added topic terminal 604 calculate problom
int c= 100 ; int d= 70 ; double a=d/c; Alert ( DoubleToStr (a, 8 )); output 0? why I English is very pool,thank your much fo help
47803124
Added topic what's meam of DOUBLE_VALUE?
<CODE REMOVED > handle = FileOpenHistory( Symbol () + Period () + ".hst" , FILE_BIN | FILE_READ ); bool GetPrices( int & PriceTime, int & PriceLow, int & PriceHigh) {   PriceTime = FileReadInteger (handle);   
47803124
Added topic FileReadInteger() problom
the fuction is mean,what's read his for binary 's principle
47803124
Added topic this is mean of%
tm -= tm % 44;
47803124
Added topic two problom help me
1.int GetPrices(int &m, int &a, int &b) This is a fucion of get price,buy i can't understand the "&" is mean,why add the symb 2. int start = FileOpenHistory(Symbol() + Period() + ".hst", FILE_BIN|FILE_READ ); int
47803124
Added topic use array fuction ,help
i define a array[10], but if iwant use the arraay[10],i must use for(i=0;i<10 i++) array[i]= 0 initial,mt4 have auto initial 's fuction
47803124
Added topic what my code 's error
//+------------------------------------------------------------------+
47803124
Added topic what's the WindowExpertName()'s fuciton
i can't understand WindowExpertName()'s mean,please help me
47803124
Added topic what mean of the fuction code?
int fuction(string a) { int b; for (int i = StringLen(a) - 1; i >= 0; i--) { b = StringGetChar(a, i); if ((b > '`' && b < '{') || (b > '? && b < 256)) a = StringSetChar(a, 1, b - 32); else if (b > -33 && b
12