Holy Graily Bob

EA's inspired by nanningbob's work here, especially those based on his 240 Moving Average trend detection filter.
Locked
User avatar
SteveHopwood
Owner
Posts: 9754
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Holy Graily Bob

Post by SteveHopwood »

I am resurrecting this thread in light of Bob's CSS with HGI thread.

V 1l is in post 1. Nothing changed apart from adding CSS.

Try combining CSS with lower time frame trading. Experiment with any combo of time frames you can think of.

Let the entertainment commence.

:xm:
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. [email protected] 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.
User avatar
TraderJoeForex
Trader
Posts: 1157
Joined: Fri Mar 08, 2013 10:29 pm
Location: South London

Holy Graily Bob

Post by TraderJoeForex »

SteveHopwood » Mon Jun 13, 2016 4:14 pm wrote:I am resurrecting this thread in light of Bob's CSS with HGI thread.

V 1l is in post 1. Nothing changed apart from adding CSS.

Try combining CSS with lower time frame trading. Experiment with any combo of time frames you can think of.

Let the entertainment commence.

:xm:
Good thinking. combined Trend and Wavy line trading in direction of D1 CSS must be worth a whirl.

Cheers Steve.
spgandau
Trader
Posts: 50
Joined: Thu Sep 20, 2012 2:17 am

Profit Target check

Post by spgandau »

Hello Steve,

I have been reviewing profit targets, and how the EA responds. I have a simple query.

Existing code: beginning at line 5761 in Holy Graily Bob ver 1l

Code: Select all

   //Profit target check
   if (CashProfitTarget > 0 || !CloseEnough(PercentOfBalanceTarget, 0) )
   {
      if (OpenTrades == 0)   //Cannot knock off for the day if there are trades to manage
          {
              .............................
              .............................
               Comment("            GLOBAL PROFIT TARGET REACHED");
               .............................
               .............................
            }//if (OpenTrades == 0)
   }//if (CashProfitTarget > 0 || !CloseEnough(PercentOfBalanceTarget, 0) )
it seems (?) that line 5761 should read:

Code: Select all

      if (OpenTrades != 0)    //Cannot knock off for the day if there are trades to manage
What have I missed?

Cheers!
kaiserchen
Posts: 3
Joined: Wed Jun 01, 2016 6:55 am

Holy Graily Bob

Post by kaiserchen »

hi,stvev

“ CloseOnOppositeSignal”=true
can specify one of the signal?

Thank you!
User avatar
SteveHopwood
Owner
Posts: 9754
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Holy Graily Bob

Post by SteveHopwood »

kaiserchen » Sun Jul 17, 2016 12:35 pm wrote:hi,stvev

“ CloseOnOppositeSignal”=true
can specify one of the signal?

Thank you!
No.

:xm:
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. [email protected] 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.
zyx
Trader
Posts: 83
Joined: Thu Jan 29, 2015 12:42 am
Location: San Diego

Holy Graily Bob

Post by zyx »

I've had a test going using CSS but HGB seems to be taking himself off my charts after placing the entries. It's not immediate though, seems kinda random.

Any ideas?
User avatar
SteveHopwood
Owner
Posts: 9754
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Holy Graily Bob

Post by SteveHopwood »

zyx » Wed Nov 16, 2016 6:11 pm wrote:I've had a test going using CSS but HGB seems to be taking himself off my charts after placing the entries. It's not immediate though, seems kinda random.

Any ideas?
Welcome to the wonderful world of Empty4. You have clearly not been reading around as I suggested in my Welcome message to you.

Bugger all happening here apart from this latest dimwit incursion, so I am locking this thread.

:xm:
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. [email protected] 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.
Locked

Return to “Thingy Bob EA's”