Peter Kaiza / Profile
Friends
60
Requests
Outgoing
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
Share on social networks · 1
2
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"
Share on social networks · 1
3
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 =
Share on social networks · 1
1
: