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
  #2761 (permalink)  
Old 07-09-2007, 02:43 PM
Member
 
Join Date: Jun 2007
Posts: 71
neta1o is on a distinguished road
yeoeleven,

higher time frames are good for this indicator right now because the only signal it is using is the RSI.

RSI is not very good on short time frames. It tries to detect trend using RSI and makes trades in the same direction. If the RSI reverses, it closes all long trades and goes the other way.

This is very basic right now because I just wanted to get the shell working. I'm going to add a few more indicators to more intelligently determine the direction and reversals. Although, any live tests would certainly help.

Off to work for the day, will work on this more later.

P.S. Since this is using the martingale approach, you do have to give it room to work. You may want to start with a larger demo like $1000 or $5000
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
  #2762 (permalink)  
Old 07-09-2007, 03:18 PM
la totona's Avatar
Member
 
Join Date: Apr 2007
Posts: 58
la totona is on a distinguished road
Quote:
Originally Posted by Michel View Post
Sorry for my bad english, but I do not mean to have a fixed time interval between entries. What I mean is this: assuming your pipstep is 10 and your time interval is 3 min, if some sell order is opened at time t, check the bid at time t+3*60 and add 10 pips to the value : this will be the entry level for the next sell order.
In slow market, the result will be more or less equivalent to the standard entry (last price + 10 pips); but in fast market, if the price goes up 15 pips during those 3 minutes, then your real pipstep will be 15 + 10.
All this works very well with limit orders but can be implemented with instant execution orders too.
Of course, you do not open another sell during those 3 minutes but you still have to take care of the other opened orders.
Thanks, Michel! Your idea is excellent, I´m newbie in coding so i need more help to insert this modification in the expert. Can you post the way to do it? I test modification in the code but i wasn´t succeful yet!
Thanks.

La Totona
Saludos
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
  #2763 (permalink)  
Old 07-09-2007, 04:54 PM
Senior Member
 
Join Date: Feb 2006
Posts: 587
Michel is on a distinguished road
Quote:
Originally Posted by la totona View Post
Thanks, Michel! Your idea is excellent, I´m newbie in coding so i need more help to insert this modification in the expert. Can you post the way to do it? I test modification in the code but i wasn´t succeful yet!
Thanks.

La Totona
Saludos
You just have to wait a little bit.
Now Neta10 (thanks a lot !) has take the work to rebuild this old EA with new ideas, let him some time to do it without interfering with other intermediate versions.
Writing an EA is a very personnal thing, and it's rarely a good idea that many programmers put their hands in the same code.
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
  #2764 (permalink)  
Old 07-09-2007, 05:41 PM
Member
 
Join Date: Dec 2006
Posts: 70
rcthkd is on a distinguished road
I will also forward test (once I get my desktop running again)

thanks for the updates

Rick
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
  #2765 (permalink)  
Old 07-09-2007, 06:15 PM
Member
 
Join Date: Aug 2006
Posts: 37
sourour is on a distinguished road
SEE this test

hello all

first backtest
Attached Images
File Type: gif StrategyTester.gif (5.4 KB, 522 views)
Attached Files
File Type: rar backtest from1-1-2006.rar (60.9 KB, 103 views)
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
  #2766 (permalink)  
Old 07-09-2007, 07:00 PM
Senior Member
 
Join Date: Jun 2006
Posts: 744
yeoeleven is on a distinguished road
Backtest

Quote:
Originally Posted by sourour View Post
hello all

first backtest
sourour,

this is undoubtably a good result, I have a question.

Did you work out the minimum account size that would not have hit a margin call when confronted with the nine progression that occurred twelve days into the test? Testing with $500000 is the best way to trade martingale successfully especially starting with a .1 progression.

I am forward testing with an account size of $250 to approximate the size of account I will be able to afford to fund. Hopefully by the time we have tested neta1o's new EA and he has had the time to make his planned changes it will be possible to use it profitably on a mini account of $250.

John
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
  #2767 (permalink)  
Old 07-09-2007, 07:47 PM
la totona's Avatar
Member
 
Join Date: Apr 2007
Posts: 58
la totona is on a distinguished road
Quote:
Originally Posted by Michel View Post
You just have to wait a little bit.
Now Neta10 (thanks a lot !) has take the work to rebuild this old EA with new ideas, let him some time to do it without interfering with other intermediate versions.
Writing an EA is a very personnal thing, and it's rarely a good idea that many programmers put their hands in the same code.
Dear Michel, I dont want to interfering with the development of Neta10. I am very impressed and gratefull for his job. I am only want to add this features to others EAs i have. I like make my personal modification over the EAs providing by other, but i will never interfer with my modification when other programmer better than me are working. I am only a newbie and this is the cause i come here for help. Thanks, and I am sorry.

Neta10, great job!!! Thanks

Saludos
La Totona
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
  #2768 (permalink)  
Old 07-09-2007, 10:51 PM
Member
 
Join Date: Aug 2006
Posts: 37
sourour is on a distinguished road
Thumbs up thanks dear

Quote:
Originally Posted by yeoeleven View Post
sourour,

this is undoubtably a good result, I have a question.

Did you work out the minimum account size that would not have hit a margin call when confronted with the nine progression that occurred twelve days into the test? Testing with $500000 is the best way to trade martingale successfully especially starting with a .1 progression.

I am forward testing with an account size of $250 to approximate the size of account I will be able to afford to fund. Hopefully by the time we have tested neta1o's new EA and he has had the time to make his planned changes it will be possible to use it profitably on a mini account of $250.

John

thanks very much for you good reply, ok i see

but i think this settings wants
1000$ in a micro account
(pip=.01 cent)

i tested this with netao1 ea version 1.3 but i changed the tp to 20 only and pips to 20 instead of 15

the only thing that i thik not very good is increasing levels(max trades) i think this change will cost us more money,
any way i am still testing,

thanks and take care

sourour
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
  #2769 (permalink)  
Old 07-09-2007, 11:19 PM
Member
 
Join Date: Jun 2007
Posts: 71
neta1o is on a distinguished road
Glad to hear you guys are still testing, I'm going to be working on this later tonight so I should have some updates.

-neta1o

EDIT: I found a few bugs with this where it doesn't close all orders, also I need to make sure the target profit is in
ratio to the pip step or even when it succeeds it will fail. You may see a lot of no market to open. It will give this message every
time it checks. I'll update this later as well.

Last edited by neta1o; 07-09-2007 at 11:36 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
  #2770 (permalink)  
Old 07-09-2007, 11:53 PM
Senior Member
 
Join Date: Dec 2006
Posts: 121
guernica is on a distinguished road
Quote:
Originally Posted by neta1o View Post
Glad to hear you guys are still testing, I'm going to be working on this later tonight so I should have some updates.

-neta1o

EDIT: I found a few bugs with this where it doesn't close all orders, also I need to make sure the target profit is in
ratio to the pip step or even when it succeeds it will fail. You may see a lot of no market to open. It will give this message every
time it checks. I'll update this later as well.
-------------------------------------
Hi Neta10
I notice in the platform negotiation the Ea as the comentary 10point3 buy order when the order are type sell; and when the order is buy the Ea as the comentary 10point3 short order.
Best Regards

Last edited by guernica; 07-09-2007 at 11:56 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
"USDCAD TERMINATOR", *.mq4, 10 point, 10 point 3, 10 points 3, 10 points 3.mq4, 10 points dynamic stop, 10p3MultiPipStepV001, 10p3v, 10p3v0.02, 10p3v0.03, 10p3v0.04, 10point, 10point expert advisor, 10point3 EA, 10point3 review, 10point3ke20, 10points, 10points 3, 10points 3 ea, 10points 3.mq4, 10points3, 10points3 ea, Account Equity Analyzer, alejandro galindo mq4, center of gravity, Center of Gravity2, Center of Gravity2.ex4, eurox2.mq4, forex, forex mq4, fx_fish_2ma, macd alarm, macd alert, martingale ea, Martingale mq4, mq4 forex, rmi.mq4, scalp net, search, Terminator, Turbo_JRSX.ex4, turbo_jrsx.mq4, turbo_jvel.ex4, USDCAD Terminator, usdcad terminator EA, vhf.mq4, vhf_v1, VHF_v1.mq4, www.autotradingfx.com


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
need help with 10points 3 EA salamdo Expert Advisors - Metatrader 4 2 03-24-2007 02:35 PM


All times are GMT. The time now is 01:07 AM.



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