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.
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.
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
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.
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?
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.
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).
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?
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.
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.