Some improvemements

This commit is contained in:
7u83
2017-02-05 10:01:13 +01:00
parent 35563f19c3
commit 270cab34dc
6 changed files with 52 additions and 62 deletions

View File

@ -238,9 +238,9 @@ public class RandomTrader extends AutoTrader {
Action a = getAction();
switch (a) {
case BUY:
return doBuy();
return doBuy()+1;
case SELL:
return doSell();
return doSell()+1;
}
// System.out.printf("%s: do nothing\n",this.getName());