Fixed yMultBuy and yMultSell
This commit is contained in:
parent
55b675086a
commit
c3e49735f0
|
|
@ -8,8 +8,8 @@ public final class Price {
|
||||||
private final int points;
|
private final int points;
|
||||||
|
|
||||||
private static final double[] xMult = {Integer.MIN_VALUE, -6000, -4000, -2000, -500, 500, 2000, 4000, 6000, Integer.MAX_VALUE};
|
private static final double[] xMult = {Integer.MIN_VALUE, -6000, -4000, -2000, -500, 500, 2000, 4000, 6000, Integer.MAX_VALUE};
|
||||||
private static final double[] yMultBuy = {0.5, 0.6, 0.75, 0.9, 1, 1.5, 2.5, 5, 10};
|
private static final double[] yMultBuy = {0.5, 0.67, 0.8, 0.9, 1, 1.5, 2.5, 5, 10};
|
||||||
private static final double[] yMultSell = {0.1, 0.2, 0.4, 0.7, 1, 1.25, 1.75, 2.5, 3};
|
private static final double[] yMultSell = {0.1, 0.2, 0.4, 0.67, 1, 1.1, 1.25, 1.5, 2};
|
||||||
|
|
||||||
public Price(double price) {
|
public Price(double price) {
|
||||||
this.price = price;
|
this.price = price;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user