The sample question for Interview a job in Binary.com. Here I try to write a web application which is automatically gather data, calculate, forecast, place orders, settlement and also P&L report from tip-to-toe. Here I also conducting few research tasks to test the efficiency of some statistical models, and also refer to a Master Degree level quantitave assignment as my studies. Hope that I can be shortlisted to be a member of Binary.com.
I use daily OHLCV USDJPY data (from 2014-01-01 to 2017-01-20) and application of some models to forecast the highest and lowest price :
- Auto Arima models
- Exponential Time Series
- Univariate Garch models
- Exponential Weighted Moving Average
Monte Carlo Markov ChainBayesian Time SeriesMidas
Kindly refer to Binary.com Interview Q1 (Old link or Alternate link) for more information.
Here I wrote another extention page for Q1 which is analyse the multiple currencies and also models from minutes to daily. You are feel free to browse over Binary.com Interview Q1 (Extention) or (Alternate link).
Here I also find the optimal arma order for GARCH models as you can refer to GARCH模型中的ARMA(p,d,q)
参数最优化.
Besides, I wrote a shinyApp which display the real-time price through API. Kindly refer to Q1App where Q1App2 is another app for financial value betting.
Blooper...
Initially, I wrote a shiny app (as showing in below gif file) but it is heavily budden for loading. Kindly browse over ShinyApp which contain the questions and answers of 3 questions. For the staking model, I simply forecast the highest and lowest price, and then :
- Kelly criterion and using highest or lowest price for closing transaction, otherwise using closing price if the forecasted lowest/highest price is not occur.
- Placed $100 an each of the forecasted variance value and do the settlement based on the real variance value.
Secondly, I wrote another app testRealTimeTransc trial version to test the real time trading, and a completed version is Q1App2.
Due to the paper Binary.com Interview Q1 - Tick-Data-HiLo For Daily Trading (Blooper) simulated the data and then only noticed I not yet updated the new function, then I wrote GARCH模型中的ARMA(p,d,q)
参数最优化 to compare the accuracy. However my later paper simulated dataset doesn't save the
- shinyApp :
shiny::runGitHub('englianhu/binary.com-interview-question')
- Application which compare the accuracy of multiplelasso
,ridge
andelastic net
models (blooper). - Q1App :
shiny::runGitHub('englianhu/binary.com-interview-question', subdir = 'Q1')
- the application gather, calculate and forecast price. Once the user select currency and the forecast day, the system will auto calculate and plot the graph. - testRealTimeTransc :
shiny::runGitHub('englianhu/binary.com-interview-question', subdir = 'testRealTimeTransc')
- real time trading system which auto gather, calculate the forecast price, and also place orders, as well as settlement and plot P&L everyday. - Q1App2 :
shiny::runGitHub('englianhu/binary.com-interview-question', subdir = 'Q1App2')
- The application contain the Banker and Punter section which applied aboved statistical modelling.
For question 2, I simply write an app, kindly use Q2App. The bivariate or trivariate poisson model might useful for analyse the probability of fund-in and fund-out by investors in order to manage whole investment pool. Unfortunately there has no such dataset avaiable for fund pool management modelling.
- Q2 :
shiny::runGitHub('englianhu/binary.com-interview-question', subdir = 'Q2')
- An application which applied queuing theory.
For question 3, due to the question doesn't states we only bet on the matches which overcame a certain edge, therefore I just simply list the scenario. Kindly refer to Betting strategy for more informtion.
- Stock Market Forecasting Using LASSO Linear Regression Model by Sanjiban Sekhar Roy, Dishant Mital, Avik Basu, Ajith Abraham (2015)
- Using LASSO from lars (or glmnet) package in R for variable selection by Juancentro (2014)
- Difference between glmnet() and cv.glmnet() in R? by Amrita Sawant (2015)
- Testing Kelly Criterion and Optimal f in R by Roy Wei (2012)
- Portfolio Optimization and Monte Carlo Simulation by Magnus Erik Hvass Pedersen (2014)
- Glmnet Vignette by Trevor Hastie and Junyang Qian (2014)
- lasso怎么用算法实现? by shuaihuang (2010)
- The Sparse Matrix and {glmnet} by Manuel Amunategui (2014)
- Regularization and Variable Selection via the Elastic Net by Hui Zou and Trevor Hastie
- LASSO, Ridge, and Elastic Net
- 热门数据挖掘模型应用入门(一): LASSO回归 by 侯澄钧 (2016)
- The Lasso Page
- Call_Valuation.R by Mariano (2016)
- Lecture 6 – Stochastic Processes and Monte Carlo (http://zorro-trader.com/manual)
- The
caret
Package by Max Kuhn (2017) - Time Series Cross Validation
- Character-Code.com
- Size Matters – Kelly Optimization by Roy Wei (2012)
- Time Series Cross Validation by William Chiu (2015)
- Forecasting Volatility by Stephen Figlewski (2004)
- Successful Algorithmic Trading by Michael Halls Moore (2015)
- Financial Risk Modelling and Portfolio Optimization with R (2nd Edt) by Bernhard Praff (2016)
- Analyzing Financial Data and Implementing Financial Models using R by Clifford S.Ang (2015)
- Queueing model 534 in Excel
- Queueing model macro in Excel
- Queueing up in R, (continued)
- Waiting in line, waiting on R
- Simulating a Queue in R
- What is the queue data structure in R?
- Implementing a Queue as a Reference Class
- queue implementation?
- Queueing Theory Calculator
- The Pith of Performance by Neil Gunther (2010)
- Computationally Efficient Simulation of Queues - The R Package queuecomputer
- Waiting-Line Models
- Queues with Breakdowns and Customer Discouragement