You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
ok i have FinishMandarineXL 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
alexHi! 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
JAs i know this Alex's version of mandarine (Mandarine XL) and Beluck's Mandarine are not required any indicator. They are working without indicator.
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
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?
SHSo 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?
SHI just looked at the code and I see the following:
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.
I just looked at the code and I see the following:
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
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.
Thanks Newdigital, I'll give that a go.
Can you explain how T3MA works, I do not understand it? For the signals, I never see a red down arrow...