rooky06
rooky06
Friends 1
rooky06
Added topic How is calculated the pip value in ATRProjection ?
Hello Can you explain me how is calculated the pip value in this indicator please : The indicator is this ATRprojection but I have only the ex4 file so i can't look into the code... Thank you <ex4 file deleted>
rooky06
Added topic What is wrong in the for loop declaration ?
Hello. There'a a few years i paid a freelancer to build an indicator. It worked fine but now, i try to compile it and i have an error on this line : for (index=nCountedBars + NB - 1 , int ptr = 0 ;index >= nCountedBars ; index--
rooky06
Left feedback to developer for job Convert mt4 indicator to PHP
rooky06
Added topic How to use iCustom with this indicator
Hello I would like to use this indicator (Absolute Strenght Histogram.mq4) in an EA. I would like to catch the AlertLine Signal  (vertical lines on main chart) but i can't fint the output (only 2 buffers, the lines in the separate window). How
rooky06
Added topic MQL5 CryptEncode decode in PHP : Possible ?
Hello Is it possible to encrypt a string in mt5 and send it to a php script to use it after decoded the encrypted string ? Merci
rooky06
Added topic How to do a time limited indicator
Hello how to make an indicator limited in time so that the user can only try it until a certain date that I have chosen thank you
rooky06
Added topic iCustom on semafor
Hello I try to catch the '1,2,3' on semafor but  all are not catched. i use it int pos = Bars - countedBars;           if (iBuffer1[pos]== EMPTY_VALUE )         {
rooky06
Registered at MQL5.community
rooky06
Added topic How calculate a scale when 2 indicators are on the same chart
Hello   Sorry for my english  If i put a ATR on a ASI chart i can see crossings but when i read the real values they dont cross ! Is it possible  to calculate a scale ( the same vertical position on a chart is not necessary the same
rooky06
Added topic How to change the reversal box seize in Renko indicator
Hello i use renkolivechart 3.3     I would like to modify the code to choose the size of reversal (1 box, 2 boxes 3 boxes ...)   Is someone can help me please ?    stephane 
rooky06
Added topic what is the scale used to put more on indicator in the same separate window ?
Hello  If you put a RSI(30) and a CCI(14) in a same separate window you can see crossings but the 'real' value of those indicators dont crossing. So how to automatize a trading system based on those crossings ?   So i think ML4 calculat a
rooky06
Added topic An indicator that refresh the chart
Hello   I m looking for an indicator that refresh the chart (with all indicators on it) at each new bar. Thank you 
rooky06
Added topic Indicator Ok but Ea wrong ! How to catch the good indicator value ?
Hello  I would like to build my first ea based on one of my indicators. It have only one buffer. The indicator work good. It shows 1 to open a Buy trade and -1 to open a sale trade. The rest of time it shows 0. In my ea i want to convert 1/-1 in
rooky06
Added topic On H1 how to have MACD ( 59 minute H-1) ?
Hello I m beginner  (in English too) and i would like on a H1 Chart, at each new candel, have the MACD value of the last minute of the last hour. If I use imacd whith a shift=1 its Ok during the first minute but during the rest of the hour its a