Hi All,
niepce, could you post your .set file for your MPTM basket setting please?
Also, if anyone else is using MPTM or MPTM_Gloabl, could you possibly post your .set file please?
Cheers,
TT.
Macd Stochastic Fractal MA5/25 Daily Marylin
- TonkaTuff
- Trader
- Posts: 74
- Joined: Wed May 01, 2013 6:30 am
- Location: Sydney, AUSTRALIA
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
In theory, there is no difference between theory and practice. In practice, there is.
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi all,
this is an important bugfix of our last official version, please use this version, it should be now nearly identical as the windev version that phil_trade uses.
8/10/2013 0.40a milanese
-Bugfix in MoveSLOnFractal now it works as intended it is for long trades works best if UseTakeProfitOn3MACD is set false and too UseRSI_W1_ToCloseTrade is set to false (all to experiment with what is best setting for you)
Cheers and much green pips
Tommaso
this is an important bugfix of our last official version, please use this version, it should be now nearly identical as the windev version that phil_trade uses.
8/10/2013 0.40a milanese
-Bugfix in MoveSLOnFractal now it works as intended it is for long trades works best if UseTakeProfitOn3MACD is set false and too UseRSI_W1_ToCloseTrade is set to false (all to experiment with what is best setting for you)
Cheers and much green pips
Tommaso
You do not have the required permissions to view the files attached to this post.
-
AGT
- Trader
- Posts: 889
- Joined: Thu Nov 17, 2011 7:20 pm
- Location: Germany
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
THAT WOULD BE MOST IMPORTANT !!!milanese wrote:.... it should be now nearly identical as the windev version that phil_trade uses.
.... Cheers and much green pips![]()
Tommaso
Thanks a lot Tommaso for your consistant efforts to improve the Empty4 versions !!!
AGT's EA portfolio: http://www.stevehopwoodforex.com/phpBB3 ... =36&t=1374
-
grat001
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi Tommaso,
in version 0.40a
function:
void CloseTradeOnVirtualSL(string strSymbol, int nMagic)
line 1225:
if is Spread bigger that not working SL?
Thanks Grat
in version 0.40a
function:
void CloseTradeOnVirtualSL(string strSymbol, int nMagic)
line 1225:
Code: Select all
if(AllowedSpread(strSymbol)==true)
if((GetProfitPairInPoints(OrderTicket())<(-SL_MAX)) && (SL_MAX>0))
Thanks Grat
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi Grat,grat001 wrote:Hi Tommaso,
in version 0.40a
function:
void CloseTradeOnVirtualSL(string strSymbol, int nMagic)
line 1225:if is Spread bigger that not working SL?Code: Select all
if(AllowedSpread(strSymbol)==true) if((GetProfitPairInPoints(OrderTicket())<(-SL_MAX)) && (SL_MAX>0))
Thanks Grat
this is right we wan't close in an spread spike
Cheers
Tommaso
- matt_32
- Trader
- Posts: 204
- Joined: Tue Apr 03, 2012 8:51 am
- Location: Crete, Greece
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
milanese wrote:Hi all,
this is an important bugfix of our last official version, please use this version, it should be now nearly identical as the windev version that phil_trade uses.
8/10/2013 0.40a milanese
-Bugfix in MoveSLOnFractal now it works as intended it is for long trades works best if UseTakeProfitOn3MACD is set false and too UseRSI_W1_ToCloseTrade is set to false (all to experiment with what is best setting for you)
Cheers and much green pips![]()
Tommaso
Thanky you guys for your hard work.
We seem to have a new and more accurate robot in our hands. Tommaso would you be kind enough to let us know of your current settings. I am getting confused with all the new changes.
Matt
"Wise men speak because they have something to say; Fools because they have to say something." - Plato 347 BC
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi Matt,matt_32 wrote:
Thanky you guys for your hard work.
We seem to have a new and more accurate robot in our hands. Tommaso would you be kind enough to let us know of your current settings. I am getting confused with all the new changes.
Matt
I raccomand try the actual version OOTB on demo for the raccomand pairs, for XAU I raccomand a SL_Max=2500 (and half lotsize),DeltaPipsFromSRZoneToTakeTrade=2500,DistanceInterTrade=100,
DeltaPipsMoveSLOnStoch=1000
and AdvertisedSpread=7.0(because it is with most brokres different calculated)
- for AUDJPY is racommanded to set UseCloseFriday=1
that should work
Cheers:)
Tommaso
- Zypip
- Trader
- Posts: 148
- Joined: Thu Apr 26, 2012 9:44 am
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Thanks Tommaso for your hard work. How do you know it works best if UseTakeProfitOn3MACD and UseRSI_W1_ToCloseTrade are set to false ? Did you do some backtesting ?milanese wrote:Hi all,
this is an important bugfix of our last official version, please use this version, it should be now nearly identical as the windev version that phil_trade uses.
8/10/2013 0.40a milanese
-Bugfix in MoveSLOnFractal now it works as intended it is for long trades works best if UseTakeProfitOn3MACD is set false and too UseRSI_W1_ToCloseTrade is set to false (all to experiment with what is best setting for you)
Cheers and much green pips![]()
Tommaso
Cheers
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi Zypip,Zypip wrote:
Thanks Tommaso for your hard work. How do you know it works best if UseTakeProfitOn3MACD and UseRSI_W1_ToCloseTrade are set to false ? Did you do some backtesting ?
Cheers
it is meant for this function, if you have activated UseTakeProfitOn3MACD and UseRSI_W1_ToCloseTrade, normally in actual market situation, you will not see MoveSLOnFractal moving the SL, as the position will be closed earlier by one of these...
In strong trendy markes it is sure to raccomand to do so, in markets like we have at the moment the OOTB is raccomanded. Try to play on forwarding demo to check out different settings, backtesting with Empty4 is always not very confident in my opinion.
Cheers
Tommaso