Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Digital Filters


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 (5) Thread Tools Display Modes
  #11 (permalink)  
Old 10-19-2005, 09:46 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,311
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
It is very easy to check how the Beluck's Mandarine works:
just insert in the charts T3MA indicator (updated version) and signals-mandarine indicator. The Beluck's EA will open the orders according the trading signals from signals-mandarine indicator.

And signals-mandarine indicator was program by Beluck according to the original idea.

Please note that Beluck's EA is able to work without any indicator. But you may use the indicators just to compare and estimate the original idea.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 01-19-2006, 03:14 AM
jpsdyb's Avatar
Member
 
Join Date: Dec 2005
Posts: 73
jpsdyb is on a distinguished road
Quote:
Originally Posted by Alex.Piech.FinGeR
ok i have Finish MandarineXL v02

recommended Timeframe H1
all Pairs

have Fixed TrailingStop and Step and and.....

new is

-useClose.Trade.Rules (please experimente)

-UseDayTrade DAY of the week

the T3MA insert EA is OK

regards
alex
Hi! Which indicators are required for this version Mandarine XL? Is this like Beluck's using the T3MA indicator
Also not many posts, has this EA been put on the shelf, being tested, any results to be shared?
Thank you for your time and reply
J
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 01-19-2006, 06:46 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,311
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by jpsdyb
Hi! Which indicators are required for this version Mandarine XL? Is this like Beluck's using the T3MA indicator
Also not many posts, has this EA been put on the shelf, being tested, any results to be shared?
Thank you for your time and reply
J
As i know this Alex's version of mandarine (Mandarine XL) and Beluck's Mandarine are not required any indicator. They are working without indicator.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 01-20-2006, 01:48 AM
Junior Member
 
Join Date: Jan 2006
Posts: 5
seahunter is on a distinguished road
Big Lots

I installed Beluck's Mandarine and Euro/US session Thursday. It traded 3 times & took 29.3 or 30 lots each time on default settings. Unfortunately all were loosers (Metatrader demo)
Has this large lot size happened to anyone else?

SH
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 01-20-2006, 08:05 AM
Member
 
Join Date: Jan 2006
Location: Prague, CZECH REP
Posts: 83
glader is on a distinguished road
Quote:
Originally Posted by seahunter
I installed Beluck's Mandarine and Euro/US session Thursday. It traded 3 times & took 29.3 or 30 lots each time on default settings. Unfortunately all were loosers (Metatrader demo)
Has this large lot size happened to anyone else?

SH

So you found holygrail!! Just trade inverse all the time ) Just joking...sorry, I will be test it also.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 01-20-2006, 08:11 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,311
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by seahunter
I installed Beluck's Mandarine and Euro/US session Thursday. It traded 3 times & took 29.3 or 30 lots each time on default settings. Unfortunately all were loosers (Metatrader demo)
Has this large lot size happened to anyone else?

SH
I just looked at the code and I see the following:

Code:
//---- select lot size
if (!FixedLot)
      lot=NormalizeDouble(AccountFreeMargin()*MaximumRisk*0.001/StopLoss,1);
   else
      lot=Lots;
//---- return lot size
   if(lot<0.1) lot=0.1;
   return(lot);

It means of FixedLot=false we will have your case and this EA is using MaximumRisk for the calculation of the lot size.
If FixedLot=true the lot size will be equal to Lots (which is 0.1 by default).

So, change FixedLot to true.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 01-23-2006, 11:37 PM
Junior Member
 
Join Date: Jan 2006
Posts: 5
seahunter is on a distinguished road
Quote:
Originally Posted by newdigital
I just looked at the code and I see the following:

Code:
//---- select lot size
if (!FixedLot)
      lot=NormalizeDouble(AccountFreeMargin()*MaximumRisk*0.001/StopLoss,1);
   else
      lot=Lots;
//---- return lot size
   if(lot<0.1) lot=0.1;
   return(lot);

It means of FixedLot=false we will have your case and this EA is using MaximumRisk for the calculation of the lot size.
If FixedLot=true the lot size will be equal to Lots (which is 0.1 by default).

So, change FixedLot to true.
Thanks Newdigital & everyone who has contributed to this EA.
Changed to TRUE and worked fine. I have left all other settings to the default.
Should anything other settings be changed?


+100 pips last EURUSD session on EUR & GBP


CH
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 10-23-2006, 12:52 PM
Junior Member
 
Join Date: Aug 2006
Posts: 6
handlep is on a distinguished road
Hi folks, the 'signals-mandarine' indicator, when I have put on my chart, only seems to show down arrows, I can't see any up arrows. Have I done something wrong? TIA.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 10-23-2006, 01:01 PM
Administrator
 
Join Date: Sep 2005
Posts: 16,311
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by handlep
Hi folks, the 'signals-mandarine' indicator, when I have put on my chart, only seems to show down arrows, I can't see any up arrows. Have I done something wrong? TIA.
This indicator is using T3MA indicator. Place it in indicators folder and compile.
Attached Images
File Type: gif gbpusd_mandarine.gif (16.8 KB, 613 views)
Attached Files
File Type: mq4 T3MA.mq4 (2.8 KB, 191 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 10-23-2006, 01:10 PM
Junior Member
 
Join Date: Aug 2006
Posts: 6
handlep is on a distinguished road
Thanks Newdigital, I'll give that a go.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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/digital-filters/97-mandarine-eas-all-versions-thread.html
Posted By For Type Date
mandarine - EA-Performance This thread Refback 01-17-2008 05:20 AM
EA-Performance - mandarine This thread Refback 01-09-2008 08:23 AM
FXPolska.com :: Zobacz temat - Co to jest Parabolic SAR? This thread Refback 12-26-2007 02:04 PM
FOREX Trading with MetaTrader Post #1 Refback 09-21-2007 11:47 AM
EA-Performance - mandarine This thread Refback 08-31-2007 11:18 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
MetaTrader. New versions and Daily builds fxdk Announcements Blog 140 09-18-2008 01:39 AM
Which MT4 versions is the best and how much is the soft cost ? mpforex Metatrader 4 4 07-16-2008 08:02 AM
Old versions of Metatrader wookey Metatrader 4 1 08-15-2006 03:32 AM
more early versions for mt4 newdigital TSD Expert Advisors 10 12-17-2005 02:15 AM
Some previous versions (before 0_34c) newdigital TSD Expert Advisors 0 10-24-2005 06:03 PM


All times are GMT. The time now is 05:38 AM.



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