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
  #731 (permalink)  
Old 02-24-2008, 06:51 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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,354
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #733 (permalink)  
Old 02-24-2008, 07:02 PM
Member
 
Join Date: Dec 2006
Posts: 95
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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,354
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #735 (permalink)  
Old 02-24-2008, 07:18 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
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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,354
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #738 (permalink)  
Old 02-24-2008, 07:30 PM
Member
 
Join Date: Dec 2006
Posts: 95
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #739 (permalink)  
Old 02-24-2008, 07:33 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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,354
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!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 10:50 AM.



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