This commit is contained in:
danielyxie 2019-05-19 14:07:16 -07:00
commit 3660dde75f
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