Temporary rebalancing for v0.47.0

This commit is contained in:
danielyxie 2019-05-19 14:04:36 -07:00 committed by danielyxie
parent 20ca7533b0
commit 99688b78c7
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

@ -3,7 +3,7 @@ import { PositionTypes } from "./data/PositionTypes";
import { CONSTANTS } from "../Constants";
// Amount by which a stock's forecast changes during each price movement
export const forecastChangePerPriceMovement = 0.1;
export const forecastChangePerPriceMovement = 0.01;
/**
* Given a stock, calculates the amount by which the stock price is multiplied