Then let's wait for the smarter minds, I'm not one of themRxCape wrote:If memory serves me correctly, and if I am reading the code correctly, CSS only affects stack trades. CSS does not appear to be checked prior to a Main trade or a Re-Entry trade. However, I am a "cut and paster" so I defer to the smarter minds here.
T
Bob and Shelley Again
- beleidigtebw
- Trader
- Posts: 12
- Joined: Sun Dec 11, 2011 8:31 pm
Re: Bob and Shelley Again
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Re: Bob and Shelley Again
As I read the code it affects all trades, because gives a return if conditions aren't meet..RxCape wrote:If memory serves me correctly, and if I am reading the code correctly, CSS only affects stack trades. CSS does not appear to be checked prior to a Main trade or a Re-Entry trade. However, I am a "cut and paster" so I defer to the smarter minds here.
T
Code: Select all
//Other filters
//CSS.
if (UseCSS)
{
//We are selling the first in the pair ans buying the second, so ensure they are moving in the correct direction and on the right side of 0
if (CurrDirection1 == upaccelerating || CurrDirection1 == updecelerating) return;
if (CurrDirection2 == downaccelerating || CurrDirection2 == downdecelerating) return;
}//if (UseCSS)Tommaso
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Re: Bob and Shelley Again
Yep. If users select CSS then it applies to everything.milanese wrote:As I read the code it affects all trades, because gives a return if conditions aren't meet..RxCape wrote:If memory serves me correctly, and if I am reading the code correctly, CSS only affects stack trades. CSS does not appear to be checked prior to a Main trade or a Re-Entry trade. However, I am a "cut and paster" so I defer to the smarter minds here.
TCheersCode: Select all
//Other filters //CSS. if (UseCSS) { //We are selling the first in the pair ans buying the second, so ensure they are moving in the correct direction and on the right side of 0 if (CurrDirection1 == upaccelerating || CurrDirection1 == updecelerating) return; if (CurrDirection2 == downaccelerating || CurrDirection2 == downdecelerating) return; }//if (UseCSS)
Tommaso
Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Re: Bob and Shelley Again
Hehe. Maybe my last should read: Yep. If users select CSS then it applies to everything unless there is something I forgot to apply it to.
This is me we are dealing with, after all.
This is me we are dealing with, after all.
Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
- beleidigtebw
- Trader
- Posts: 12
- Joined: Sun Dec 11, 2011 8:31 pm
Re: Bob and Shelley Again
I knew there is a catchSteveHopwood wrote:Hehe. Maybe my last should read: Yep. If users select CSS then it applies to everything unless there is something I forgot to apply it to.
This is me we are dealing with, after all.
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Re: Bob and Shelley Again
SteveHopwood wrote:Hehe. Maybe my last should read: Yep. If users select CSS then it applies to everything unless there is something I forgot to apply it to.
This is me we are dealing with, after all.
-
fchaman
- Trader
- Posts: 119
- Joined: Sat Nov 19, 2011 1:13 pm
- Location: End of the world
Re: Bob and Shelley Again
Finally..got one trade (with CSS filter on): short cadjpy 4hr
Is anyone trading this ea on the following: oil, gold, silver, spx500, nas100, ger30, aus200, usdollar?
Is anyone trading this ea on the following: oil, gold, silver, spx500, nas100, ger30, aus200, usdollar?
- fxozgirl
- Trader
- Posts: 1176
- Joined: Wed Nov 16, 2011 9:16 am
- Location: Melbourne, Australia
Re: Bob and Shelley Again
For those who had their gbpcad trade close out after 2 bars today...be thankful, mine didn't closed due to different broker feeds and ended up at full SL
Well we can't win them all and sometimes that's just the way trading goes
Well we can't win them all and sometimes that's just the way trading goes
-
AGT
- Trader
- Posts: 889
- Joined: Thu Nov 17, 2011 7:20 pm
- Location: Germany
Re: Bob and Shelley Again
Do here exist already any impressions which pairs better to use and which perhaps better not to use ?
AGT's EA portfolio: http://www.stevehopwoodforex.com/phpBB3 ... =36&t=1374
- SpiderX
- Trader
- Posts: 554
- Joined: Thu Aug 22, 2013 4:50 pm
Re: Bob and Shelley Again
hi,plateman wrote:I've attached my setfile but there could be other reasons why our results will differ, for example broker feed (Mine is GP ), or pairs traded, for example I do not trade CHF crosses.trader689 wrote:plateman can you tell us what settings you are using? my H1 demo with the updated version v2m has 2 trades currently open, both in profit but nothing banked yet
plateman wrote:spot :>)))))))
H1 demo made a promising start today, 58 pips banked and currently +16 on open trades.
For hourly charts, should all the ma period be 4 times ? i.e 960 instead of 240 ?
"Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres."
-Corinthians 13:4-8
-Corinthians 13:4-8