Skip to content

Commit

Permalink
[Sync]: Frontend (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
abesheknarayan authored and PranavShriram committed Apr 3, 2021
1 parent a0a25fe commit 2298772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend
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 2298772

Please sign in to comment.