Forum

How to iCustom when DLL is needed ?

Hi, I wont to use one indicator in the another by iCustom funcion. But used indicator need to have DLL allowed which is disabled by defult. How to do it? Thanks for help

CCI predictor

Hi, I am trying to make CCI predictor based on BPNN Predictor.mq4 but id doesn't work as it should. Can someone have a look to find what is wrong (see the end of the code)

something funny

Just to have fann for a moment. I heve never seen something like this before. The price goes up on two down candles and then go down on up candle. See the picture

4 minutes binary options trades

Hi all trading binary options Did you noticed that using any indicator, CCI, STC, Cycles, all of them use to show best short term trades for 4 minutes expiry and they are right. Is it just a coincidense that there is no broker ofering 4 minutes trades? :)

Would you please help me in mql to print indicators

Hi, I am trying to lern mql and trying to print indicator on the actual candle [i] and the same on history data. I can not find why this simple test doesn't wok. It prints random historical labels when [i+2] changed into [i-2] bu this is obiously wrong. Please help int OnCalculate ( const int

How to catch a trend from MA

Hi, I'm trying to catch a trend from MA to the indicator but it doesn't work. It should drow the label when ma 3 bars back is higher than ma 1 bar back. The code is like this: MA6=iMA(Symbol(),0,ma_fast_period,0,ma_fast_method,ma_fast_price,1);

meta editor using

I am sorry for this question. I am new. Can anybody explain me how to change the followig to get result for the previous candle ( moving avarage)? double MA6_2=iMA(Symbol(),0,ma_fast_period,0,ma_fast_method,ma_fast_price,1);