What does
Pip Cop do?


Go Back   Home > Forums > General forums > Member Trading Journals

» 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!
Member Trading Journals Share your robot review statements with the community
Reply
 
LinkBack Thread Tools Display Modes
Old 2009-02-25, 08:22 PM   #21 (permalink)
Site Supporter
 
Trader for 4 - 8 years
Location: SoCal
Posts: 393

Default

I found an mq4 on my home computer, transferred it to server, modified code, and at least have smiley face again, so hopefully it's flying soon!
Batchboy is offline   Reply With Quote
   
 
Old 2009-02-25, 10:40 PM   #22 (permalink)
Site Supporter
 
Trader for 4 - 8 years
Location: SoCal
Posts: 393

Default

David,
Since I'm still not sure 'til log for 26th starts up, I paste here the area of code where I cut-out those lines. Sometimes I'm not sure if I cut-out some needed parenthesis. Please check it over so I know for sure it is ok, thx David:
-----
// to simplify the coding and speed up access
// data are put into internal variables
double SARCurrent=iSAR(NULL,0,SAR_Step,SAR_Maximum,Shift) ;
double SARPrevious=iSAR(NULL,0,SAR_Step,SAR_Maximum,Shift +1);
total=OrdersTotal();
if(total<1)
{
// no opened orders identified

// check for long position (BUY) possibility
if(SARCurrent<Bid && SARPrevious>Bid)
{
ticket=OrderSend(Symbol(),OP_BUY,Lots,Ask,3,0,Ask+ TakeProfit*Point,"macd sample",16384,0,Green);
if(ticket>0)
{
if(OrderSelect(ticket,SELECT_BY_TICKET,MODE_TRADES )) Print("BUY order opened : ",OrderOpenPrice());
}
---------------------
jb
Batchboy is offline   Reply With Quote
Old 2009-02-26, 10:00 AM   #23 (permalink)
Rookie Pip Officer
 
Trader for 4 - 8 years
Location: Czech Republic
Posts: 49


Default

I enclose modified file for mini account. I think you deleted well the code.
Attached Files
File Type: mq4 SAR Sample_2_mini account.mq4 (4.5 KB, 62 views)
david.jukl is offline   Reply With Quote
Old 2009-02-27, 09:29 AM   #24 (permalink)
Site Supporter
 
Trader for 4 - 8 years
Location: SoCal
Posts: 393

Default

Quote:
Originally Posted by david.jukl View Post
I enclose modified file for mini account. I think you deleted well the code.
Thanks David, "it" has returned to doing trades!
jb
Batchboy is offline   Reply With Quote
Old 2009-02-27, 03:36 PM   #25 (permalink)
Rookie Pip Officer
 
Trader for 4 - 8 years
Location: Czech Republic
Posts: 49


Default

Good news
david.jukl is offline   Reply With Quote
Old 2009-03-13, 05:08 PM   #26 (permalink)
Site Supporter
 
Trader for 4 - 8 years
Location: SoCal
Posts: 393

Default

This is not doing well at all, it's down to five 'n a half dollar range .
I await 1ka to have the ADX version be with static-end-of-bar-only performance and he or I will do optimizations on it too. I have 1 month live$ data thus far, not a lot, but it's a start, and I'll try to optimize on that from time to time.
Don't think 1ka can oblige reaL soon because he's busy lately, so I've simply turned-off the EA but keep MT4 going as it has data-collector indicator attached.
jb
Batchboy is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT -5. The time now is 10:34 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