Zigzag Trading System Development - page 6

 

SpecII

I have no way to open .rar files so have not looked at the files inside. I found this file on the rusian site were the authors is posting his work. If you can post the files that are inside the rar file or post it in a zip format I will have a look at it.

The CockeyedCowboy

SpecII:
Thanks cockeyedcowboy,but why this version MT4 don't running in the backtest?Do you know?

I put this EA and no trades today and in the MT3 version i have 1 trade today.

Thanks
 
cockeyedcowboy:
SpecII

I have no way to open .rar files so have not looked at the files inside. I found this file on the rusian site were the authors is posting his work. If you can post the files that are inside the rar file or post it in a zip format I will have a look at it.

The CockeyedCowboy

Zip'ed files.

Files:
 
newdigital:
Zip'ed files.

Thank you cockeyedcowboy and newdigital

 

Hello all,

Victory05expMT4 don't work, i've changed the year to 2006, but nothing, please help, i put the four indicators in my customs indicator folder, everything loads correctly, but nothing happened in 2 days of testing.

Do you encounter the same issue ??

 
newdigital:
New version of EA - Platinum.

As I understand they are using it on D1 timeframe.

Attached is EA, settings and Statement.

Hi,

I was trying to test platinum EA, but it seems not working, can you please write, what exactly indicators I have to attached to currency graph while using this EA? Thanks,

Glader

 

i know that backtest for some EA(with ZigZag) dont work because standart ZigZag calculate too slow(cpu 100% overload). Need use ZigZag with limit bars around 100-500.

Victory05Exp used ZigZag in HistoZZ indikator, need modified HistoZZ and reduce number used Bars, or don't touch HistoZZ and improve standart ZigZag.

i try modified ZigZag, please check error( look diff file)

--- ZigZag.mq4 2006-01-26 18:03:57.843750000 +0300

+++ ZigZag-sh.mq4 2006-01-26 16:43:39.421875000 +0300

@@ -45,8 +45,10 @@

int shift, back,lasthighpos,lastlowpos;

double val,res;

double curlow,curhigh,lasthigh,lastlow;

+ int StartBar = MathMin(300, Bars-300);

- for(shift=Bars-ExtDepth; shift>=0; shift--)

+ //for(shift=Bars-ExtDepth; shift>=0; shift--)

+ for(shift=StartBar-ExtDepth; shift>=0; shift--)

{

val=Low[Lowest(NULL,0,MODE_LOW,ExtDepth,shift)];

if(val==lastlow) val=0.0;

@@ -87,7 +89,8 @@

lasthigh=-1; lasthighpos=-1;

lastlow=-1; lastlowpos=-1;

- for(shift=Bars-ExtDepth; shift>=0; shift--)

+ for(shift=StartBar-ExtDepth; shift>=0; shift--)

+ //for(shift=Bars-ExtDepth; shift>=0; shift--)

{

curlow=ExtMapBuffer[shift];

curhigh=ExtMapBuffer2[shift];

@@ -125,7 +128,8 @@

lasthigh=-1;

}

}

- for(shift=Bars-1; shift>=0; shift--)

+ for(shift=StartBar-1; shift>=0; shift--)

+ //for(shift=Bars-1; shift>=0; shift--)

{

if(shift>=Bars-ExtDepth) ExtMapBuffer[shift]=0.0;

else

hmmm, not work attach file

 
 

Hello sae2k,

Thank you to interest you this EA.

With a friend had tested we it and we had had stopped because there were 2 significant things. These indicators take many ressouces and the ea opens several Lot although we put lot:0.1.

But I am sure that this ea can be advantageous

 

hmmm

i know earlier my warrior gold was working...but now its not...goes through backtest without doing anything and nothing on the forward test either....is it because of the new dailyimpulse .... or is anyone else having this problem???

 

EA help

I was able to activate the FidgetExp EA from HistoFractalZZ.zip, but the

EA isn't trading - any suggestions?

newdigital:
New EA from Tartan

He tested it (forward test) on gbpusd H1 timeframe.

EA with two indicators atached.
Reason: