Macd Stochastic Fractal MA5/25 Daily Marylin
-
musky
- Trader
- Posts: 54
- Joined: Fri Nov 18, 2011 8:30 pm
- Location: Northwoods
Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA
A adjustable trailing stop should be added with another input so it wont trade again for a certain period of time after it hits the trailing stop . I tried adding a trail to bank some profits only to have it place a trade immediately again to go to fail. This might be a good addition
-
phil_trade
Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA
why not, but you have to prove it before !musky wrote:A adjustable trailing stop should be added with another input so it wont trade again for a certain period of time after it hits the trailing stop . I tried adding a trail to bank some profits only to have it place a trade immediately again to go to fail. This might be a good addition
- Pippa
- Trader
- Posts: 53
- Joined: Sun Feb 03, 2013 2:12 am
Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA
Hello Everyone!
I am very curious about "use Fractal Filter to Open Trades" and would like to try it out on an extra Pair I am testing GBP/CHF.
If I set it to TRUE are there any other Settings I should change as well for( instance change "UseStockH4toTakeTrade" to FALSE)????
Thank you,
Pippa

I am very curious about "use Fractal Filter to Open Trades" and would like to try it out on an extra Pair I am testing GBP/CHF.
If I set it to TRUE are there any other Settings I should change as well for( instance change "UseStockH4toTakeTrade" to FALSE)????
Thank you,
Pippa

-
phil_trade
Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA
No Pippa, nothing else. It's just a filter to trade only in opposite direction of last fractal Up/Dn.I am very curious about "use Fractal Filter to Open Trades" and would like to try it out on an extra Pair I am testing GBP/CHF.
If I set it to TRUE are there any other Settings I should change as well for( instance change "UseStockH4toTakeTrade" to FALSE)????
Thank you,
Pippa![]()
- jjgengis
- Trader
- Posts: 39
- Joined: Thu Nov 24, 2011 8:45 pm
- Location: Bologna - Italy
Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA
Hi to all,
first, thank you very much Phil & Niepce for all your work.
Three days ago I began the test of the EA in Demo with your indicated pairs and ten others. But I have found a problem, the SS indicator need a lot of Cpu. Is it a normal behavior?
Many thanks in advance.
JJ
first, thank you very much Phil & Niepce for all your work.
Three days ago I began the test of the EA in Demo with your indicated pairs and ten others. But I have found a problem, the SS indicator need a lot of Cpu. Is it a normal behavior?
Many thanks in advance.
JJ
-
DocT
- Trader
- Posts: 149
- Joined: Mon Apr 23, 2012 9:44 am
- Location: Aberdeen
Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA
Look forward to update (boss permitting) as not really practical to restart every hour. Plus i still have the uninit 1 with GBP chart - none of the others.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 disappearedYeap but that's actually a problem, because the EA callsphil_trade wrote: If you delete all GV, they will be regenereted after one hour by S/R indi.
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(on a daily basis).
Cheers
-
phil_trade
Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA
Hijjgengis wrote:Hi to all,
first, thank you very much Phil & Niepce for all your work.
Three days ago I began the test of the EA in Demo with your indicated pairs and ten others. But I have found a problem, the SS indicator need a lot of Cpu. Is it a normal behavior?
Many thanks in advance.
JJ
are you using the last vesion 0.33 ? Fractal Calculation are only done 1 time/hour.
- niepce
- Trader
- Posts: 152
- Joined: Wed Jul 04, 2012 11:00 pm
- Location: Grenoble, France
Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA
taggie11 wrote:Look forward to update (boss permitting) as not really practical to restart every hour. Plus i still have the uninit 1 with GBP chart - none of the others.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 disappearedYeap but that's actually a problem, because the EA callsphil_trade wrote: If you delete all GV, they will be regenereted after one hour by S/R indi.
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(on a daily basis).
Cheers
Here's what I did :
1/ Put indicator on charts (manually) - Standard settings.
2/ Put EA on charts. Standard or custom settings.
3/ Start EA
(At this point, S/R and GV might disappear immediately, or few minutes later.)
5/ After starting EA, restart Empty4 completely.
I did it yesterday, it's been almost 12hours, the S/R and GV are not disappearing anymore.
If you happen to modfy the EA settings : it's equivalent to an EA restart. Restart Empty4 after that.
Hope this helps.
-
phil_trade
Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA
Strange, never experiment this ?niepce wrote:taggie11 wrote:Look forward to update (boss permitting) as not really practical to restart every hour. Plus i still have the uninit 1 with GBP chart - none of the others.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 disappearedYeap but that's actually a problem, because the EA callsphil_trade wrote: If you delete all GV, they will be regenereted after one hour by S/R indi.
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(on a daily basis).
Cheers
Here's what I did :
1/ Put indicator on charts (manually) - Standard settings.
2/ Put EA on charts. Standard or custom settings.
3/ Start EA
(At this point, S/R and GV might disappear immediately, or few minutes later.)
5/ After starting EA, restart Empty4 completely.
I did it yesterday, it's been almost 12hours, the S/R and GV are not disappearing anymore.
If you happen to modfy the EA settings : it's equivalent to an EA restart. Restart Empty4 after that.
Hope this helps.
-
DocT
- Trader
- Posts: 149
- Joined: Mon Apr 23, 2012 9:44 am
- Location: Aberdeen
Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA
That is exactly what I did - and still every hour the lines disappear. I have to restart Empty4. Strange...niepce wrote:taggie11 wrote:Look forward to update (boss permitting) as not really practical to restart every hour. Plus i still have the uninit 1 with GBP chart - none of the others.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 disappearedYeap but that's actually a problem, because the EA callsphil_trade wrote: If you delete all GV, they will be regenereted after one hour by S/R indi.
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(on a daily basis).
Cheers
Here's what I did :
1/ Put indicator on charts (manually) - Standard settings.
2/ Put EA on charts. Standard or custom settings.
3/ Start EA
(At this point, S/R and GV might disappear immediately, or few minutes later.)
5/ After starting EA, restart Empty4 completely.
I did it yesterday, it's been almost 12hours, the S/R and GV are not disappearing anymore.
If you happen to modfy the EA settings : it's equivalent to an EA restart. Restart Empty4 after that.
Hope this helps.