What does
Pip Cop do?


Go Back   Home > Forums > General forums > General

» Welcome to the Pip Cop - Forex Robot Reviews and forums.
PipCop reviews MetaTrader Forex robots (EA's) in real-time and posts detailed statements every 15 minutes.
We ONLY forward test on real accounts for the most accurate robot reviews!

Be smart! Read the Review FAQ or you WILL lose money!
If you enjoy the site, please let me know by registering or donating! Thanks! -- PipCop
P.S. This message is hidden if you register!
General Discussions about Forex and trading
Reply
 
LinkBack Thread Tools Display Modes
Old 2009-11-13, 12:42 PM   #1 (permalink)
Site Supporter
 
Trader for 4 - 8 years
Location: SoCal
Posts: 393

Smile Care for a FREE EA today?

hi,
I found on the web an open code (mq4) freely availed EA.

Let me clarify that again,
1) Open code (mq4), and
2) Freely handed-out
(just wanted to make sure our great mr pipcop doesn't jump on me for any out-ethics action, LOL)
So I thought to make very minor adjust of moving the TA's to the left to make it "Scientific" (if anything in more present time than Open(0) [0 is forming bar] then each tick -movement wags the EA around by its tail, thus to make any EA replicatably ("Scientific") perform in tester as has happened in the recent past live action one must use OHLC of only anything earlier, i.e., Nooooooo Close(0)'s !!!!!)
It's a different EA now,
1) Scientific,
2) Optimized default for AlpariUS
Here is performance on the tester, yes, "opens only" because it is ..........yes.......you guessed it.........."Scientific". I did switch to tick performance, had only 2 months of 1Min, but could see prformance was very similar, so it's verified operating good! :-)
Here it is: http://206.71.180.236/index/Strategy...astered_EA.htm
I attach the EA as freely as it was handed me.
Some web associate was showing me the performance for a semi-costly EA "Cyborg", it seemed to offer a doubling of account in half a year, but at the risk of a rather bumpy road, remember seeing that performance before at their site when I looked today. Note how the performance of this puppy is relatively smooth, gets to 6X in 10 months, with Nooooooo MM!!!! Imagine MM'ing along the way! My running it for one day so far has it doing as it does in tester (!), i.e., relatively smooth, with +$169 so far on a $2K demo. If it keeps this up I'm going live$ !!! Not bad for free!
jb
Attached Files
File Type: ex4 FX_Mastered_EA.ex4 (13.2 KB, 123 views)
Batchboy is offline   Reply With Quote
   
 
Old 2009-11-16, 03:02 AM   #2 (permalink)
New user
 
Trader for 0 - 1 year
Location: Denmark
Posts: 1

Default Free EA

Hi Batchboy.

If u got this EA for free, why don't u post the sourcecode instead of the compiled file?

Besides, making the EA compunding would only take a few lines of code:
in the beginning:
extern double Risk = 0.01;
double Lots = 0.1;

and in the end a function:
double LotsOptimized()
{
double lot = Lots;
int orders = HistoryTotal(); // history orders total
int losses = 0; // number of losses orders without a break
lot = NormalizeDouble(AccountFreeMargin()*Risk / 1000, 1);
if(lot < 0.1)
lot = 0.1;
return(lot);
}

when u have OrderSend(), switch Lots with LotsOptimized()
thorup is offline   Reply With Quote
Old 2009-11-16, 09:27 AM   #3 (permalink)
Site Supporter
 
Trader for 4 - 8 years
Location: SoCal
Posts: 393

Default

hi Thorup,
Because I felt to "make it my own", so to speak , albeit remaining free here. Just to demo try you don't need auto-lots, and you have parameters to optimize on another broker if you want (default isa currently optimized for AlpariUS). But if there is something significant to change then message me to discuss. I don't believe there is though, works fine as is.
jb
Batchboy is offline   Reply With Quote
Old 2009-11-19, 04:06 PM   #4 (permalink)
Site Supporter
 
Trader for 4 - 8 years
Location: SoCal
Posts: 393

Default

Just took a look at my demo progress, up 25% on 2K account with .2 lots (AlpariUS) (if I include the 5% up open trade occuring now), this is since starting it on 10th.
Woody's is up 10% since his starting it on 16th.
Seems it behaves like the back-test url shows, periods of time where it climbs 'n climbs, other periods can be long stretches of flat bouncy equity. But hey (!!), that often is more attractive than diving equities for periods of time!
Not too shabby for a free deal!
jb
Batchboy is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT -5. The time now is 05:19 AM.

Powered by vBulletin ®
Site content and design Copyright © 2010 PipCop, LLC.
Site designed, hosted, and maintained by One Web Ave
Template by vBSkinworks.
Content Relevant URLs by vBSEO 3.3.2