Forum

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>

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--, ptr++) flow[ptr] = (High[index] + Low[index]) / 2 ; Can you

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 can I do ? Thank you for help

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

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

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 ) { iBuffer1[pos]= iCustom ( Symbol (), 0 , "3_Level_ZZ_Semafor"

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 value !) Thanks for your help an comments

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

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 scale ? But how to calculate it ? Thanks for your help

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