47803124 / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
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 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
47803124
Added topic MarketInfo(Symbol(), MODE_LOTSTEP); what 's the fuction 's
MarketInfo(Symbol(), MODE_STOPLEVEL); what's the fuction's
47803124
Added topic orderclosetime() 's function ? if my ticket not close,then,what's the orderclosetime() 's
i don't understand,help me,thank you
47803124
Added topic why the price have refresh,but my EA not fast run
I write some detect ticket's fuction,but,the forex price have refresh,but my EA not fast run,result my ticket not fast close,why
47803124
Added topic Find the easy code's mistake ,Why i have define buffer,and give the value ,but i can't get the value,why
//+------------------------------------------------------------------+
47803124
Added topic help me,cal array problom
for(i=0;i<=limit;i++) { double xy=MathPow(bar/2,2); count[i]=0; ave[i]=0;
47803124
Added topic help me ,about the SetIndexBuffer() fuction
I find a question about SetIndexBuffer() fuction,please help me,What do they have different SetIndexStyle(0,DRAW_HISTOGRAM); //SetIndexBuffer(0,ind_buffer1); SetIndexStyle(1,DRAW_HISTOGRAM); //SetIndexBuffer(1,ind_buffer1s);
: