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
r1ch4rd
Trader
Posts: 137
Joined: Fri Jan 20, 2012 2:19 pm
Location: Cambridge, UK

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

Post by r1ch4rd »

Your work, as always, is appreciated Steve, thank you. :good:
User avatar
wolfeman
Trader
Posts: 143
Joined: Thu Nov 17, 2011 6:15 am
Location: Slumming it in sunny California

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

Post by wolfeman »

puffoley » Tue Apr 25, 2017 2:28 am wrote: When i drag it onto the chart noting happen, same problem with MPTM or MADDY. So weird... Ithink it can be because i'm working on Mac but i had no problem untill now. Every EA is in the browser on the left but every EA coming from the forum is not working. When i compiled them i have no error.
I had the exact same problem. Even deleted all, re-downloaded and tried again on a different platform; no luck. I am aware that others are having problems with the latest Empty4 update to v1065; so I found an older platform that had been sitting on my desktop that was still v1045. You have to set it to "skipupdate" so it stays on v1045. I did that and the bot loaded right up.
In the attached icon properties, change the target to- terminal.exe " /skipupdate (don't omit the space between the " and /.... Now it will work :-)
Well shoot: it's been a while since I've posted here and I can't remember how to attach an image- sorry.
target.JPG
There ya go; thanks Tommaso :-)
You do not have the required permissions to view the files attached to this post.
Last edited by wolfeman on Fri May 05, 2017 7:50 am, edited 2 times in total.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

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

Post by milanese »

wolfeman » Fri May 05, 2017 7:26 am wrote:
I had the exact same problem. Even deleted all and tried again on a different platform; no luck. I am aware that others are having problems with the latest Empty4 update to v1065; so I found an older platform that had been sitting on my desktop that was still v1045. You have to set it to "skipupdate" so it stays on v1045. I did that and the bot loaded right up.
In the attached icon properties, change the target to- terminal.exe " /skipupdate (don't omit the space between the " and /.... Now it will work :-)
Well shoot: it's been a while since I've posted here and I can't remember how to attach an image- sorry.
Just read there http://www.stevehopwoodforex.com/phpBB3/kb.php?a=2

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
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 » Fri Apr 28, 2017 7:16 pm wrote:Next step for me is to look at the default offsetting set and my grid + sixths set on multiple pairs and I will test this for May...
1st week of May multipair test...
You do not have the required permissions to view the files attached to this post.
User avatar
cozybooks
Trader
Posts: 301
Joined: Wed Mar 27, 2013 1:33 am

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

Post by cozybooks »

While on vacation last week, I left my notebook running my Empty4 tests with instructions to Windows 10 not to apply updates or restart my notebook, which of course it did. So I don't have valid results, but I found during April, the GBPUSD 30 Minute and 4-Hour timeframes made modest money for the month, the 15-minute and 1-hour lost money.

For the remainder of May, I will be testing a strategy very close to what I hope to trade live.
Four pairs: GBPUSD, EURJPY, AUDCHF, then adding GBPJPY.

15 Minute, 1-Hour, and 4-Hour timeframes.
Filter will be Super Slope two timeframes higher than trading timeframe, 21 periods,100 ATR with a 0.4 threshold.
Example: 4-hour TF, SS filter will be Weekly 21/100 with 0.4 for the threshold.
SS must be > 0.4 for Buy, less than -0.4 for a sell.

No hedging, no grid, no sixths, no close on opposite signal.

One set of tests of the above will have TP and SL of approx. 1.0x the ATR of the SS Filter TF.
Second set of tests will have TP and SL of approx 2.0x the ATR of the SS Filter TF.

I'll let the trades run until they either hit their TP or SL.

I'll report back on how this goes.

The live manual version I will be trading during May is the 4-hour TF just like above, but I'll be trying to close whenever I get two opposite FB signals in a row. I'll report back if this holds any promise.

Thanks to everyone, especially Steve for the endless work he puts into all of the coding!
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 »

I just noticed that the Diad module had sent a second UJ buy but only moved the sl of the first to breakeven. This was caused by a really basic bloop in the code - fixed in the updated library in the usual place. This could apply to the manual helpers as well, so I will check those this evening.

Easiest DIY fix in the world. Line 7742:
for (int cc = OpenTrades - 1; cc >= 0; cc--)

should be
for (int cc = OrdersTotal() - 1; cc >= 0; cc--)

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

I just noticed the same bloop at line 7759.

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

Kenny spotted a cosmetic bloop in the core library. Details at http://www.stevehopwoodforex.com/phpBB3 ... 85#p153685 and DIY fix in the next post.

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

...Multipair test last week:
Screenshot 2017-05-12 22.59.42.png
.. And last two weeks combined:
You do not have the required permissions to view the files attached to this post.
User avatar
cozybooks
Trader
Posts: 301
Joined: Wed Mar 27, 2013 1:33 am

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

Post by cozybooks »

TraderJoeForex, what great results! I have all losers for the week, except for a separate EA being run by my cat Popoki :smile: . Everyone says he's smarter than me, so I guess it's true.

I'm running 15 Min. 1 Hour and 4 Hour tests on four different pairs, SS filter two TF's above the trading TF, set to 21 periods, 100 ATR. Once a trade is entered, it runs until a TP or SL is hit (these are based roughly on the ATR values of the pairs).

Poor results, but I will trudge forward. Cat Popoki ran his EA on another computer as well, and it made money there for the week. I will expand Popoki's tests next week so he can compete side by side with me on the same pairs and TF's. He is using an old EA shell from Steve from last year that uses the FB signal with some other filters. If he continues to make money, I'll report back to Steve. :mrgreen:
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “Thingy Bob EA's”