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 (3) Thread Tools Display Modes
  #101 (permalink)  
Old 08-31-2006, 12:01 PM
java1981's Avatar
Junior Member
 
Join Date: Nov 2005
Posts: 15
java1981 is on a distinguished road
what best TF for this EA, i just try TF 1 hour, 4 hour, daily for currency GBPUSD, EURUSD, USDJPY. result so far USD 103.000 from USD 50.000, any new suggest ? i just start to learn..
Attached Images
File Type: gif DetailedStatement.gif (4.8 KB, 395 views)
Attached Files
File Type: htm DetailedStatement.htm (194.6 KB, 244 views)

Last edited by java1981; 08-31-2006 at 12:05 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #102 (permalink)  
Old 09-01-2006, 01:33 AM
Gramski's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 266
Gramski is on a distinguished road
Quote:
Originally Posted by freak
another filter that dramatically improve max dd

Brutal if disables ea on macro data publications:

Code:
if ( TimeHour(CurTime())==20 || (TimeHour(CurTime())==14&&TimeMinute(CurTime())>=28) || (TimeHour(CurTime())==19&&TimeMinute(CurTime())>=50) )
{
   DisableTrading = true;
}
Before


After


Stay tuned guys!



Hi Freak,

What about this as a directional filter??
Attached Files
File Type: mq4 Hist_StepMA_Stoch_KV1_Ex_03.mq4 (6.5 KB, 130 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #103 (permalink)  
Old 09-01-2006, 04:03 AM
Member
 
Join Date: Jul 2006
Posts: 53
ross123 is on a distinguished road
iTrend, \SHI chennels

Freak let me first thank you for the hard work. Just have a look at Itrend and SHI channel. they have proven themselves to me and are relatively simple. Specially solving the directional problem with this EA needs the SHI channel I think.

I hope these could of been some help to you.

I look forward to see the result.


Ross.
Attached Files
File Type: mq4 i_Trend.mq4 (3.3 KB, 82 views)
File Type: mq4 SHI_Channel.mq4 (5.0 KB, 75 views)
File Type: mq4 Juice.mq4 (3.0 KB, 72 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #104 (permalink)  
Old 09-01-2006, 06:03 AM
Member
 
Join Date: Jun 2006
Posts: 47
herkfsu is on a distinguished road
Java, what settings do you have it on?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #105 (permalink)  
Old 09-01-2006, 06:16 AM
java1981's Avatar
Junior Member
 
Join Date: Nov 2005
Posts: 15
java1981 is on a distinguished road
Quote:
Originally Posted by herkfsu
Java, what settings do you have it on?
i use this seeting:

Lots = 0.10;
StopLoss = false;
TakeProfit = 10.00;
TrailingStop = 5.00;
mm = 10;
Reversed = true;

and i use 15 M, 30 M, 1 H, 4 H, Daily at the same terminal. is my setting correct ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #106 (permalink)  
Old 09-01-2006, 11:43 AM
Member
 
Join Date: Apr 2006
Posts: 53
freak is on a distinguished road
Hi guys.
Tommorow I'll post my ea, the setup and 2 week forward test result.

Then I'll start rocking with your new trend filters.

Cheers!

BTW java1981: your MaxTrades param is TOO BIG. IMO max is 5. When bigger - one big move (payrolls data like) and YOU'RE OUT!
Also no SL is suicide.

Last edited by freak; 09-01-2006 at 11:50 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #107 (permalink)  
Old 09-01-2006, 01:45 PM
Member
 
Join Date: Jul 2006
Posts: 53
ross123 is on a distinguished road
It doesn't execute any orders on InterbankFX demo account. I wonder if you guys have experienced the same problem?
It loads OK no error messages. I did restart several times still no results.

I appreciate if you let me know what i possibly am doing wrong with this EA.

Ross. DON'TMIND THIS POST I FOUND THE BUG..

Last edited by ross123; 09-01-2006 at 10:21 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #108 (permalink)  
Old 09-01-2006, 02:05 PM
java1981's Avatar
Junior Member
 
Join Date: Nov 2005
Posts: 15
java1981 is on a distinguished road
Quote:
Originally Posted by freak
BTW java1981: your MaxTrades param is TOO BIG. IMO max is 5. When bigger - one big move (payrolls data like) and YOU'RE OUT!
Also no SL is suicide.
thank you freak for your correction ..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #109 (permalink)  
Old 09-01-2006, 02:52 PM
Gramski's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 266
Gramski is on a distinguished road
Quote:
Originally Posted by freak
Hi guys.
Tommorow I'll post my ea, the setup and 2 week forward test result.

Then I'll start rocking with your new trend filters.

Cheers!

BTW java1981: your MaxTrades param is TOO BIG. IMO max is 5. When bigger - one big move (payrolls data like) and YOU'RE OUT!
Also no SL is suicide.


Freak...sounds choice.

Check out the 10point3 EA thread (if you haven't already)...It seems like a MACD version of Multi Lot Scalper.

Also check out the Hist_StepMA_Stock_KV_Ex-03 indicator i posted above.
It's the main one Nina uses...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #110 (permalink)  
Old 09-02-2006, 08:28 AM
Member
 
Join Date: Apr 2006
Posts: 53
freak is on a distinguished road
Here you are: http://www.forex-tsd.com/expert-advi...ma-filter.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
multi lot scalper, multilot scalper, scalper, multi scalper, EA Scalper, multiscalper

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/3081-new-multi-lot-scalper.html
Posted By For Type Date
10points3 Ea - Type Your Search Here This thread Refback 06-08-2008 02:36 AM
Forex Scalper - Ask-About.net Search This thread Refback 09-29-2007 05:28 PM
Pomysł na system This thread Refback 06-30-2007 08:03 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Niceprofit 7pips multi-trade scalper BrazilianTrader Expert Advisors - Metatrader 4 11 12-04-2006 01:16 AM
Multi lot Scalper Standart to Mini sentaco Expert Advisors - Metatrader 4 2 11-27-2006 02:42 PM
Multi Lot Scalper P Day freak Expert Advisors - Metatrader 4 2 08-16-2006 03:26 PM
Controlling number of lots on the Multi Lot Scalper rbowles Expert Advisors - Metatrader 4 1 08-14-2006 08:59 PM


All times are GMT. The time now is 08:24 PM.



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