Forex



Go Back   Forex Trading > Trading systems > Martingale/Average Cost and Hedging
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #131 (permalink)  
Old 01-20-2008, 02:40 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
I have not tested that part of it yet...there was an alert screen problem...but then you fixed that and I never re-tested it...I will let you know when 1.3 is released.

for a BO entry that was a nice upgrade.

ES

Quote:
Originally Posted by wolfe View Post
Thanks for the compliment. I hope this new version will operate much more smoothly than the previous versions.

Is there anything else I should consider while I'm messing with the code? How do you like the Use_Manual_Entry option from v1_2?

I'll probably post in about 24hrs, after I can test for a while after market open on Sun.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #132 (permalink)  
Old 01-20-2008, 07:09 AM
Junior Member
 
Join Date: Oct 2006
Posts: 3
Autumm is on a distinguished road
Excellent thread we are having here...i believe the way to go with this is to have small tp target and fixed steps lots increment and we should survive.

Eagerly awaiting v1_3!!

Last edited by Autumm; 01-20-2008 at 07:30 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #133 (permalink)  
Old 01-20-2008, 03:54 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
Quote:
Originally Posted by Autumm View Post
Excellent thread we are having here...i believe the way to go with this is to have small tp target and fixed steps lots increment and we should survive.

Eagerly awaiting v1_3!!
Looking forward to you helping the testing process.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #134 (permalink)  
Old 01-20-2008, 05:22 PM
WNW's Avatar
WNW WNW is offline
Senior Member
 
Join Date: Feb 2006
Location: Motown, USA
Posts: 394
WNW is on a distinguished road
Quote:
Originally Posted by wolfe View Post
Looking forward to you helping the testing process.
My only concern is the apparent problem with trading orders stopping..
I've looked in the logs and journal, I see no error messages reported.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #135 (permalink)  
Old 01-20-2008, 06:44 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
Quote:
Originally Posted by WNW View Post
My only concern is the apparent problem with trading orders stopping..
I've looked in the logs and journal, I see no error messages reported.
New version should hopefully fix this problem. I'll post it after a few hours of market open today. I want to test a little before posting. I'll still need help searching for bugs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #136 (permalink)  
Old 01-20-2008, 08:41 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
v1_3 will print to the trade log if the following errors occur while trying to place an order:

case 4: error_string="trade server is busy";
case 6: error_string="no connection with trade server";
case 128: error_string="trade timeout";
case 134: error_string="not enough money";
case 136: error_string="off quotes";
case 137: error_string="broker is busy (never returned error)";
case 138: error_string="requote";
case 146: error_string="trade context is busy";
case 148: error_string="amount of open and pending orders has reached the limit";

It should then re-try OrderSend() a set number of times, controlled through external variable Number_Of_Tries before it gives up and prints:

Print("Error opening Additional order : ", ErrorDescription(Error));

Time will tell if these new code additions will help the functionality of TFX.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #137 (permalink)  
Old 01-20-2008, 08:53 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
dude... TFX rules...

will you be my guru..lol (satirically speaking )

ES


Quote:
Originally Posted by wolfe View Post
v1_3 will print to the trade log if the following errors occur while trying to place an order:

case 4: error_string="trade server is busy";
case 6: error_string="no connection with trade server";
case 128: error_string="trade timeout";
case 134: error_string="not enough money";
case 136: error_string="off quotes";
case 137: error_string="broker is busy (never returned error)";
case 138: error_string="requote";
case 146: error_string="trade context is busy";
case 148: error_string="amount of open and pending orders has reached the limit";

It should then re-try OrderSend() a set number of times, controlled through external variable Number_Of_Tries before it gives up and prints:

Print("Error opening Additional order : ", ErrorDescription(Error));

Time will tell if these new code additions will help the functionality of TFX.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #138 (permalink)  
Old 01-20-2008, 09:55 PM
Senior Member
 
Join Date: Jun 2006
Posts: 278
giapel is on a distinguished road
hi,
i am following this thread with great interest, now i am back testing ea using lot increment = 0, because i accoutn must survive.
can you post .set file ? ( to setup sl_percent tp_percent ...)

thanks in advance
giapel
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #139 (permalink)  
Old 01-20-2008, 10:04 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
dude... TFX rules...

will you be my guru..lol (satirically speaking )

ES
Let's hope it works the way I have envisioned it. My brain is fryed from coding.

v1_3 has twice as much code in it as v1_2.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #140 (permalink)  
Old 01-20-2008, 10:06 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
Quote:
Originally Posted by giapel View Post
hi,
i am following this thread with great interest, now i am back testing ea using lot increment = 0, because i accoutn must survive.
can you post .set file ? ( to setup sl_percent tp_percent ...)

thanks in advance
giapel
Read the comments in the code for the external variables. This will help you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
Baggio, best martingale ea, digitrend_gyro, ea martingale, forex martingale, grid martingale, martingale, martingale ea, martingale ea download, martingale ea forex, martingale expert advisor, martingale forex, Martingale mt4, tfx v1_8


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Martingale Trend EA criss73 Expert Advisors - Metatrader 4 8 11-20-2008 02:56 AM
Reversed martingale mrv Expert Advisors - Metatrader 4 6 07-26-2007 01:28 AM
Leverage for martingale frantacech Expert Advisors - Metatrader 4 0 05-22-2007 02:17 PM
Martingale EAs? icepeak Expert Advisors - Metatrader 4 5 01-18-2007 03:21 AM
Martingale EA newdigital Expert Advisors - Metatrader 3 2 05-23-2006 03:42 PM


All times are GMT. The time now is 07:31 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.