Get Back Your Money

Tuesday, March 31, 2009

It's ready....

Finally, you can download my VS_EUROCROSS version. It will be expired July, 5 2009, and next update will be available after April, 26 2009.
Here the explanations of external variables that EA use:
extern int Magic = 1514;
Magic number if you run several EA at the same time on one account, make sure each EA has a different magic number.

extern int OpenHour = 22;
extern int CloseHour = 5;

These the time trading variable. You should know that at the last 30 minutes of closing hour, if there are no any open positions, then the EA will stop working.

extern bool AllowBuy =true;
extern bool AllowSell =true;

Sometime if you have your own analyzes about market movement, then you can tell the EA to trade only to your direction. Therefore if you only want to go long, then set the AllowSell variable to false, and leave it AllowBuy to true.

extern bool MM = true;
extern bool Marti_MM = false;
extern int Risk = 50;
extern double Lots = 0.1;
extern int LotsDigit = 2;
extern int Slippage = 3;
extern int StopLoss = 60;

Please read my last post before about Money Management, and the new option to use Martiangle money management.

extern double NormalSpread =3;
It’s a special variable to anticipate if brokers raise their spread. The different between current spread with the NormalSpread variable will be added to our signal filter. Therefore if you want EA always to work like a normal spread, set this value equal to current spread. If not, then EA will have a higher signal filter than it’s normally, and therefore will force the EA to get higher/lower price than it’s normally.

extern double MaxDayAtr =250;
This is the filter that we need to protect EA working only below MaxDayAtr.

extern double EquityTarget=0;
extern bool SecureMyEquityTarget=false;

Tell the EA to stop working after current equity reaches our target.

extern int MaxTradePerPosition = 4;
At the moment you can not change this value more then 4, but you change to less than 4.Please read this post about the impact of changing this value.

6 komentar:

Kebaya Mwamba said...

i will give it a try! Are those trading stats for real...plenty of fake out there.

avibe - trade 2 win

Syarif said...

That's my backtest on alpari, you can test it with 3 spread condition.

emilian said...

Hello to everybody around here..
First of all thank you for posting this system(I just found it today).
Second I had a big question for you....Is it possible to use your system manually without the EA...just trade it by some rules ?

waiting for your answer, thx again.

Jim said...

Please provide more information about the Magic Number. Does it need to be a specific value, or can it be any value, as long as each currency pair is unique?

Syarif said...

Every copy of EA should use difference magic number. And you have to read http://volatily-scalp.blogspot.com/2009/08/vseurocrossd05-will-become-last-version.html if you want to run vs_eurocross on several charts at once.

Syarif said...

You can find entry rule on vs_eurchf manual. The entry rule for vs_eurocross was posted in this blog.

Post a Comment

Risk Warning

Please note that Trading in the Foreign Exchange market might carry potential rewards, but also potential risks. You must be aware of the risks and are willing to accept them in order to trade in the foreign exchange market. Don't trade with money you can't afford to lose.