Tranz made a change in HBN to make the split threshold to 2500. Let's hope he does the same for cap...
Nice. Considering the total number of coins the split treshold should be atleast 7500 for bottlecaps. This small change would make it much easier to stake. Hope Tranz have some time for caps soon.

I would agree... but 2500 would be an improvement over what it is now... 5000 or 7500 would be great... automation of everything leaves people, myself included, to just leave the wallet open all the time.
Try putting splitstaketheshold=7500 into .conf file
Which isn't going to help with Bottlecaps.
From memory the relevant switches in Bottlecaps are splitthreshold and combinethreshold.
The limits of these depend on where they are set, which is slightly mad.
In the .conf or command line the max is (IIRC) 200/400 whilst via the RPC is walletbalance/500 and walletbalance/250 respectively.
So to set these to maximum you would need to type into the debug window,
splitthreshold 9999999999
and
combinethreshold 9999999999
And repeat every time you restart the wallet. Alternatively you could have a script that sends the RPC commands at start up.