Macd Stochastic Fractal MA5/25 Daily Marylin

Locked
User avatar
TonkaTuff
Trader
Posts: 74
Joined: Wed May 01, 2013 6:30 am
Location: Sydney, AUSTRALIA

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by TonkaTuff »

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.
In theory, there is no difference between theory and practice. In practice, there is.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by milanese »

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
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

Post by AGT »

milanese wrote:.... it should be now nearly identical as the windev version that phil_trade uses.

.... Cheers and much green pips :)
Tommaso
THAT WOULD BE MOST IMPORTANT !!! 8-) :!:

Thanks a lot Tommaso for your consistant efforts to improve the Empty4 versions !!! 8-)
grat001

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by grat001 »

Hi Tommaso,

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))
if is Spread bigger that not working SL?

Thanks Grat
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by milanese »

grat001 wrote:Hi Tommaso,

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))
if is Spread bigger that not working SL?

Thanks Grat
Hi Grat,

this is right we wan't close in an spread spike ;) , esp. if there is a news event or simply the rollover, and this is in all versions as it makes sense, not changed.

Cheers :)
Tommaso
grat001

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by grat001 »

Thanks
User avatar
matt_32
Trader
Posts: 204
Joined: Tue Apr 03, 2012 8:51 am
Location: Crete, Greece

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by matt_32 »

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
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by milanese »

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
Hi 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
User avatar
Zypip
Trader
Posts: 148
Joined: Thu Apr 26, 2012 9:44 am

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by Zypip »

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
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
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by milanese »

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
Hi Zypip,

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
Locked

Return to “Automated trading systems”