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
  #581 (permalink)  
Old 02-19-2008, 02:31 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,010
ElectricSavant is on a distinguished road
sivach..

wolfe saw this and recognized it...

congrats


P.S. I always like the order sequence 1, 1, 2, 3, 5, 8, 13, 21..... (adding the last two order lots)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #582 (permalink)  
Old 02-19-2008, 02:32 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 719
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
The one that goes "dunk"
Attach this "EA" to a chart and wait for a tick, tell me if this is the sound you want.

Don't worry, it does nothing but play a sound.
Attached Files
File Type: mq4 sound.mq4 (1.3 KB, 11 views)

Last edited by wolfe; 02-19-2008 at 02:45 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #583 (permalink)  
Old 02-19-2008, 02:39 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,010
ElectricSavant is on a distinguished road
no that's the "whooop"

I am looking for the "dunk"

say the "dunk" out loud...and that is the sound

ES


Quote:
Originally Posted by wolfe View Post
Attach this "EA" to a chart and wait for a tick, tell me if this is the sound you want.

Don't worry, it does nothing but play a sound.

Last edited by ElectricSavant; 02-19-2008 at 02:44 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #584 (permalink)  
Old 02-19-2008, 02:43 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,010
ElectricSavant is on a distinguished road
the "dunk" occurs when you click on something and there is a lock out....

you know..."dunk"..."dunk"..everytime you click and are not allowed there..."dunk"....

ElectricDunkSavant
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #585 (permalink)  
Old 02-19-2008, 02:47 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 719
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
the "dunk" occurs when you click on something and there is a lock out....

you know..."dunk"..."dunk"..everytime you click and are not allowed there..."dunk"....

ElectricDunkSavant
Reload sound from post #582. See if you like that one. There is only 12 to choose from. I'll get it eventually.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #586 (permalink)  
Old 02-19-2008, 02:53 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,010
ElectricSavant is on a distinguished road
no thats the machine sound..... wheeeNngggg....

The sound I am looking for is the :dunk: it is short and decisive...like an error


Quote:
Originally Posted by wolfe View Post
Reload sound from post #582. See if you like that one. There is only 12 to choose from. I'll get it eventually.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #587 (permalink)  
Old 02-19-2008, 02:58 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 719
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
no thats the machine sound..... wheeeNngggg....

The sound I am looking for is the :dunk: it is short and decisive...like an error
How about this one... Edit- I think this is wrong too...
Attached Files
File Type: mq4 sound II.mq4 (1.3 KB, 11 views)

Last edited by wolfe; 02-19-2008 at 03:01 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #588 (permalink)  
Old 02-19-2008, 03:00 AM
Junior Member
 
Join Date: Jun 2007
Posts: 29
Pabloreg is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
no thats the machine sound..... wheeeNngggg....

The sound I am looking for is the :dunk: it is short and decisive...like an error
It´s the tick.wav? ... one good is the news.wav .. - tin ton -
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #589 (permalink)  
Old 02-19-2008, 03:02 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,010
ElectricSavant is on a distinguished road
I gotta go to microsoft and find it...wait...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #590 (permalink)  
Old 02-19-2008, 03:06 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 719
wolfe is on a distinguished road
These will be the lot increment choices available. This should cover whatever you're into.

PHP Code:
extern double  Start_Lot_Size=0.1;//starting lot size for cycle
extern double  Lot_Size_Increment=0.1;//Additional orders will increase by this amount
extern bool    Double_Lotsize=false;//set to true if you want to just double every lotsize, Lot_Size_Increment ignored if true
extern bool    Choose_Own_Progression=false;
extern double  Trade_1=0;//Enter in your own trade progressions
extern double  Trade_2=0;
extern double  Trade_3=0;
extern double  Trade_4=0;
extern double  Trade_5=0;
extern double  Trade_6=0;
extern double  Trade_7=0;
extern double  Trade_8=0;
extern double  Trade_9=0;
extern double  Trade_10=0;
extern double  Trade_11=0;
extern double  Trade_12=0;
extern double  Trade_13=0;
extern double  Trade_14=0;
extern double  Trade_15=0;
extern double  Trade_16=0;
extern double  Trade_17=0;
extern double  Trade_18=0;
extern double  Trade_19=0;
extern double  Trade_20=0;
extern int     Max_Trades=50;//maximum number of trades allowed
extern bool    Close_All_Max=false;//select true if you want ALL orders to close if Max_Trades is hit 
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

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 08:54 PM.



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