Macd Stochastic Fractal MA5/25 Daily Marylin

Locked
musky
Trader
Posts: 54
Joined: Fri Nov 18, 2011 8:30 pm
Location: Northwoods

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by musky »

Anyone else experiencing heavy CPU usage with latest V.38?
DocT
Trader
Posts: 149
Joined: Mon Apr 23, 2012 9:44 am
Location: Aberdeen

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by DocT »

musky wrote:Anyone else experiencing heavy CPU usage with latest V.38?
With v34 - Hm yes.

And although the Indi on the charts, the levels have dissapeared - looking at Experts file it states SS-SuppoortResistance_v04b XXXXXX, Daily:uninit reason 1 and then removed!!!

Any ideas??
User avatar
niepce
Trader
Posts: 152
Joined: Wed Jul 04, 2012 11:00 pm
Location: Grenoble, France

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by niepce »

CPU looks fine here 1% usage on a Core i5 mobile.
For SR levels just restart Empty4! will refrsh indicator.
Dunno why, when EA is first started, the levels are removed.
peterporter
Posts: 4
Joined: Tue Nov 15, 2011 11:32 pm

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by peterporter »

niepce wrote:CPU looks fine here 1% usage on a Core i5 mobile.
For SR levels just restart Empty4! will refrsh indicator.
Dunno why, when EA is first started, the levels are removed.
Hello niepce
it seems that on the hour ie 16:00, 17:00 all the indicator labels start to flash and thats when the CPU goes high usage
Also the datetime stamp of the Global Variable get updated , so for me every hour the indicatore lines disappear and I notice the GV's of the symbols where the lines have disappeared have also disappeared
i.e. the EA wont function correctly until the GV's are put back so we have to refresh them every hour at the moment manually
OldTrader
Trader
Posts: 71
Joined: Wed Nov 16, 2011 10:19 pm

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by OldTrader »

Pippa wrote:
taggie11 wrote:Guys
Love the idea of this so have set upv34 OOTB on demo - FinFX. Majors plus the pairs you mention.
Cheers
Doc
Hello Taggie,

This now makes three of us with Demo's of Marilyn on FinFX!

Old Trader, me and you.

Old Trader has posted fxbook links. (I am curious as to whether he has updated his Marilyn AND I know he has been Trading pre-set files. )

Here is my link for Marilyn (I did not start at what I would consider the best time for Market entry, all open trades)

https://www.myfxbook.com/portfolio/mari ... roe/511310

I started yesterday, the version is the latest 0.34 using the provided set files.

Would you be so kind as to post a link to myfxbook?

Warmest Regards,

Pippa ;)
Nope, I have not upgraded, as it seemed like alot of untested features added, and I still don't really know all the details of how this trade system works anyhow :)
Still 0.28 here, and even left it completely default (friday close and all)
Once my existing trades close out, will be good to compare our two (or 3) so i'll keep v.28 running
phil_trade

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by phil_trade »

peterporter wrote:
niepce wrote:CPU looks fine here 1% usage on a Core i5 mobile.
For SR levels just restart Empty4! will refrsh indicator.
Dunno why, when EA is first started, the levels are removed.
Hello niepce
it seems that on the hour ie 16:00, 17:00 all the indicator labels start to flash and thats when the CPU goes high usage
Also the datetime stamp of the Global Variable get updated , so for me every hour the indicatore lines disappear and I notice the GV's of the symbols where the lines have disappeared have also disappeared
i.e. the EA wont function correctly until the GV's are put back so we have to refresh them every hour at the moment manually
Fractal value/date are calculated every hour...so CPU high usage is normal - in fact, it's very practical... I know what time it is without looking a clock :) -

If you delete all GV, they will be regenereted after one hour by S/R indi. (I hope so ! :o )
phil_trade

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by phil_trade »


Nope, I have not upgraded, as it seemed like alot of untested features added, and I still don't really know all the details of how this trade system works anyhow :)
Still 0.28 here, and even left it completely default (friday close and all)
Once my existing trades close out, will be good to compare our two (or 3) so i'll keep v.28 running

Once my existing trades close out
That's the best way. My backtest from 2009-2013 prove that you could hold trade several weeks or months. These trade assure very high returns.

It's a WADTEA ! ( wait and dont' touch ea ) :lol:
User avatar
niepce
Trader
Posts: 152
Joined: Wed Jul 04, 2012 11:00 pm
Location: Grenoble, France

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by niepce »

Also the datetime stamp of the Global Variable get updated , so for me every hour the indicatore lines disappear and I notice the GV's of the symbols where the lines have disappeared have also disappeared
phil_trade wrote: If you delete all GV, they will be regenereted after one hour by S/R indi.
Yeap but that's actually a problem, because the EA calls
AllowedDistanceSRForBuy() & AllowedDistanceSRForSell() on a second basis, and the GV are read therefore on a second basis.

I need to update the code so that the GV are read once on a hourly basis, just after iCustom call and Fractal readout. Design issue.

My only problem here is to avoid my boss to enter in the office at the exact moment Im tweaking Marilyn :o (on a daily basis).
phil_trade

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by phil_trade »

niepce wrote:
Also the datetime stamp of the Global Variable get updated , so for me every hour the indicatore lines disappear and I notice the GV's of the symbols where the lines have disappeared have also disappeared
phil_trade wrote: If you delete all GV, they will be regenereted after one hour by S/R indi.
Yeap but that's actually a problem, because the EA calls
AllowedDistanceSRForBuy() & AllowedDistanceSRForSell() on a second basis, and the GV are read therefore on a second basis.

I need to update the code so that the GV are read once on a hourly basis, just after iCustom call and Fractal readout. Design issue.

My only problem here is to avoid my boss to enter in the office at the exact moment Im tweaking Marilyn :o (on a daily basis).
Tell your boss to open an account and let's dance Marylin for him :)
OldTrader
Trader
Posts: 71
Joined: Wed Nov 16, 2011 10:19 pm

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by OldTrader »

phil_trade wrote:

Nope, I have not upgraded, as it seemed like alot of untested features added, and I still don't really know all the details of how this trade system works anyhow :)
Still 0.28 here, and even left it completely default (friday close and all)
Once my existing trades close out, will be good to compare our two (or 3) so i'll keep v.28 running

Once my existing trades close out
That's the best way. My backtest from 2009-2013 prove that you could hold trade several weeks or months. These trade assure very high returns.

It's a WADTEA ! ( wait and dont' touch ea ) :lol:
problem is default ea settings had friday close, so i have no way of knowing whether the trades closed last friday woulda made me more pips :) i'll keep it as is, and we'll see the results over time i guess
Locked

Return to “Automated trading systems”