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
  #521 (permalink)  
Old 02-17-2008, 07:30 PM
kayvan's Avatar
Senior Member
 
Join Date: Mar 2007
Location: .....
Posts: 144
kayvan is on a distinguished road
Quote:
Originally Posted by wolfe View Post
Hello kayvan,

Good to hear from you. I am working on your idea, along with EA's ideas all wrapped into one (confusing to code) EA.

I am a little concerned about such a drastic trade progression. You use this manually?

You have generated new excitement in TFX, I thank you for that. I had hoped to have a new version for the start of the trade week, but it won't be done in time for that. Whenever I get a chance I am working on it though.

hello wolfe


yes i am doing it manually in my rael account.
thank you wolfe . i am waiting for that moment.

Last edited by kayvan; 02-17-2008 at 08:15 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #522 (permalink)  
Old 02-18-2008, 01:32 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 682
wolfe is on a distinguished road
Making Progress

Here is a look at some of the new external features in latest work in progress-

An idea from ES-
PHP Code:
extern bool    Pyramid=true;//if true trades with trend, if false trades against trend 
Kayvan's idea-
PHP Code:
extern bool    Use_Kayvan_Method=true;//select to use kayvan's method
extern int     Bar_Timeframe=5;//Bar Timeframe used to look back on, 1=1m, 2=5m, 3=15m, 4=30m, 5=1h, 6=4h, 7=1d
extern int     Bars_Look_Back=1;//number of bars looked back at from current for high and low
extern int     EntryLag_Long=2;//number of pips above high to enter trade(ADD YOUR OWN SPREAD)
extern int     EntryLag_Short=2;//number of pips below low to enter trade(ADD YOUR OWN SPREAD) 
My idea:
PHP Code:
extern bool    Use_Trailing_Stop=true;//select true to use a trailing stop based on total $amount
extern double  Trail_Start=10;//TS will start after this $Profit amount is reached
extern double  TSLoss_Percent=50;//%Percentage of your HIGHEST profit you can lose before close all is performed 
Kayvan, I will also add an option for your specialized progression.

Nothing is set in stone yet. Just wanted to share some progress.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #523 (permalink)  
Old 02-18-2008, 03:31 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 2,716
ElectricSavant is on a distinguished road
another TP...with minimal DD...everything on automatic....I am back in! The only way this EA can lose is if Cable decides to go sideways long enough to build up the progression without breaking out ...based on the H1 this would be hard to do...but naturally the nanosecond I take this live... it will!




ES
__________________
ElectricSavant Challenge™ (Ends 10/09/08)

Live Portfolio (This takes a while to download as it is a big excel spreadsheet)

Last edited by ElectricSavant; 02-18-2008 at 03:35 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #524 (permalink)  
Old 02-18-2008, 04:00 AM
kayvan's Avatar
Senior Member
 
Join Date: Mar 2007
Location: .....
Posts: 144
kayvan is on a distinguished road
Quote:
Originally Posted by wolfe View Post
Here is a look at some of the new external features in latest work in progress-

An idea from ES-
PHP Code:
extern bool    Pyramid=true;//if true trades with trend, if false trades against trend 
Kayvan's idea-
PHP Code:
extern bool    Use_Kayvan_Method=true;//select to use kayvan's method
extern int     Bar_Timeframe=5;//Bar Timeframe used to look back on, 1=1m, 2=5m, 3=15m, 4=30m, 5=1h, 6=4h, 7=1d
extern int     Bars_Look_Back=1;//number of bars looked back at from current for high and low
extern int     EntryLag_Long=2;//number of pips above high to enter trade(ADD YOUR OWN SPREAD)
extern int     EntryLag_Short=2;//number of pips below low to enter trade(ADD YOUR OWN SPREAD) 
My idea:
PHP Code:
extern bool    Use_Trailing_Stop=true;//select true to use a trailing stop based on total $amount
extern double  Trail_Start=10;//TS will start after this $Profit amount is reached
extern double  TSLoss_Percent=50;//%Percentage of your HIGHEST profit you can lose before close all is performed 
Kayvan, I will also add an option for your specialized progression.

Nothing is set in stone yet. Just wanted to share some progress.
thank you Wolfe

with these it will really be e perfect ea

Last edited by kayvan; 02-18-2008 at 04:40 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #525 (permalink)  
Old 02-18-2008, 04:25 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 2,716
ElectricSavant is on a distinguished road
kayvan,

Can you give me the signifigance between these two comparisons and why one is preferred over the other ?

1,2,4,8,16,32
1,3,5,9,18,36


ES
__________________
ElectricSavant Challenge™ (Ends 10/09/08)

Live Portfolio (This takes a while to download as it is a big excel spreadsheet)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #526 (permalink)  
Old 02-18-2008, 04:25 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 682
wolfe is on a distinguished road
Quote:
Originally Posted by kayvan View Post
with these it will really be e perfect ea
Let's hope so, this has been a lot of work!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #527 (permalink)  
Old 02-18-2008, 04:28 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 682
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
another TP...with minimal DD...everything on automatic....I am back in! The only way this EA can lose is if Cable decides to go sideways long enough to build up the progression without breaking out ...based on the H1 this would be hard to do...but naturally the nanosecond I take this live... it will!




ES

Are you referring to the TS?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #528 (permalink)  
Old 02-18-2008, 04:50 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 682
wolfe is on a distinguished road
Quote:
Originally Posted by kayvan View Post
i don`t know what is the problem ? everything is clear i explained the method before clearly .believe me it is profitable . but you must remember the main key in this system is lot size of the positions .the default must be set to this kind of calculation 1 - 3 - 5 - 9 - 18 - 36 --.... with these you always have chance to close orders with profit (at least with no lose).
Kayvan,

How far do you want this progression to go? Do you want it to stop after a certain level? A safety net of some kind?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #529 (permalink)  
Old 02-18-2008, 05:02 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 2,716
ElectricSavant is on a distinguished road
No...I am using the original kayvan that you posted and set a 5 buck TP with doubling on a 0.1/0.1 lot/incr. with 1K on Cable H1...I am still running that test....

2 or 3 tp's a day thus far....maybe more...but I like 1% a day....this is good...

ES

Quote:
Originally Posted by wolfe View Post
Are you referring to the TS?
__________________
ElectricSavant Challenge™ (Ends 10/09/08)

Live Portfolio (This takes a while to download as it is a big excel spreadsheet)

Last edited by ElectricSavant; 02-18-2008 at 05:04 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #530 (permalink)  
Old 02-18-2008, 05:27 AM
kayvan's Avatar
Senior Member
 
Join Date: Mar 2007
Location: .....
Posts: 144
kayvan is on a distinguished road
Quote:
Originally Posted by wolfe View Post
Kayvan,

How far do you want this progression to go? Do you want it to stop after a certain level? A safety net of some kind?


it will be good to have an option that , we can be able to choose the progression level.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
martingale

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 On
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 05:34 PM
[intraday]martingale strategy dan variasinya - Page 6 - Forexindo Forum This thread Refback 04-04-2008 02:15 AM
TFX v1.5 Expert Adviser - The Money Guru Forum - Money Making Discussions This thread Refback 03-31-2008 04:36 PM
Download 10points3 Ea - Type Your Search Here This thread Refback 03-12-2008 12: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 07: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 06: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 02: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 12:56 AM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-29-2008 12:05 PM
Martingale Baggio Method - Page 11 This thread Refback 02-27-2008 08:59 PM
Martingale Baggio Method - Page 11 This thread Refback 02-27-2008 04:07 PM
Martingale Baggio Method - Page 11 This thread Refback 02-27-2008 04:04 PM
Martingale Baggio Method - Page 10 This thread Refback 02-25-2008 05:50 PM
Martingale Baggio Method - Page 10 This thread Refback 02-25-2008 05:07 PM
Martingale Baggio Method - Page 10 This thread Refback 02-25-2008 05:05 PM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-23-2008 06:38 PM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-04-2008 05:15 AM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-03-2008 04:01 AM
Bright Ideasâ„¢ » TFX (an amazing EA) This thread Refback 01-15-2008 05:26 PM
World of Forex Trading » Martingale EA This thread Pingback 01-11-2008 01:33 AM

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


All times are GMT. The time now is 09:49 AM.