Forum

Difference - indicators

Hi, May I know why it is not working: int start() { int i, Counted_bars; Counted_bars= IndicatorCounted (); i= Bars -Counted_bars- 1 ; while (i>= 0 ) { Buf_0[i] = (( Close (i) -

Order modification does not work

Hello All! Could you please help me out with my code? Below I'm presenting my code: extern double Lots = 0.01 ; extern double MovingPeriod = 27 ; extern double MovingShift = 0 ; extern double trailing = 5 ; int start() { int cnt, ticket, total; double ma; ma=

Accumulation/Distribution Strategy

Hi All, Has anyone of you written a strategy in MQL4 on the basis of accumulation/distribution strategy? Best regards, Sqbi