forextraderaz » Sat Nov 29, 2014 10:00 pm wrote:Thanks, the h4 setfile on page 35 is the one I am currently running.
Secret Bob's Basket
-
trader689
- Trader
- Posts: 674
- Joined: Thu Nov 17, 2011 12:53 am
Secret Bob's Basket
oh ok. on my global prime demo, although not blitzing the number of trades, is far from infrequent
-
geoffins
- Posts: 1
- Joined: Tue Nov 25, 2014 4:56 pm
- Location: Brisbane, Australia
Secret Bob's Basket
Thanks to all who have contributed to this beast of an EA. I haven't posted here before, but have been lurking reading manuals and trying out some demo's, etc.
I have been running something very similar to the H4 set file Steve attached earlier in this thread with SBB and tonight (in Aus) have been alerted with a stack of errors on the demo in trying to open GBFCHF SELL trades with negative TPs. Anyone else get them?
I have had 4 normal trades (currently up 200+ pips) before this repeated error Alert in trying to open the GBFCHF trades "invalid price for trade function" or something similar
The problem is what is happening in the CalculateTakeProfit() function. The calculation of (TakeProfit / factor) in the SELL portion of the function is greater than the price, meaning the take value is negative.
I haven't had a good chance to work out which of "TakeProfit" and "factor" are causing issue here but I believe it is with the external variable AtrTpMultiplier that I had set to 1.0 (as in Steve's set file). Setting it to 0 relieves the error.
Can anyone brighter than I spot something that is up with CalculateTakeProfit() function in general? Or is it just values under 0.1 that are meant to go into AtrTpMultiplier and 1.0 was quite large and as such caused issue.
Sorry in advance if this post is in noob land. Just thought I'd mention it incase there are people running it live with TP errors to their trades. I hope to have some more time in the code of this beast over the coming week to take a better look at this issue.
Cheers all.
I have been running something very similar to the H4 set file Steve attached earlier in this thread with SBB and tonight (in Aus) have been alerted with a stack of errors on the demo in trying to open GBFCHF SELL trades with negative TPs. Anyone else get them?
I have had 4 normal trades (currently up 200+ pips) before this repeated error Alert in trying to open the GBFCHF trades "invalid price for trade function" or something similar
The problem is what is happening in the CalculateTakeProfit() function. The calculation of (TakeProfit / factor) in the SELL portion of the function is greater than the price, meaning the take value is negative.
I haven't had a good chance to work out which of "TakeProfit" and "factor" are causing issue here but I believe it is with the external variable AtrTpMultiplier that I had set to 1.0 (as in Steve's set file). Setting it to 0 relieves the error.
Can anyone brighter than I spot something that is up with CalculateTakeProfit() function in general? Or is it just values under 0.1 that are meant to go into AtrTpMultiplier and 1.0 was quite large and as such caused issue.
Sorry in advance if this post is in noob land. Just thought I'd mention it incase there are people running it live with TP errors to their trades. I hope to have some more time in the code of this beast over the coming week to take a better look at this issue.
Cheers all.
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Secret Bob's Basket
Hehe. Forum crossed wires because Tommaso deleted the post I was flaming whilst I was flaming it.renexxxx » Tue Dec 02, 2014 11:21 pm wrote:Not sure if you are in the correct thread ... this is the SBB thread, not the 'Pipcruiser's Pipmasher' thread.SteveHopwood » Wed Dec 03, 2014 9:07 am wrote:Thingy is, this was a 'private' ea that pc commissioned me to code for him. It works on our platforms.
Thanks anyhow.
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.
-
Radar
- Trader
- Posts: 437
- Joined: Fri Mar 23, 2012 5:39 pm
- Location: Round the bend ;)
Secret Bob's Basket
Hey Gang,
Just started playing with this baby on Monday morning (Dec 1st, 2014), as I wasn't able to run multiple instances on the same account until Steve made the changes to enable it (I tried, but my eyes glazed over).
I currently have 8 instances running on H1, each focused on a single currency, (e.g. instance 1 is all AUD pairs, instance 2 is all EUR pairs, etc), and currently have a total profit of 350 Pips (that's both closed trades, and current open trades).
The idea behind having single-currency groups is that I can keep them running on Demo, and when there's a run on any particular currency, I can pop that setfile onto my live account, 'til the run ends, then just pull the bot 'til the next currency starts running.
Currently, the settings are the same for each group, but I will begin adjusting them next week. I've attached one setfile (AUD group).
One last thing about currency groups... I don't trade EURCHF, as the narrow range, and wide spread on my br0ker makes it too unprofitable to bother with, so whilst the other currency groups have 7 pairs, both the CHF and the EUR groups only have 6 pairs.
I had to make a minor change in int OnInit() to stop instances closing each others' charts, from line 463...
...to...
I also modified the TrailingStop code so that we no longer get Error 130. For version 1p without the above change, go to line 2877 (if you've already made the change to OnInit(), go to 2879), and replace this...
...with this...
Then go to line 2892 (or, if you've already made the change to OnInit(), go to 2894) and change this...
...to this...
No more "BINGBINGBINGBING!" 
Anyroad, that me for the night
I'll post results on the weekend, and will update setfiles when the tunings have been improved.
Have fun!
Radar =8^)
Just started playing with this baby on Monday morning (Dec 1st, 2014), as I wasn't able to run multiple instances on the same account until Steve made the changes to enable it (I tried, but my eyes glazed over).
I currently have 8 instances running on H1, each focused on a single currency, (e.g. instance 1 is all AUD pairs, instance 2 is all EUR pairs, etc), and currently have a total profit of 350 Pips (that's both closed trades, and current open trades).
The idea behind having single-currency groups is that I can keep them running on Demo, and when there's a run on any particular currency, I can pop that setfile onto my live account, 'til the run ends, then just pull the bot 'til the next currency starts running.
Currently, the settings are the same for each group, but I will begin adjusting them next week. I've attached one setfile (AUD group).
One last thing about currency groups... I don't trade EURCHF, as the narrow range, and wide spread on my br0ker makes it too unprofitable to bother with, so whilst the other currency groups have 7 pairs, both the CHF and the EUR groups only have 6 pairs.
I had to make a minor change in int OnInit() to stop instances closing each others' charts, from line 463...
Code: Select all
//Create individual charts with the correct tf and indi loaded.
if (ShowIndividualCharts)
OpenCharts();
//Close charts that are not in the tradable pairs list
CloseUnwantedCharts();Code: Select all
//Create individual charts with the correct tf and indi loaded.
if (ShowIndividualCharts)
{
OpenCharts();
//Close charts that are not in the tradable pairs list
CloseUnwantedCharts();
}Code: Select all
if (bid >= sl + (TrailingStopPips / factor) )//GeorgeCode: Select all
if ((bid - MarketInfo(OrderSymbol(), MODE_STOPLEVEL)) >= sl + (TrailingStopPips / factor) )//GeorgeCode: Select all
if (bid <= sl - (TrailingStopPips / factor))//GeorgeCode: Select all
if ((bid + MarketInfo(OrderSymbol(), MODE_STOPLEVEL)) <= sl - (TrailingStopPips / factor))//GeorgeAnyroad, that me for the night
Have fun!
Radar =8^)
You do not have the required permissions to view the files attached to this post.
Check out my new, (well, old now), manual trade & automatic scale-in manager,
StackManV2
StackManV2
- retireme
- Trader
- Posts: 131
- Joined: Fri May 11, 2012 6:37 am
Secret Bob's Basket
Here is my update for SBB:
M15, lot size 0.05, Trend trades only, everything else is OOTB, closing both manually and automatically
Started 28/11/2014
387 trades (yes, it's a lot of trades)
9056 pips (yes, it's a lot of pips)
-537 floating pips
0.9% commission
0.3% swaps
2.95% DD
88.4% to 11.6% win/loss ratio
Two big SL events in the last 2 days - GBPCHF(1) & EURCAD(3) taking >4% with them but still sitting with a 19.5% gain after all outgoings.
Rgds
RM
PS Did I mention that SBB is an amazing piece of work?
M15, lot size 0.05, Trend trades only, everything else is OOTB, closing both manually and automatically
Started 28/11/2014
387 trades (yes, it's a lot of trades)
9056 pips (yes, it's a lot of pips)
-537 floating pips
0.9% commission
0.3% swaps
2.95% DD
88.4% to 11.6% win/loss ratio
Two big SL events in the last 2 days - GBPCHF(1) & EURCAD(3) taking >4% with them but still sitting with a 19.5% gain after all outgoings.
Rgds
RM
PS Did I mention that SBB is an amazing piece of work?
To raise new questions, new possibilities, to regard old problems from a new angle, requires creative imagination and marks real advance in science. - Albert Einstein
-
OneandOnly666
- Trader
- Posts: 14
- Joined: Fri Mar 16, 2012 10:16 pm
Secret Bob's Basket
Having a strange problem.
The Bob H4 Trend differs between live and demo accounts.
I am using the same set files on both demo and live and running them on H4.
But on my live account audchf, audnzd, audusd and cadchf the H4 trend is up. On my demo they are down.
Is it the feed from my broker that differs or is it something else?
The MA indicator isnt even visable on the charts on my live account, but i can see it clearly on my demo.
Right now SBB is taking trades in different directions according to Bobs H4 trend.
Any thoughts about this?
//Thomas
The Bob H4 Trend differs between live and demo accounts.
I am using the same set files on both demo and live and running them on H4.
But on my live account audchf, audnzd, audusd and cadchf the H4 trend is up. On my demo they are down.
Is it the feed from my broker that differs or is it something else?
The MA indicator isnt even visable on the charts on my live account, but i can see it clearly on my demo.
Right now SBB is taking trades in different directions according to Bobs H4 trend.
Any thoughts about this?
//Thomas
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Secret Bob's Basket
It looks like you have maybe not enough bars on your live platform..OneandOnly666 » Wed Dec 03, 2014 4:43 pm wrote:Having a strange problem.
The Bob H4 Trend differs between live and demo accounts.
I am using the same set files on both demo and live and running them on H4.
But on my live account audchf, audnzd, audusd and cadchf the H4 trend is up. On my demo they are down.
Is it the feed from my broker that differs or is it something else?
The MA indicator isnt even visable on the charts on my live account, but i can see it clearly on my demo.
Right now SBB is taking trades in different directions according to Bobs H4 trend.
Any thoughts about this?
//Thomas
Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
-
OneandOnly666
- Trader
- Posts: 14
- Joined: Fri Mar 16, 2012 10:16 pm
Secret Bob's Basket
Made the candles smaller on the chart and then back again to normal size, that helped. Now I have the MA visable on the chart. I set the bars to 50000 and restarted the platform. Now they are the same on live and demo and the Bob H4 Trend shows the same on the screen.
But that doesnt help the trades that were taken in the wrong direction earlier.
Guess its my own fault that I didnt check the bars before.
Thanks for the help Tommaso.
//Thomas
But that doesnt help the trades that were taken in the wrong direction earlier.
Guess its my own fault that I didnt check the bars before.
Thanks for the help Tommaso.
//Thomas
- pacinvest
- Trader
- Posts: 150
- Joined: Tue May 15, 2012 10:24 am
- Location: Whangarei, New Zealand
Secret Bob's Basket
Greetings Everyone
I am just popping in here with a little report on using higher timeframe Stoch as filter for SBB. My results on H1 and H4 over the last several weeks trying a couple of approaches have been mixed probably not doing as well as some people's results with straight trend trading settings on SBB.
The reason is that the stoch overbought over sold signal is at times very effective as a filter and at other time it is poor or even misleading. Why? The experts here will know that the stoch oscillator can be beautifully in snyc with PA in the timeframe you are trading, but at other times PA is changing and relationship with higher timeframes is changing and at these times the value of the stoch is not so good. This is fundamental to a backwards looking oscillator indy.
I finished my trials with the SBB stoch filter thinking there was merit in a slope of stoch as a filter or perhaps a simple MA based filter to keep us out of those retraces.
AND THEN out of the blue Holy Grail arrived. While I was attempting to work with the stoch filter Bob and the Holy Grail were putting the final touches on the Holy Grail indy which has a far superior concept and does the impossible in identifying trend, range, and breakout conditions.
Conclusion stoch filter and SBB work on hold for me, all my resources are going into trading Holy Grail and testing Steve's Holy Grail EA.
A huge thanks Steve for letting me do this work with SBB and stoch filter, I learned a lot. Anyone else can repeat the process anytime with SBB. And Steve your latest work and options in Holy Graily Bob v1k goes beyond anything I've seen before - truly impressive. Let's get trading.
I am just popping in here with a little report on using higher timeframe Stoch as filter for SBB. My results on H1 and H4 over the last several weeks trying a couple of approaches have been mixed probably not doing as well as some people's results with straight trend trading settings on SBB.
The reason is that the stoch overbought over sold signal is at times very effective as a filter and at other time it is poor or even misleading. Why? The experts here will know that the stoch oscillator can be beautifully in snyc with PA in the timeframe you are trading, but at other times PA is changing and relationship with higher timeframes is changing and at these times the value of the stoch is not so good. This is fundamental to a backwards looking oscillator indy.
I finished my trials with the SBB stoch filter thinking there was merit in a slope of stoch as a filter or perhaps a simple MA based filter to keep us out of those retraces.
AND THEN out of the blue Holy Grail arrived. While I was attempting to work with the stoch filter Bob and the Holy Grail were putting the final touches on the Holy Grail indy which has a far superior concept and does the impossible in identifying trend, range, and breakout conditions.
Conclusion stoch filter and SBB work on hold for me, all my resources are going into trading Holy Grail and testing Steve's Holy Grail EA.
A huge thanks Steve for letting me do this work with SBB and stoch filter, I learned a lot. Anyone else can repeat the process anytime with SBB. And Steve your latest work and options in Holy Graily Bob v1k goes beyond anything I've seen before - truly impressive. Let's get trading.
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Secret Bob's Basket
To an extent I endorse this.pacinvest » Sun Dec 07, 2014 9:09 pm wrote:Greetings Everyone
I am just popping in here with a little report on using higher timeframe Stoch as filter for SBB. My results on H1 and H4 over the last several weeks trying a couple of approaches have been mixed probably not doing as well as some people's results with straight trend trading settings on SBB.
The reason is that the stoch overbought over sold signal is at times very effective as a filter and at other time it is poor or even misleading. Why? The experts here will know that the stoch oscillator can be beautifully in snyc with PA in the timeframe you are trading, but at other times PA is changing and relationship with higher timeframes is changing and at these times the value of the stoch is not so good. This is fundamental to a backwards looking oscillator indy.
I finished my trials with the SBB stoch filter thinking there was merit in a slope of stoch as a filter or perhaps a simple MA based filter to keep us out of those retraces.
AND THEN out of the blue Holy Grail arrived. While I was attempting to work with the stoch filter Bob and the Holy Grail were putting the final touches on the Holy Grail indy which has a far superior concept and does the impossible in identifying trend, range, and breakout conditions.
Conclusion stoch filter and SBB work on hold for me, all my resources are going into trading Holy Grail and testing Steve's Holy Grail EA.
A huge thanks Steve for letting me do this work with SBB and stoch filter, I learned a lot. Anyone else can repeat the process anytime with SBB. And Steve your latest work and options in Holy Graily Bob v1k goes beyond anything I've seen before - truly impressive. Let's get trading.
SBB - yes completely agree. I was going to replace it with SB. SBB is excellent. SB is even better. Given patience, Pipcruiser's Pipmasher may make them both look silly.
Moving on, I recommend people transfer their attention to HGI/HGB, SB and PP in that order. Which one you settle on finally as your live trading bot will depend on your personal feelings. Whatever you decide, one of these three (or maybe two or all) will suit you best. They are all fantastic. Actually, so is SBB.
Have fun playing with them 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.