Forum

Broker with indexes & lowest spread

Hiho all members! Do you know broker that offers Indexes(S&P500, DOW JONES) with spread lower than 5pips ? Thanks in advance, P7

Let's see how good you are!

I don't know if it was posted before: http://championship.mql4.com/ Good luck! P7

Some questions about Time (data & functions).

Hiho! Some issues that give me a lot of concern. I would be very happy if some could answer them: 1. I want to create an EA that opens p. orders at specific day & hour (let's say Sunday opening). How it should look ? (DayOfWeek==0 && Hour()=00 doesnt work). Whatsmore I would like to open position

End Point Moving Average

Anyone has it and would like to share? I know that the code for MetaStock is: (14 * Sum( Cum( 1 ) * C,14 ) - Sum( Cum( 1),14) * Sum( C,14) ) / (14 * Sum( Pwr( Cum( 1 ),2),14 ) - Pwr( Sum(Cum( 1 ),14 ),2 ) ) * Cum( 1 ) + (Mov(C,14,S) - Mov( Cum( 1 ),14,S) * (14 * Sum( Cum( 1 ) * C,14) - Sum( Cum( 1

Consolidation Lines // Not working

Hiho all forex traders and fellow MT4 programmers, lately I was working on an indicator which should show me consolidation lines. Here is how it *should* work: 1.There is a cross of 2 MA's (any type i.e. SMA, EMA, etc.); 2.Right after ther cross we start to draw line. 3.When the price (I am using