More rebalancing for stock market changes. Transactions now affect second-order forecast (very slightly)

This commit is contained in:
danielyxie
2019-06-09 15:12:33 -07:00
parent 00f8c0a51f
commit a15041da75
7 changed files with 134 additions and 21 deletions
+4 -4
View File
@@ -761,8 +761,8 @@ export const InitStockMetadata: IConstructorParams[] = [
min: 6,
},
shareTxForMovement: {
max: 84e3,
min: 24e3,
max: 70e3,
min: 20e3,
},
symbol: StockSymbols["Sigma Cosmetics"],
},
@@ -787,8 +787,8 @@ export const InitStockMetadata: IConstructorParams[] = [
min: 6,
},
shareTxForMovement: {
max: 64e3,
min: 18e3,
max: 52e3,
min: 15e3,
},
symbol: StockSymbols["Joes Guns"],
},