Skip to content

Commit

Permalink
[Fix] : Alter stock price weight constants
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavShriram committed Apr 3, 2021
1 parent 5e12d96 commit 6226275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/Constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const BUY_FROM_EXCHANGE_LIMIT = 20
const ORDER_PRICE_WINDOW = 20
const MINIMUM_ORDER_PRICE = 10
const ORDER_FEE_PERCENT = 3
const STOCK_AVERAGE_PERCENT = 1
const MAX_AVERAGE_STOCK_COUNT = 3
const STOCK_AVERAGE_PERCENT = 2
const MAX_AVERAGE_STOCK_COUNT = 20

const STARTING_CASH = 200000

Expand Down

0 comments on commit 6226275

Please sign in to comment.