Robert Milovic
Robert Milovic
Friends 1
Robert Milovic
Added topic I need to convert this loop from mql4 to mql5!
string TestROC_( int nPeriod, string cPair) {            int i;    int sizeOfnResultROC = nPeriod;          double nResultROC[];      double nResultClose;
Robert Milovic
Added topic iCCIOnArray in MQL5
How to write iCCOnArray for RSI in mql5
Robert Milovic
Added topic What is wrong?
string cciOnRsi_ ( int nPeriod, string cPair) {    double rsi[];    double cci[];    ArrayResize (rsi, Bars );    ArraySetAsSeries (rsi, true );    for ( int i= Bars ; i>= 0 ; i--)   {
Robert Milovic
Added topic from mql4 to mql5
How to write this mql4 code to mql5: string TestCCIonRSI( int nPeriod, string cPair) {          int sizeOfaNizDan = nPeriod;         double aNizDan[];      int
Robert Milovic
Added topic What is wrong?
  for the ParSar: double GetSARValue( string cPair, int nPeriod, int bar)     {    double sar[ 1 ];    int sarHandle = iSAR (cPair,nTimeFrame1,Step,Maximum, 0 );    if (sarHandle!= INVALID_HANDLE
Robert Milovic
Added topic What is the mistake?
In MQL5 I get this error: wrong parameters count for iSAR: string TestParSar_( int nPeriod, string cPair)   {    double nResultClose;    double nResultSar;       nResultSar= iSAR
Robert Milovic
Added topic How to male the correction?
I need the correction for this code as I am getting the error warning: --------------------------------------------------------------------------------------   double GetPriceValue(string cPair, int nPeriod, int bar)     
Robert Milovic
Added topic About coding prices for STDEV in mql4!
Why did you post your MT4 question in the General section (a miscellaneous catch-all category) instead of the MQL4 section, (bottom of the Root page)? Please consider which section is most appropriate —
Robert Milovic
Added topic MCCI(n,m)
Dear Sir, This indicator is the calculation of "Gauss Standard Score" for simple Momentum indicator, as in " Commodity Channel Index ", the only difference is the Momentum calculation instead of simple Price and the Standard Deviation instead of Mean
Robert Milovic
Added topic About the mean value of any indicator in MQL4!
Dear Sir,      What if I were to code, in MQL4, the highest and the lowest value of any indicator, let`s say CCI(n), accross the period(n) only, within the same timeframe, so as to calculate and plot the line; Y=(highestCCI(n) +
Robert Milovic
Added topic About the converting my Trailing EA in MT4 to MT5!
Dear Sir,    I need someone to convert my own Trailing Stop EA in MT4 to MT5 version. I code only in MT4 still, so if someone could convert it to MT5 version I`d be glad to pay the cost. The code is short and not complicated, Thanks,  
Robert Milovic
Added topic About finding the highest and lowest value of, for example RSI(n) in MQL4!
Dear Sir, I have tried to program an indicator that would average the highest and lowest values of, for example RSI(n) by coding: (buff1_[i] = iHigh(NULL,0,iRSI(NULL,0,IndicatorPeriod,PRICE_CLOSE,i)) , buff2_[i] =
Robert Milovic
Added topic About the "FindScientificTradePeriod ", Aleksey Ivanov`s indicator for MT5!
Dear Sir, Is there a MT5 version of Aleksey Ivanov`s indicator: FindScientificTradePeriod  
Robert Milovic
Added topic About my purchased indicators!
Dear Sir,   I have purchased several indicators worth over $200 which actually worked perfectly fine till the moment I installed and  transferred my 500GB SSD to 2TB SSD disk, after which everything else works perfectly fine except of all
Robert Milovic
Registered at MQL5.community