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
  #521 (permalink)  
Old 02-17-2008, 08:30 PM
kayvan's Avatar
Senior Member
 
Join Date: Mar 2007
Location: .....
Posts: 145
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 09:15 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
  #522 (permalink)  
Old 02-18-2008, 02:32 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #523 (permalink)  
Old 02-18-2008, 04:31 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
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

Last edited by ElectricSavant; 02-18-2008 at 04:35 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
  #524 (permalink)  
Old 02-18-2008, 05:00 AM
kayvan's Avatar
Senior Member
 
Join Date: Mar 2007
Location: .....
Posts: 145
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 05:40 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
  #525 (permalink)  
Old 02-18-2008, 05:25 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
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
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
  #526 (permalink)  
Old 02-18-2008, 05:25 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #527 (permalink)  
Old 02-18-2008, 05:28 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
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #528 (permalink)  
Old 02-18-2008, 05:50 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #529 (permalink)  
Old 02-18-2008, 06:02 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
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?

Last edited by ElectricSavant; 02-18-2008 at 06:04 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
  #530 (permalink)  
Old 02-18-2008, 06:27 AM
kayvan's Avatar
Senior Member
 
Join Date: Mar 2007
Location: .....
Posts: 145
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!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 01:34 AM.



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