StepMAExpert_EAs - page 10

 

I made some improvements of your code.

Files:
 

forward test for stepstoch

igorad...

last night i leave stepstoch EA running in 8 pairs.. just want to see how it works lifely. Here i give the statement... there are still the same problems occur for this EA.

sorry my MT4 doesnt generate the statements. dont know why.

only screenshot a part of closed trade. thanks

Files:
 

StepSto_v2

Anazri,

Your EA needs the indicator StopSto_v2. I have v1 but not v2, so can you post v2 please, and tell us what settings you use on the indicator, thank you.

 
anazri:
igorad...

last night i leave stepstoch EA running in 8 pairs.. just want to see how it works lifely. Here i give the statement... there are still the same problems occur for this EA.

sorry my MT4 doesnt generate the statements. dont know why.

only screenshot a part of closed trade. thanks

Did you use EA with EachTickMode=false?

Did you make optimization of inputs for each pair?

 
barry:
Anazri, Your EA needs the indicator StopSto_v2. I have v1 but not v2, so can you post v2 please, and tell us what settings you use on the indicator, thank you.

StepSto_v2 you can find here https://www.mql5.com/en/forum/173044/page5

 

Thanks Igorad.

Anazri, I don't get such a good result as you get on backtest. I have attached my backtest. Perhaps you will be able to see if my settings are different from yours.

Files:
 

stepmaexpert_v142 EA is performing very good.

Starting deposit size is 25,000.

Look at the image now!

I am using this EA as portfolio here https://www.mql5.com/en/forum/174701

Files:
 
newdigital:
stepmaexpert_v142 EA is performing very good.

Starting deposit size is 25,000.

Look at the image now!

I am using this EA as portfolio here https://www.mql5.com/en/forum/174701

That was with all the default setting? Alright, this looks like it might work...like allot of FAQs say I'm gonna demo it for a few months and take it from there

I prefer the conservative route, I don't want to be greedy and I think this might make for an interesting experience

 

StepMAExpertv1.45

awu:
I was trying to understand the code of StepMAExpertv1.45 & not sure

whether the following statement is correct in the code:

double line1longexit = line0long;

if (MomPeriodShort == 1 ) prevtrendlong = matrendlong;

....

double line1shortexit = line0short;

if (MomPeriodShort == 1 ) prevtrendshort = matrendshort;

The default setting for MomPeriodShort is same as MonPeriodLong(=1) &

it won't matter. But it seems to me the first if statement was typo error.

It probably meant to be MomPeriodLong ?

Thanks.

Albert
igorad:
Hi,

You are right, it's a bug. Please change MomPeriodShort on MomPeriodLong in the first condition.

Thanks,

Igor

Fixed here https://www.mql5.com/en/forum/general

Right file was uploaded.

 

StepMAExpert_v1.45

Hello guys,

I would like to forward test StepMAExpert_v1.45. However, I got 2 questions:

1) After I unzipped the file, i saw a file called: StepMA_v7EA.mq4. What is this? Do I need to do anything with this?

2) According to the preset file stepmaex1.45_gbp_nomm_m30.set, the SessionStart is 8, and the SessionEnd is 24. As I am trading on IBFX, do I need to change the Session Start and End by IBFX Server time?

Please kindly advise.

Regards,

Geoff

Reason: