zdj229
zdj229
Friends

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

zdj229
Added topic double cde=Open[1]-Close[2]; result is 0?
double cde=Open[1]-Close[2];   result is 0?  why
zdj229
Added topic PeriodConverter problem
My one minute   data is complete,  How can I recover my data for five minutes,I try use the PeriodConverter script ,And the 'Period multiplier vactor' parameters i use the  5,However, when I open the 5-minute cycle chart, the
zdj229
Added topic In EA call the 5-minute Period KDJ indicator VALUE in a 15 minute Period
double kdj= iStochastic ( Symbol (), 5 , 5 , 3 , 3 , MODE_EMA , 0 ,MODE_MAIN, 1 ); Is my code OK?
zdj229
Added topic Can the time be calculated? I want to write a EA. The ticket close t after 100 seconds
<Decompiled code deleted> But the result was wrong
zdj229
Added topic 15 minute cycle query about 5 minute cci value
My ea have the code about this    double cci1= iCCI ( Symbol (), 5 ,cciperiod, 0 , 1 );    double cci2= iCCI ( Symbol (), 5 ,cciperiod, 0 , 2 ); Now ,My ea run in 15minute period,The value I tracked is different from the value I
zdj229
Added topic about monitor multi currency and multi indicators data problem
I want to monitor the data indicators of multi currency and multi cycle. How to ensure the integrity of the data of multi cycle indicators? If I only run EA on one currency
zdj229
Added topic simple cal problom,why
   double a;         a= 1 / 5 ; Alert (a); why the result is 0
zdj229
Added topic mt4 have the AVEDEV fuction?
mt4 have the AVEDEV fuction?  I want use the AVEDEV,what can i do
zdj229
Added topic SimpleMA function problem
//+------------------------------------------------------------------+
zdj229
Added topic How can I get the last k Line closeing time
 How can I get the last k Line Closing time and Previous K line Closing time
zdj229
Added topic How to auto get 15min and 30min data
I have write a EA,This is EA must be use 15min and 30min BOOL and KDJ indicator data, excuse me ,How can I get the data all the time ,ensure me EA can read the correct  data.How can to do.thank you very much
zdj229
Added topic help me,about or and && problom
if((false&&true)||(true&&false)) { } I write EA procedures after the emergence of a problem, I made an accurate tracking, determine the top value, then the program is put in brackets damn code execution, resulting in a substantial
zdj229
Added topic MY code have problom?
  double a= 4.0 ;        double     b= 4.5 ;        if (a>b)   Alert ( "ok1" );        if (a<b)   Alert (
zdj229
Added topic what's the code's mean,why THE EA not have init denit information
why the EA not have init and denit  part. this EA have not  dll file  can be tester int mt4 why    ATTACHMENT CONGAING DECOMPILED CODE REMOVED . . . 
zdj229
Added topic what find the highest in 30 of K line
hello friends,i want to find the highest price int sometimes,and i want to find the highest price's RSI(indicator) value,   so i think i must find the highest's price int waht's K line ,please help me
zdj229
Added topic \n in mt4's fuction
example alert(\naaaaa); 
zdj229
Added topic the ObjectGetValueByShift() fuction how to use
I can't find document for ObjectGetValueByShift()
zdj229
Added topic how can i get TWO hour indicator value
 double iMA( string symbol, int timeframe, int period, int ma_shift, int ma_method, int applied_price, int shift)    PERIOD_M1 1 1 分钟  PERIOD_M5 5 5分钟  PERIOD_M15 15 15 分钟  PERIOD_M30 30 30 分钟  PERIOD_H1 60 1
zdj229
Added topic what's indicator shift
What is the role
zdj229
Registered at MQL5.community
12