Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

EA's inspired by nanningbob's work here, especially those based on his 240 Moving Average trend detection filter.
Post Reply
User avatar
TraderJoeForex
Trader
Posts: 1157
Joined: Fri Mar 08, 2013 10:29 pm
Location: South London

Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

Post by TraderJoeForex »

TraderJoeForex » Wed Mar 22, 2017 9:42 pm wrote:caught a lovely 500pip basket on EURJPY this week with a H4 test :yahoo: :clap: :party:

Can't complain... 1000pips from just EURJPY and GBPCAD on H4 this week
You do not have the required permissions to view the files attached to this post.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

Post by SteveHopwood »

orso has just pm'd me with a problem I introduced when I added code to the core library, to allow the bot to trade in the middle of the charts when invoking sixths. This depends on the new input AllowTradingInTheMiddle that none of the other DB flavours have, so orso's attempt to load HGBnD failed.

The solution is to move this snippet:

Code: Select all

   //Sixths
   if (UseSixths)
   {
      //Allow trading both ways if required
      if (SixthsStatus == untradable)
         if (AllowTradingInTheMiddle)
            SixthsStatus = tradableboth;   
   }//if (UseSixths)
from the library to the OnTick() function in the EA.

This does not affect the current version of either the library or the EA here. Just bear in mind that future ea updates will require you to re-download the library.

: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. 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.
User avatar
Wavegarrick
Trader
Posts: 1172
Joined: Sun Dec 30, 2012 11:21 am
Location: South Africa

Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

Post by Wavegarrick »

Okie Dokie,

I hold my head up high with these sets. Nothing turned out the way I wanted it to,,,I guess between all the tweaks I can call this acceptable. You should get much less trades with the latest sets, not more than 5 at any given time, and I trust more profitable.

We are heading into month end and the markets become more volatile, good or bad I dont know but yeah the nature of trading.

All trades closed and I look forward to next week. :good:
USDCHFWeekly 240317.png
Have a great weekend.

Cheers
Leon
You do not have the required permissions to view the files attached to this post.
Louisetano
Trader
Posts: 68
Joined: Thu Jan 01, 2015 9:42 am

Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

Post by Louisetano »

Hi Everyone, :hi:
The last 2 weeks I have tested this EA using TJF's setfile from page 2. I open Monday, London open and close all Friday, around London close.

This is on demo using 0.01 lot, please notice the equity line above the balance line, this is such a pretty sight :smile:

Great stuff. Thanks TJF and Steve :good:
You do not have the required permissions to view the files attached to this post.
sudhindragk
Trader
Posts: 45
Joined: Sat Nov 23, 2013 5:31 pm

Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

Post by sudhindragk »

Hi all,

This is my report for last one week on demo. TJF helped me a lot.

TJF has been always kind to lend me a helping hand. He is my go to man.

Heartfelt thanks to TJF ,Steve ,Leon and Panda. Following was on 17 to 18k GP global account.

I have closed it every day at around 7PM UK time.
You do not have the required permissions to view the files attached to this post.
User avatar
TraderJoeForex
Trader
Posts: 1157
Joined: Fri Mar 08, 2013 10:29 pm
Location: South London

Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

Post by TraderJoeForex »

Brilliant to see the good results mirrored here.

.. Initially I was thinking this strategy using FB and SuperSlope would be a solid counterpart to a hedged breakout grid system I was calling Flying Buddha Grid and still had my trendrangecombo hat on from last year thinking how to put these two ideas together.

Now I feel what we are developing together here could be all that we need. Simple is often best and with Peak High Low embodying the essence of Captain Jack's teachings thanks to Steve, SuperSlope representing Bob and Baluda's great minds and Flying Buddha some ancient wisdom .. this is a strong combo for sure.

Happy weekend everyone. Can't wait until Monday!

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

Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

Post by SteveHopwood »

V 1b is in post 1. No biggy, so no rush.

There are some inputs that are common to both Sixths and Buy Low, Sell High. I have put them in their own section in between the Sixths and the BLSH inputs.

I have updated the Sixths line display code in line with the Peak HiLo indi, so you will also see the NoOfBarsOnChart and Zoom_Level inputs as well.

Remember to redownload the core library if you decide to download 1b.

: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. 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.
kwchau
Trader
Posts: 305
Joined: Tue Jan 03, 2012 3:37 pm

Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

Post by kwchau »

This is a picture of my 4 day's results, it was unbelievably good. I did random closing to lock in profits. I'm using Steve's set.
You do not have the required permissions to view the files attached to this post.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

Post by SteveHopwood »

The latest version of the core library is at http://www.stevehopwoodforex.com/phpBB3 ... =87&t=5077. It acts in conjunction with a new piece of work by Rene. Please read, "Rene's HGBnD - MultiSymbol - Controller.mq4." in post 1 of the shell thread.

You only need the updated library if you intend using Rene's controller.

Thanks Rene. :clap: :clap: :clap: :clap: :clap: :clap: :clap:

: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. 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.
pipcruiser
Trader
Posts: 134
Joined: Wed Nov 16, 2011 8:24 am

Holy Graily Bob 'n Dotty 'n Super Slope 'n Flying Buddha

Post by pipcruiser »

My results since London open Monday.

Setfile from page 2.

Anyone have similar results?

Thx

PC
You do not have the required permissions to view the files attached to this post.
"Perfection is Achieved Not When There Is Nothing More to Add, But When There Is Nothing Left to Take Away"...
Post Reply

Return to “Thingy Bob EA's”