Removed stock market price movement. Now only forecast is influenced by big transactions

This commit is contained in:
danielyxie
2019-05-22 19:12:06 -07:00
parent 6effda29a9
commit c485fdfa87
13 changed files with 236 additions and 754 deletions

View File

@@ -22,8 +22,6 @@ access even after you 'reset' by installing Augmentations
getStockBidPrice() <tixapi/getStockBidPrice>
getStockPosition() <tixapi/getStockPosition>
getStockMaxShares() <tixapi/getStockMaxShares>
getStockPurchaseCost() <tixapi/getStockPurchaseCost>
getStockSaleGain() <tixapi/getStockSaleGain>
buyStock() <tixapi/buyStock>
sellStock() <tixapi/sellStock>
shortStock() <tixapi/shortStock>