当前位置:天才代写 > 作业代写,留学生作业代写-北美、澳洲、英国等靠谱代写 > build an exchange代写 TCP server代写 code代写 Assignment代写

build an exchange代写 TCP server代写 code代写 Assignment代写

2020-09-30 17:45 星期三 所属: 作业代写,留学生作业代写-北美、澳洲、英国等靠谱代写 浏览:985

build an exchange代写

Weekly Assignment – Session 6 – 35 pts

build an exchange代写 A trader (Sir Liquidity from London) has a lot of liquidities and wants to get rid of them. Another trader

Goal: The goal of this project is to build an exchange for two traders.

Special Notebuild an exchange代写

1. This assignment focuses on client/server and numpy

Description build an exchange代写

A trader (Sir Liquidity from London) has a lot of liquidities and wants to get rid of them. Another trader (Mr Long from Chicago) wants to buy only when the moving average of the last 10 values have been increasing 3 times in a row.

Since they don’t want to trade directly because they prefer staying anonymous, they need to use an exchange. This exchange will be located in New York.

This exchange is very simple and is not a real one. It will be receiving the price given by Sir Liquidity and will transfer this price to Mr Long.build an exchange代写

Mr Long will calculate the moving average for the last 10 received values. If this moving average increases three times, Mr Long believes that the price will increase again and will send an order to the exchange.

The exchange only accepts “BUY” and “SELL” from Mr Long and the prices from Mr Liquidity. The exchange only sends prices to Mr Long and sends “BUY” and “SELL” to Mr Liquidity.

Mr Liquidity will send price following the uniform distribution defined by this numpy vector.

>>> np.random.seed(12345)

>>> sampl = np.random.uniform(low=12.5, high=14.5, size=(10,))

Please don’t forget the seed(12345) otherwise your results will be different. You should have the first 10 elements of your vector as the following:

>> print sampl

[ 14.35923219 13.13275111 12.86783762 12.90912056 13.63545006

13.69108941 14.42902904 13.80635419 13.99781328

13.80713974]

These two parts will be running using different code.build an exchange代写

So you need to have 3 different files (exchange.py, long.py, liquidity.py)

build an exchange代写
build an exchange代写

Part 1 (10 pts) – Exchange (exchange.py)build an exchange代写

Create a class Exchange accepting two connections (Mr Long and Sir Liquidity). This class is a TCP server accepting two connections.

This exchange will:

  • Accept two connections on the port 9999 (Mr Long) and 9998 (SirLiquidity)
  • Receive prices from Sir Liquidity (there is no side, noquantity)
  • Send prices to Mr Long (there is no side, noquantity)
  • Receive “SELL” or “BUY” from MrLong
  • Send “SELL” or “BUY” to SirLiquidity

Part 2 (10 pts) – Mr Long (long.py)build an exchange代写

Create a class Long. This class:

  • Connect to the server Exchange using the port9999
  • Receive prices from theExchange
  • Calculate moving average for the last 10points
  • When the moving average increases 3 times, sends “BUY” to the exchange for the price trigging this
  • When a BUY has been sent, Mr Long wait for a drop in the price and sends “SELL” to the exchange
  • When Mr Long already sends a “BUY” he cannot sends another “BUY”, the only order he can send is“SELL”
  • When Mr Long sends a sell he will calculate the gain or the loss and will accumulate that in the variable“balance”build an exchange代写

Part 3 (10 pts) – Sir Liquidity (liquidity.py)build an exchange代写

Create a class Liquidity. This class:

  • Connect to the server Exchange using the port9998
  • Send prices reading the vector of prices generated using numpy. The size of this vector should be 500. The speed to send a price will be every
  • When a “BUY” has been received, Mr Long records the price and when a “SELL” is received, he will calculate how much money he won or loss and it will store his balance in the variable“balance”

Part 4 (5 pts) – Verification build an exchange代写

When Sir Liquidity and Mr Long are done trading (after 500 prices), they display their Profit and Loss (P&L). The absolute value of balance for these two people must be the same (of course one of them will lose money and the other will make money).

The exchange doesn’t need to keep track of the P&L.

build an exchange代写
build an exchange代写

更多其他:计算机代写 lab代写 program代写 python代写 作业代写 code代写 C语言代写 homework代写 加拿大代写 算法代写 金融代写

合作平台:天才代写 幽灵代写 写手招聘 Essay代写

 

天才代写-代写联系方式