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
  #121 (permalink)  
Old 01-18-2008, 01:59 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
What if I do not want to double, but instead use 0.01 increments...can I still do that?

or...

Could I get a version like that?

ES

Last edited by ElectricSavant; 01-18-2008 at 02:07 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
  #122 (permalink)  
Old 01-18-2008, 02:08 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
Omelette,

I have a question about part of your code revision:

In the following code should the second GlobalVariableCheck be !GlobalVariableCheck("TFX_v1.2_LastSellTicket")?

PHP Code:
if (OTBM(Magic_Number) == || !GlobalVariableCheck("TFX_v1.2_LastBuyTicket")
 || !
GlobalVariableCheck("TFX_v1.2_LastBuyTicket")|| !GlobalVariableCheck("TFX_v1.2_CurrentTicket")) {
 
GlobalVariableSet("TFX_v1.2_LastBuyTicket",0);
 
GlobalVariableSet("TFX_v1.2_LastSellTicket",0);
 
GlobalVariableSet("TFX_v1.2_CurrentTicket",0); }
else { 
LastBuyTicket GlobalVariableGet("TFX_v1.2_LastBuyTicket");
 
LastSellTicket GlobalVariableGet("TFX_v1.2_LastSellTicket");
 
Ticket GlobalVariableGet("TFX_v1.2_CurrentTicket"); } 
Thanks again for the great help.
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
  #123 (permalink)  
Old 01-18-2008, 02:18 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
What if I do not want to double, but instead use 0.01 increments...can I still do that?

or...

Could I get a version like that?

ES
Do you mean like it operated before? It'll do that in v1_3. Working on v1_3 with all the operational improvements.
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
  #124 (permalink)  
Old 01-18-2008, 02:24 AM
Senior Member
 
Join Date: Jan 2006
Posts: 1,119
omelette is on a distinguished road
Quote:
Originally Posted by wolfe View Post
Omelette,

I have a question about part of your code revision:

In the following code should the second GlobalVariableCheck be !GlobalVariableCheck("TFX_v1.2_LastSellTicket")?

PHP Code:
if (OTBM(Magic_Number) == || !GlobalVariableCheck("TFX_v1.2_LastBuyTicket")
 || !
GlobalVariableCheck("TFX_v1.2_LastBuyTicket")|| !GlobalVariableCheck("TFX_v1.2_CurrentTicket")) {
 
GlobalVariableSet("TFX_v1.2_LastBuyTicket",0);
 
GlobalVariableSet("TFX_v1.2_LastSellTicket",0);
 
GlobalVariableSet("TFX_v1.2_CurrentTicket",0); }
else { 
LastBuyTicket GlobalVariableGet("TFX_v1.2_LastBuyTicket");
 
LastSellTicket GlobalVariableGet("TFX_v1.2_LastSellTicket");
 
Ticket GlobalVariableGet("TFX_v1.2_CurrentTicket"); } 
Thanks again for the great help.
Yes it should, sorry about that. To answer your other question, yes, hopefully, this will now pick up and carry on after a reset.
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
  #125 (permalink)  
Old 01-18-2008, 02:24 AM
Senior Member
 
Join Date: Feb 2007
Posts: 176
lcfxtrader is on a distinguished road
Wolfe & Omelette,

I appreciate you guys working on this EA. I hope in the end that it will be highly profitable for us.

Thanks,
LCFX
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
  #126 (permalink)  
Old 01-18-2008, 02:35 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
awesome,

I am looking forward to v 1.3...doubling will blow accounts...I need 0.01 increments.

ES
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
  #127 (permalink)  
Old 01-18-2008, 05:59 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
awesome,

I am looking forward to v 1.3...doubling will blow accounts...I need 0.01 increments.

ES
v1_3 is coming along nicely. Thanks to omelette I have Glogal Variables figured out. v1_3 will act the same as v1_2 only better. The last order ticket, last open price, and last lot size will be saved to global variables. This means if the EA gets shut off, or power is interrupted, the EA will pick up where it left off when it's re-started. These changes should also alleviate lot size incremantation problems.

I'm also going to make order send commands print errors, and re-try if an error occurs.

Don't worry, 0.01, 0.02, 0.03, 0.04...... increments will be possible.

Hope to have v1_3 ready for market open next week.
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
  #128 (permalink)  
Old 01-19-2008, 10:14 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
v1_3 more or less is done. I would like to test when market opens a little bit before posting. To assure the functionality is working properly.
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
  #129 (permalink)  
Old 01-19-2008, 10:26 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
wolfe,

what a relief! I have a link in my Blog to this thread. I do not like to post things in my Blog until they are tested throughly. But I feel so strongley about this EA and it's prospects for profitability that I went ahead and posted your work in my Blog.

anyways...this trader appreciates your thoughtful and consciencious work...

Stay tuned for the "log-in" info to the Demo account testing in the Blog, under the TFX page that is dedicated just to TFX..

ES




Quote:
Originally Posted by wolfe View Post
v1_3 more or less is done. I would like to test when market opens a little bit before posting. To assure the functionality is working properly.

Last edited by ElectricSavant; 01-19-2008 at 10:30 PM.
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
  #130 (permalink)  
Old 01-20-2008, 02:08 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
wolfe,

anyways...this trader appreciates your thoughtful and consciencious work...
ES
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
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 04:34 PM.



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