| New signals service! | |
|
|||||||
| 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 |
|
![]() |
|
|
LinkBack (5) | Thread Tools | Display Modes |
|
|||
|
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. |
|
|||
|
Quote:
|
|
|||
|
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 |
|
|||
|
Quote:
So you found holygrail!! Just trade inverse all the time ) Just joking...sorry, I will be test it also. |
|
|||
|
Quote:
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. |
|
|||
|
Quote:
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 |
|
|||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |