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 »

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

Post by phil_trade »

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
why not, but you have to prove it before !
User avatar
Pippa
Trader
Posts: 53
Joined: Sun Feb 03, 2013 2:12 am

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by Pippa »

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

Image
phil_trade

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by phil_trade »

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 ;)
No Pippa, nothing else. It's just a filter to trade only in opposite direction of last fractal Up/Dn.
User avatar
jjgengis
Trader
Posts: 39
Joined: Thu Nov 24, 2011 8:45 pm
Location: Bologna - Italy

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by jjgengis »

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

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).
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.
Cheers
phil_trade

Re: MACD STOCHASTIC FRACTAL MA5/25 DAILY EA

Post by phil_trade »

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

are you using the last vesion 0.33 ? Fractal Calculation are only done 1 time/hour.
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 »

taggie11 wrote:
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).
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.
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

Post by phil_trade »

niepce wrote:
taggie11 wrote:
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).
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.
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.
Strange, never experiment this ?
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 »

niepce wrote:
taggie11 wrote:
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).
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.
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.
That is exactly what I did - and still every hour the lines disappear. I have to restart Empty4. Strange...
Locked

Return to “Automated trading systems”