Request for new feature:
can you add a trade multiplier variable? Let me explain, as I'm not sure it is self evident.
If I'm reading the code right, it gets the current highest bid and then puts a sell order at that price. I'm looking for a variable that defaults to '1.0', which would be your standard behaviour. However,
if you set the variable to 1.01, then if the current high bid for WDC is .000152 then it would set the sell order to .00015352
I think this would help prevent the constant dive in prices, or at least allow those that want to use it to not contribute, and we can set a default 'up sell' value.
Thoughts?
This seems like a pretty good idea to me.
EDIT: Added, under 'Misc' as 'tradeMultiplier'. The default value is 1, in order to not change the current behaviour, but I feel like setting this to 1.01 as the default value might be a good idea once people are aware of it.