tradebase / ga-bitbot-revived

Automatically exported from code.google.com/p/ga-bitbot-revived
GNU General Public License v3.0
1 stars 0 forks source link

Constant bids should be placed after gene based bids #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using a constant bid and a gene_def that results in trades, the constant 
bid orders are placed prior to the gene based ones, potentially resulting in a 
lack of funds situation for the bid closer to the current actual price.

Desired outcome:

likely easier method - change order of bid placing in bcbookie.py to place gene 
orders first, and place constant bids after all else.

proper fix, likely more difficult - provide a mechanism for giving constant 
bids a priority, as the gene_defs have, allowing custom prioritizing to include 
the constant bid.

Original issue reported on code.google.com by anderson...@gmail.com on 24 Jan 2014 at 12:53