Peter Kaiza
Peter Kaiza
Peter Kaiza
Left feedback to developer for job MBFX System EA for Trinh Dat
Peter Kaiza
Added topic Help with Choppy market indicator
Hi I'm new in Mql4. I'm trying to create an ea based on the choppy market indicator. I've identified the buffers as follows:    double cma=iCustom(NULL, 0, "CMI",60,10,false,3, 1);//smoothed ma    double cmil = iCustom(NULL,0
Peter Kaiza
Added topic HELP with Heiken ash candle
Hi,  My void on  tick HA function looks like this     //heiken ashi function double haOPEN = iCustom ( NULL , 0 , "Heiken Ashi" ,Red,White,Red,White, 2 , 0 ); double haCLOSE = iCustom ( NULL , 0 , "Heiken Ashi"
Peter Kaiza
Added topic Heiken ash iCustom error please help
Hi,  I'm getting errors on my heiken  ash ea on tick part. What is the problem? The error says " invalid array access "  Please help, thanks.    / Tick event handler void OnTick()   { double lowHigh =
Peter Kaiza
Registered at MQL5.community