I've crawled thru 5 or 6 fractals indicators via google.
None of them had a custom deviation setting.. If you know one, just pm me.
Macd Stochastic Fractal MA5/25 Daily Marylin
- niepce
- Trader
- Posts: 152
- Joined: Wed Jul 04, 2012 11:00 pm
- Location: Grenoble, France
- jjgengis
- Trader
- Posts: 39
- Joined: Thu Nov 24, 2011 8:45 pm
- Location: Bologna - Italy
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi
in these holiday I'll try to find a workaround to solve the problem. I'm not a coder, but I think that something I can do.
Happy Easter to all!
JJ
in these holiday I'll try to find a workaround to solve the problem. I'm not a coder, but I think that something I can do.
Happy Easter to all!
JJ
-
PhP71
- Posts: 8
- Joined: Thu Feb 02, 2012 6:37 pm
- Location: Paris, France
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
hi all,
having the same issue of high CPU usage, I dig a bit in the code (Marilyn and SS_indi) and understood why.
Phil, like you said the problem is the call to the icustom routine.
As Marilyn is calling SS_indi only to get the last fractals (high/low, fast/slow), I transfert the fractals code from SS_indi the Marilyn and compute them only on new PERIOD_FRACTAL bar.
I hope I didn't transgress any rights by doing so.
Nothing have been removed from the code of Marilyn, just the replaced parts commented out.
We can now backtest (on one pair at a time and for what it worth) to optimize the settings without waiting ages.
Have fun.
having the same issue of high CPU usage, I dig a bit in the code (Marilyn and SS_indi) and understood why.
Phil, like you said the problem is the call to the icustom routine.
As Marilyn is calling SS_indi only to get the last fractals (high/low, fast/slow), I transfert the fractals code from SS_indi the Marilyn and compute them only on new PERIOD_FRACTAL bar.
I hope I didn't transgress any rights by doing so.
Nothing have been removed from the code of Marilyn, just the replaced parts commented out.
We can now backtest (on one pair at a time and for what it worth) to optimize the settings without waiting ages.
Have fun.
You do not have the required permissions to view the files attached to this post.
- niepce
- Trader
- Posts: 152
- Joined: Wed Jul 04, 2012 11:00 pm
- Location: Grenoble, France
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
C'mon you ain't seriousI hope I didn't transgress any rights by doing so.
Thanks a lot for contributing !!!
-
AGT
- Trader
- Posts: 889
- Joined: Thu Nov 17, 2011 7:20 pm
- Location: Germany
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
hi niepce ! as I understand its now even better to use PhP71's version for regular trading too ... instead of yours ? His mod is not only good for BT's isn't it ?
May we use the setfiles posted earlier for the recommended pairs without any changes, that means: can we easy copy them into the PhP71's "no_indi" bot ?
AGT's EA portfolio: http://www.stevehopwoodforex.com/phpBB3 ... =36&t=1374
- niepce
- Trader
- Posts: 152
- Joined: Wed Jul 04, 2012 11:00 pm
- Location: Grenoble, France
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Yep, just run this one, install your 0.35 setfiles, make sure about RSI values as I explained earlier, make sure you manually put the SS indicator on your chart, and that's it.
If your magic number is identical, MM will take over your running trades.
--
Regarding the "Is Backtestable" statement : I have a doubt about the RSI and the Stoch_H4 routines - since they rely on different TF the EA is running on.
If your magic number is identical, MM will take over your running trades.
--
Regarding the "Is Backtestable" statement : I have a doubt about the RSI and the Stoch_H4 routines - since they rely on different TF the EA is running on.
- niepce
- Trader
- Posts: 152
- Joined: Wed Jul 04, 2012 11:00 pm
- Location: Grenoble, France
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Just made a backtest with my "shit for M1" data, and I don't like what I see.
Anyone with quality M1 can post some BT ?
Anyone with quality M1 can post some BT ?
-
phil_trade
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
You first need to verify in visual mode if Marylin perfectly follow all the rules, if no logic error etcniepce wrote:Just made a backtest with my "shit for M1" data, and I don't like what I see.
Anyone with quality M1 can post some BT ?
Check every trade and every close, before M1 quality data, as without debugger in MQL, it's very difficult to avoid them.
happy we
Philippe
-
theforexedge
- Trader
- Posts: 220
- Joined: Thu Apr 26, 2012 10:31 pm
- Location: Torquay
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
niepce wrote:Just made a backtest with my "shit for M1" data, and I don't like what I see.
Anyone with quality M1 can post some BT ?
niepce
Here is a good source of 1M data:
http://www.forextester.com/data/datasources.html
Not all pairs but most of the majors
JP
-
phil_trade
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi all
a very important parameter DeltaPipsMA25= ? ( Delta min in pips between today and yesterday EMA to allow trade) is not enough explain in Niepce Empty4 version :
0 mean Conservative mode
5 or 10 means Aggressive mode
example with FT backtest for €/$
with 10 you will have more bad trades / DD but better result in overall period
with 0 no trade against MA25 so less bad trades but lower overall result as you catch the trend later.
live axample this morning with USDCHF with 5 pips -> New SELL trade USDCHF this morning.
It would not happen with DeltaPipsMA25 = 0
You could also test -5 to force a well established MA25 trend...but you will be late in the trend
Philippe
a very important parameter DeltaPipsMA25= ? ( Delta min in pips between today and yesterday EMA to allow trade) is not enough explain in Niepce Empty4 version :
0 mean Conservative mode
5 or 10 means Aggressive mode
example with FT backtest for €/$
with 10 you will have more bad trades / DD but better result in overall period
with 0 no trade against MA25 so less bad trades but lower overall result as you catch the trend later.
live axample this morning with USDCHF with 5 pips -> New SELL trade USDCHF this morning.
It would not happen with DeltaPipsMA25 = 0
You could also test -5 to force a well established MA25 trend...but you will be late in the trend
Philippe