stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Bob and Shelley Again
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=2759
Page 63 of 120
Author:  beleidigtebw [ Mon Oct 28, 2013 9:29 pm ]
Post subject:  Re: Bob and Shelley Again

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
Then let's wait for the smarter minds, I'm not one of them :lol:
Author:  milanese [ Mon Oct 28, 2013 9:35 pm ]
Post subject:  Re: Bob and Shelley Again

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
As I read the code it affects all trades, because gives a return if conditions aren't meet..

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)
Cheers :)

Tommaso
Author:  SteveHopwood [ Mon Oct 28, 2013 9:42 pm ]
Post subject:  Re: Bob and Shelley Again

milanese wrote:
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
As I read the code it affects all trades, because gives a return if conditions aren't meet..

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)
Cheers :)

Tommaso
Yep. If users select CSS then it applies to everything.

:D
Author:  SteveHopwood [ Mon Oct 28, 2013 9:43 pm ]
Post subject:  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. :lol:
Author:  beleidigtebw [ Mon Oct 28, 2013 9:49 pm ]
Post subject:  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. :lol:
I knew there is a catch :lol:
Author:  milanese [ Mon Oct 28, 2013 9:52 pm ]
Post subject:  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. :lol:
:D you are a star :D
Author:  fchaman [ Tue Oct 29, 2013 3:24 am ]
Post subject:  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?
Author:  fxozgirl [ Tue Oct 29, 2013 7:41 am ]
Post subject:  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 ;)
Author:  AGT [ Tue Oct 29, 2013 7:49 am ]
Post subject:  Re: Bob and Shelley Again

Do here exist already any impressions which pairs better to use and which perhaps better not to use ?
Author:  SpiderX [ Tue Oct 29, 2013 8:28 am ]
Post subject:  Re: Bob and Shelley Again

plateman wrote:
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.
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.
hi,

For hourly charts, should all the ma period be 4 times ? i.e 960 instead of 240 ?
All times are UTC Page 63 of 120