Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Martingale/Average Cost and Hedging


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (20) Thread Tools Display Modes
  #731 (permalink)  
Old 02-24-2008, 06:51 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,095
ElectricSavant is on a distinguished road
if anybody can find bugs its KAYVAN! heheh just joking

ES


Quote:
Originally Posted by wolfe View Post
No worries kayvan,

If I tried to communicate with you in your native language, I'm sure I would offend you 10 ways to Sunday! (with out meaning to do so)

Let us hope for a good week of testing, and bug fixing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #732 (permalink)  
Old 02-24-2008, 06:56 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,095
ElectricSavant is on a distinguished road
So in my example I need to change the maxtrades to 11 correct? because I want the 10th trade to execute and wait for the next breach to close....

ES

Quote:
Originally Posted by wolfe View Post
Here is how Close_All_Max works:
PHP Code:
if (Close_All_Max==true)
 {
  if (
OTBM(Magic_Number)==Max_Trades)
   {
    
CBM(Magic_Number); 
Basically this code says this:
if Close_All_Max is true and your open orders total equals your Max_Trades total, a close all will be performed.

Congratulations ES, you have helped me find the first bug! The bug is this- if you have Use_Trailing_Stop set to true, the Close_All_Max will not work. This is easy to fix. Thanks ES.

Last edited by ElectricSavant; 02-24-2008 at 06:59 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #733 (permalink)  
Old 02-24-2008, 07:02 PM
Member
 
Join Date: Dec 2006
Posts: 66
Paulinge is on a distinguished road
" Want to follow your track "

Hi Mr. Wolfe, Mr. ElectricSavant,

I was read this thread from begin and the last page, It was GOOD Concept, GREAT Code and Nice People. AMAZING and will be SPEKTAKULER !!!!

Thank you so MUCH for you ALL for this GREAT Thread !!! Specially thank's for Mr. Wolfe ( for nice and GREAT Code ), Mr. ElectricSavant ( for nice, GREAT Tester and Adviser ,) also Mr. Kayvan ( for nice suggest ).

YOU GUY's ARE the DREAM TEAM !!! SALUTE from me for ALL of you.

May I follow with your track by DEMO, before the next LIVE Sir' ????

And forgive me for my question's :

1. Did I have to change setting this EA if I want running it. ( OR just by default setting ) ???

2. How much equity ( minimum ) OR Ideal ( minimum ) Equity for this EA Running Well ???

3. Did the EA can running with multipairs ( about a magic number ) ???

4. Just to make Sure, with the last version this EA ( Ver 1.6 ), how much the way to using with this EA method. ( version standart, Kayvan, piramid or any others ).

5. If I'm stopping this EA when there's several position running ( OPEN ), It can be give effect with the logic / calculation this EA OR NOT when the EA want to running again.

I'm REALLY INSTERESTED for this CONCEPT, and want to joint with this thread if you guy's don't mind.

Thank you so MUCH for your ANSWER and KINDNESS.

NB : Please forgive me for my english.


Best regards,
Paulinge
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #734 (permalink)  
Old 02-24-2008, 07:06 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,095
ElectricSavant is on a distinguished road
Paulinge Thanks!...There is a log-in at the bottom if you want to watch this setfile...


Here is my setfile for those of you interested. I broke the inputs into groupings and as wolfe refines the EA preparing it for live trading he might consider typing in gaps in the input screen with text explaining the groupings. The log-in to this IBFX Demo mini-account with 1K is below on the M30 Cable

Start_Lot_Size=0.1
Lot_Size_Increment=0.1

Long_Short_Balance=false
Balance_Weight=0.1

Double_Lotsize=true
Choose_Own_Progression=false
Trade_1=0.0
Trade_2=0.0
Trade_3=0.0
Trade_4=0.0
Trade_5=0.0
Trade_6=0.0
Trade_7=0.0
Trade_8=0.0
Trade_9=0.0
Trade_10=0.0
Trade_11=0.0
Trade_12=0.0
Trade_13=0.0
Trade_14=0.0
Trade_15=0.0
Trade_16=0.0
Trade_17=0.0
Trade_18=0.0
Trade_19=0.0
Trade_20=0.0
Max_Trades=11 Late Edit
Close_All_Max=true

Pyramid=true

Auto_Restart=true

Use_MA_Entry=false
Next_Trade=20
MA_Period=7
MA_Timeframe=60

Use_Kayvan_Method=true
Bar_Timeframe=30
Bars_Look_Back=2
EntryLag_Long=3 Late Edit
EntryLag_Short=4 Late Edit
Last_Entry_Filter=false

Use_Trailing_Stop=true
Trail_Start=6.0
TSLoss_Percent=83.4

Close_By_Percent=false
TP_Percent=5.0
SL_Percent=10.0

Close_By_Profit=99999.0
Close_By_StopLoss=99999.0

Slippage=2
Number_Of_Tries=5

Sound=true

-------------------------------------------------------------------------

Login : 1870247
Investor : cp7rmjj (read only password)
Server: InterbankFX-Demo Accounts

Last edited by ElectricSavant; 02-24-2008 at 08:06 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #735 (permalink)  
Old 02-24-2008, 07:18 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 719
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
So in my example I need to change the maxtrades to 11 correct? because I want the 10th trade to execute and wait for the next breach to close....

ES
Yes. That's right.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #736 (permalink)  
Old 02-24-2008, 07:23 PM
kayvan's Avatar
Senior Member
 
Join Date: Mar 2007
Location: .....
Posts: 145
kayvan is on a distinguished road
wolfe

is there any setting to have, long-short balance ,with kayvan method , together?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #737 (permalink)  
Old 02-24-2008, 07:27 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,095
ElectricSavant is on a distinguished road
wolfe,

How many pages of code is this?...How did you imagine all the interlacing operations?

This is waaaay too complex and beyond my understanding...you must have made out some sort of tree on paper...and then just tried to figure out what was at the top...then you branched down to all the combo's like a pyramid...

ES
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #738 (permalink)  
Old 02-24-2008, 07:30 PM
Member
 
Join Date: Dec 2006
Posts: 66
Paulinge is on a distinguished road
Thank you ES' for your renpons.

I will preparing with your setting.

My question:

1. Why you are using with Time Frame = 30. The EA can running with another TimeFrame, isn't ???


Thank you so MUCH for your KINDNESS.


Best regards,
Paulinge
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #739 (permalink)  
Old 02-24-2008, 07:33 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 719
wolfe is on a distinguished road
Quote:
Originally Posted by Paulinge View Post
1. Did I have to change setting this EA if I want running it. ( OR just by default setting ) ???
There is no "BEST" way found yet to use this EA. Default will operate for you. Take a lot of time and read the comments in the code for all the external parameters.
Quote:
Originally Posted by Paulinge View Post
2. How much equity ( minimum ) OR Ideal ( minimum ) Equity for this EA Running Well ???
Please don't use live yet, we are still testing EVERYTHING. Equity requirements depend on how each person has it set up.
Quote:
Originally Posted by Paulinge View Post
3. Did the EA can running with multipairs ( about a magic number ) ???
Yes, it runs with multi-pairs. It assigns it's own magic number according to which pair you are attached to. One thing that won't work however, is having it attached to more than one chart of the SAME currency pair.
Quote:
Originally Posted by Paulinge View Post
4. Just to make Sure, with the last version this EA ( Ver 1.6 ), how much the way to using with this EA method. ( version standart, Kayvan, piramid or any others ).
Not sure how to answer this.
Quote:
Originally Posted by Paulinge View Post
5. If I'm stopping this EA when there's several position running ( OPEN ), It can be give effect with the logic / calculation this EA OR NOT when the EA want to running again.
It can effect the logic, only bacause the market may have moved a lot, ans it misses a signal. The EA should however start up again and pick up whwrw it left off.
Quote:
Originally Posted by Paulinge View Post
I'm REALLY INSTERESTED for this CONCEPT, and want to joint with this thread if you guy's don't mind.
Glad to have you contributing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #740 (permalink)  
Old 02-24-2008, 07:34 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,095
ElectricSavant is on a distinguished road
Well, thanks for asking and looking.

I was thinking like this...

I will be going live with the earlier kayvan Ea posted here...that is H1 cable with a lookback of 1....

Soooo..

I wanted to test a more responsive mode...so I am looking back 2 candles on the 1/2 hr......now you might say Electric! this is one hour...its the same!

Not really think about it...each half hour the right edge of the chart marches forward...it is more responsive to mid 1hr changes...

I also use a lag of 3 instead of 2...

ES

P.S. we shall see...but he whole thing can blow up...but isn't that the purpose of a demo?





Quote:
Originally Posted by Paulinge View Post
Thank you ES' for your renpons.

I will preparing with your setting.

My question:

1. Why you are using with Time Frame = 30. The EA can running with another TimeFrame, isn't ???


Thank you so MUCH for your KINDNESS.


Best regards,
Paulinge

Last edited by ElectricSavant; 02-24-2008 at 07:43 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
martingale, martingale ea, martingale EA, martingale ea download, forex martingale, Baggio, martingale forex, grid martingale, digitrend_gyro

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/martingale-average-cost-hedging/11734-martingale-ea.html
Posted By For Type Date
ea - learn to trade forex swicki - powered by eurekster This thread Refback 06-05-2008 06:34 PM
[intraday]martingale strategy dan variasinya - Page 6 - Forexindo Forum This thread Refback 04-04-2008 03:15 AM
TFX v1.5 Expert Adviser - The Money Guru Forum - Money Making Discussions This thread Refback 03-31-2008 05:36 PM
Download 10points3 Ea - Type Your Search Here This thread Refback 03-12-2008 01:38 AM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-08-2008 08:36 PM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-07-2008 07:27 AM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-07-2008 03:27 AM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-05-2008 01:56 AM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-29-2008 01:05 PM
Martingale Baggio Method - Page 11 This thread Refback 02-27-2008 09:59 PM
Martingale Baggio Method - Page 11 This thread Refback 02-27-2008 05:07 PM
Martingale Baggio Method - Page 11 This thread Refback 02-27-2008 05:04 PM
Martingale Baggio Method - Page 10 This thread Refback 02-25-2008 06:50 PM
Martingale Baggio Method - Page 10 This thread Refback 02-25-2008 06:07 PM
Martingale Baggio Method - Page 10 This thread Refback 02-25-2008 06:05 PM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-23-2008 07:38 PM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-04-2008 06:15 AM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-03-2008 05:01 AM
Bright Ideas™ » TFX (an amazing EA) This thread Refback 01-15-2008 06:26 PM
World of Forex Trading » Martingale EA This thread Pingback 01-11-2008 02:33 AM

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 03:26 PM.