Bob's Biggest Balls Ever

Post Reply
User avatar
McNish
Trader
Posts: 227
Joined: Tue Nov 06, 2012 3:56 pm

Re: Bob's Biggest Balls Ever

Post by McNish »

@ Frank : Thanks for the info. I had cross checked with Paul's Slope Values indi and the result was the same, no display on Auto:F, but good on True for my demo crim. But on another crims platform, display shows for either T/F on the slope indi. So it's more of an typical crim issue than a bug in the code.

@ Lifesys : So the solution worked for you I guess ?

Apart from that, mine has not taken any trade today though there have been some. Then again, maybe timing has something to do here. Or does the EA take trades as soon as it it set and not wait for a right timing of the market and let missed trades be missed trades. Yesterday, while I was trying around with the inputs of BBBE and getting futile attempts, at one instance, it took two trades immediately. Since then no luck at any trades. But my query stands, Does the EA take trades immediately after it is get to go or does it wait for the right market timing?
User avatar
Wiggy1965
Trader
Posts: 326
Joined: Fri Jan 04, 2013 11:58 am
Location: Melbourne - Australia

Re: Bob's Biggest Balls Ever

Post by Wiggy1965 »

Hi Steve,

I think this has been discussed however I'm in a Kiwi short scalp at the moment and was receiving the following two errors....

07:36:16 Bob's Biggest Balls Ever1g USDSEK,M5: Bob's Biggest Balls Ever1g 2766182 TradeManagementModule stop loss modification failed with error 1: no error
07:36:16 Bob's Biggest Balls Ever1g USDSEK,M5: Alert: Bob's Biggest Balls Ever1g 2766182 TradeManagementModule stop loss modification failed with error 1: no error

As the trade was profitable i add a trailing stop and the error changed to the following...
07:14:16 Bob's Biggest Balls Ever1g USDSEK,M5: Alert: Bob's Biggest Balls Ever1g 2766182 TradeManagementModule stop loss modification failed with error 1: no error
07:14:16 Bob's Biggest Balls Ever1g USDSEK,M5: Bob's Biggest Balls Ever1g 2766182 TradeManagementModule stop loss modification failed with error 1: no error

I hope this helps...

Paul
User avatar
ovisun
Trader
Posts: 63
Joined: Sun Mar 18, 2012 11:54 am
Location: Romania, Constanta

Re: Bob's Biggest Balls Ever

Post by ovisun »

Hi,
I set only trend trades to true and scalp to false, but still opened scalp trades.

Regards.
Image
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.

Re: Bob's Biggest Balls Ever

Post by SteveHopwood »

V 1h is in post 1.

Somehow the 'P' on the table morphed into a "|". No idea how. fmuir brought this up and provided the fix.

A bit more relevant is a change to the code that enforces a wait until all new D1 candles have formed. As previously coded, BBBE would sulk if your crim does not offer a pair you had forgotten to remove from your symbolsToTrade input. Fixed in 1h.

:D
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.
bazze

Re: Bob's Biggest Balls Ever

Post by bazze »

2013.01.17 22:37:28 Bob's Biggest Balls Ever(h) CADJPY,M15: symbol name for MarketInfo function must be a string
What does this mean?
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.

Re: Bob's Biggest Balls Ever

Post by SteveHopwood »

bazze wrote:2013.01.17 22:37:28 Bob's Biggest Balls Ever(h) CADJPY,M15: symbol name for MarketInfo function must be a string
What does this mean?
Nice one. Thanks. I typed some code in the wrong order. Fixed in V 1i in post 1.

Those of you who prefer the editing approach, to to void WaitForAllD1CandlesToForm()

Find the line of code that is AllFormed = true; (line 845)

The following line of code needs to be:

Code: Select all

if (OldD1OpenTimes[i] == iTime(symbolNames[i], PERIOD_D1, 0) && !CloseEnough(MarketInfo(symbolNames[i], MODE_BID), 0) )
:D
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.
bazze

Re: Bob's Biggest Balls Ever

Post by bazze »

Must say that you are pretty fast...Thank you very much,Steve :D
User avatar
Wiggy1965
Trader
Posts: 326
Joined: Fri Jan 04, 2013 11:58 am
Location: Melbourne - Australia

Re: Bob's Biggest Balls Ever

Post by Wiggy1965 »

Steve,

Still getting the below error on a EURAUD 10.3 Scalp trade that i have just entered...

13:48:01 Bob's Biggest Balls Ever1i USDZAR,H1: Alert: Bob's Biggest Balls Ever1i 27857975 TradeManagementModule stop loss modification failed with error 1: no error
13:48:01 Bob's Biggest Balls Ever1i USDZAR,H1: Bob's Biggest Balls Ever1i 27857975 TradeManagementModule stop loss modification failed with error 1: no error

This is my BBBE Set File...

eai=----EA inputs----
ShowIndiTable=1
ShowUsualChartFeedback=1
SetFileName=All Sessions
ThisInstanceIsMaster=1
CriminalIsECN=0
sct=----10.3 scalp trading----
ScalpTrading=1
ScalpLot=0.01000000
ScalpTakeProfitPips=50
ScalpStopLossPips=20
ScalpMagicNumber=191
ScalpTradeComment=10.3 scalp
MaxScalpSpread=5.00000000
ssl=--Slope for scalping--
ScalpSlopeTF=240
ScalpBuyLevel=0.00000000
ScalpSellLevel=0.00000000
jui=----Jump inputs----
JumpScalpTrades=1
JumpTrendTrades=1
JumpIncrementPips=10
NegativeIncrementPips=0
PositiveIncrementPips=100
trt=----10.2A trend trading----
TrendTrading=1
MaxTrades=6
EnforceTriplePivotIntegrity=1
TrendLot=0.01000000
TrendTakeProfitPips=200
TrendStopLossPips=100
TrendMagicNumber=192
TrendTradeComment=10.2A Trend
MaxTrendSpread=10.00000000
tsl=--Slope for Trending--
TrendSlopeTF=1440
TrendBuyLevel=0.40000000
TrendSellLevel=-0.40000000
ttm=--Trend trade management--
BE=Break even settings
BreakEven=1
BreakEvenPips=50.00000000
BreakEvenProfit=10.00000000
HideBreakEvenStop=0
PipsAwayFromVisualBE=100.00000000
JSL=Jumping stop loss settings
JumpingStop=1
JumpingStopPips=50.00000000
AddBEP=0
JumpAfterBreakevenOnly=1
HideJumpingStop=1
PipsAwayFromVisualJS=100.00000000
pcbe=PartClose settings can be used in
pcbe1=conjunction with Breakeven settings
PartCloseEnabled=0
Close_LotsFract=0.50000000
trh=----Trading hours----
tr1=tradingHours is a comma delimited list
tr1a=of start and stop times.
tr2=Prefix start with '+', stop with '-'
tr2a=Use 24H format, local time.
tr3=Example: '+07.00,-10.30,+14.15,-16.00'
tr3a=Do not leave spaces
tr4=Blank input means 24 hour trading.
tradingHours=
opf=----Optional filters----
adxin=--Adx--
UseFilter_ADX=1
ADXAvPeriod=14
UseH1ADX=1
H1ADXThres=0
UseH4ADX=1
H4ADXThres=0
UseD1ADX=1
D1ADXThres=0
UseW1ADX=1
W1ADXThres=0
FilterReversals=1
ADXReverseThres=15
doj=--Doji--
UseFilter_Doji=1
DojiFractPercent=65
bf=----Trading balance filters----
UseZeljko=1
OnlyTradeCurrencyTwice=1
pts=----Swap filter----
CadPairsPositiveOnly=1
AudPairsPositiveOnly=1
NzdPairsPositiveOnly=1
OnlyTradePositiveSwap=0
amc=----Available Margin checks----
sco=Scoobs
UseScoobsMarginCheck=0
fk=ForexKiwi
UseForexKiwi=1
FkMinimumMarginPercent=1500
mis=----Odds and ends----
DisplayGapSize=0
ind=-----Indicator inputs-----
autoSymbols=0
symbolsToTrade=GBPJPY,EURAUD,GBPUSD,EURJPY,AUDJPY,USDJPY,EURUSD,AUDNZD,NZDUSD,AUDUSD,EURGBP,XAUUSD
autoSuffix=1
sortSymbolNames=1
addSundayToMonday=0
shiftDayChange=1
hoursFromGMT=2
ppf=-----Pip factors-----
pipFactor100=JPY,XAG,SILVER,BRENT,WTI
pipFactor10=XAU,GOLD,SP500
pipFactor1=UK100,WS30,DAX30,NAS100,CAC400
tsBM=-----10.3-----
dis=-----Display-----
useTextOnly=0
colorNeutral=16777215
colorPosOrLong=9419919
colorNegOrShort=6053069
gridLineCount=3
gridLineColor=5197615
dva=Display variables
showDP=1
showDO=1
showWP=1
showMP=0
showDirection=0
showOrder10.2a=1
showOrder10.3=1
showPipFactor=0
showAdx=1
AdxBullThreshold=50
fon=-----Font inputs-----
nonPropFont=Lucida Console
fontSize=10
col=-----Colors-----
headerColor=65535
bodyColor=55295

At this stage i have turned the jump trade management off on BBBE and are considering adding MPTM to manage my BBE trades....

Any Help Would be appreciated...

Regards
Wiggy - aka Paul
User avatar
McNish
Trader
Posts: 227
Joined: Tue Nov 06, 2012 3:56 pm

Re: Bob's Biggest Balls Ever

Post by McNish »

@ Wiggy : I guess the error means that the SL settings ( either, BE, SL, TSL or JSL ) are closer than allowed by your broker. I too had the same error so the suggestion is just my 2 cents.
User avatar
Wiggy1965
Trader
Posts: 326
Joined: Fri Jan 04, 2013 11:58 am
Location: Melbourne - Australia

Re: Bob's Biggest Balls Ever

Post by Wiggy1965 »

Thanks McNish, does the EA identify a pip as one digit or two..? So for exsample, 2 pips would be represented as 2 or 20.....It's just my broker (and many others) represent to pips as 20....

I'm experimenting with both, but a clear answer would be of help...

Wiggy
Post Reply

Return to “Automated trading systems”