Forum

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) + lowestCCI(n))/2, how would I do it? It is very hard to do, as in MQL4 we

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

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] = iLow(NULL,0,iRSI(NULL,0,IndicatorPeriod,PRICE_CLOSE,i)) and buff3_[i] =(buff1_[i] +

About the "FindScientificTradePeriod ", Aleksey Ivanov`s indicator for MT5!

Dear Sir, Is there a MT5 version of Aleksey Ivanov`s indicator: FindScientificTradePeriod

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 the purchased indicators which I actually cannot use at all