You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>In order to started the high-frequency-trading statistical modelling, I inspect the dataset via <a href="http://rpubs.com/englianhu/handle-missing-value">binary.com面试试题 I - 单变量数据缺失值管理</a> and also <a href="http://rpubs.com/englianhu/handle-multivariate-missing-value">binary.com 面试试题 I - 多变量数据缺失值管理 II</a> but the univariate modelling caused some statistical error. The papers compares multi-methods like <code>interpolatan</code>, <code>kalman</code>, <code>locf</code> and <code>ma</code>. The <a href="http://rpubs.com/englianhu/binary-Q1Inter-HFT">binary.com Interview Question I - Interday High Frequency Trading Models Comparison</a> compares SARIMA, mcsGARCH, <s>midasr, midas-garch, Levy process</s> models.</p>
247
+
<p>In order to started the high-frequency-trading statistical modelling, I inspect the dataset via <a href="http://rpubs.com/englianhu/handle-missing-value">binary.com面试试题 I - 单变量数据缺失值管理</a> and also <a href="http://rpubs.com/englianhu/handle-multivariate-missing-value">binary.com 面试试题 I - 多变量数据缺失值管理 II</a> but the univariate modelling caused some statistical error. The papers compares multi-methods like <code>interpolatan</code>, <code>kalman</code>, <code>locf</code> and <code>ma</code>. The <a href="http://rpubs.com/englianhu/binary-Q1Inter-HFT">binary.com Interview Question I - Interday High Frequency Trading Models Comparison</a> compares ts, msts, SARIMA, mcsGARCH, <s>midasr, midas-garch, Levy process</s> models.</p>
<p>Initially, I wrote a shiny app (as showing in below gif file) but it is heavily budden for loading. Kindly browse over <a href="https://beta.rstudioconnect.com/content/2367/">ShinyApp</a> which contain the questions and answers of 3 questions. For the staking model, I simply forecast the highest and lowest price, and then :</p>
251
+
<p>Initially, I wrote a shiny app (as showing in below gif file) but it is heavily budden for loading. Kindly browse over <a href="https://beta.rstudioconnect.com/content/2367/">ShinyApp</a> (Kindly refer to <a href="http://rpubs.com/englianhu/binary-Q1L-EN-R">binary.com Interview Question I - Lasso, Elastic-Net and Ridge Regression</a> for more information) which contain the questions and answers of 3 questions. For the staking model, I simply forecast the highest and lowest price, and then :</p>
192
252
<ul>
193
253
<li>Kelly criterion and using highest or lowest price for closing transaction, otherwise using closing price if the forecasted lowest/highest price is not occur.</li>
194
254
<li>Placed $100 an each of the forecasted variance value and do the settlement based on the real variance value.</li>
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,11 @@ Besides, I wrote a shinyApp which display the real-time price through API. Kindl
59
59
- <s>GO-GARCH</s>
60
60
- <s>Copula-GARCH</s>
61
61
62
-
In order to started the high-frequency-trading statistical modelling, I inspect the dataset via [binary.com面试试题 I - 单变量数据缺失值管理](http://rpubs.com/englianhu/handle-missing-value) and also [binary.com 面试试题 I - 多变量数据缺失值管理 II](http://rpubs.com/englianhu/handle-multivariate-missing-value) but the univariate modelling caused some statistical error. The papers compares multi-methods like `interpolatan`, `kalman`, `locf` and `ma`. The [binary.com Interview Question I - Interday High Frequency Trading Models Comparison](http://rpubs.com/englianhu/binary-Q1Inter-HFT) compares SARIMA, mcsGARCH, <s>midasr, midas-garch, Levy process</s> models.
62
+
In order to started the high-frequency-trading statistical modelling, I inspect the dataset via [binary.com面试试题 I - 单变量数据缺失值管理](http://rpubs.com/englianhu/handle-missing-value) and also [binary.com 面试试题 I - 多变量数据缺失值管理 II](http://rpubs.com/englianhu/handle-multivariate-missing-value) but the univariate modelling caused some statistical error. The papers compares multi-methods like `interpolatan`, `kalman`, `locf` and `ma`. The [binary.com Interview Question I - Interday High Frequency Trading Models Comparison](http://rpubs.com/englianhu/binary-Q1Inter-HFT) compares ts, msts, SARIMA, mcsGARCH, <s>midasr, midas-garch, Levy process</s> models.
63
63
64
64
### 1.2) <spanstyle='color:red'>Blooper</span>
65
65
66
-
Initially, I wrote a shiny app (as showing in below gif file) but it is heavily budden for loading. Kindly browse over [ShinyApp](https://beta.rstudioconnect.com/content/2367/) which contain the questions and answers of 3 questions. For the staking model, I simply forecast the highest and lowest price, and then :
66
+
Initially, I wrote a shiny app (as showing in below gif file) but it is heavily budden for loading. Kindly browse over [ShinyApp](https://beta.rstudioconnect.com/content/2367/)(Kindly refer to [binary.com Interview Question I - Lasso, Elastic-Net and Ridge Regression](http://rpubs.com/englianhu/binary-Q1L-EN-R) for more information) which contain the questions and answers of 3 questions. For the staking model, I simply forecast the highest and lowest price, and then :
67
67
68
68
- Kelly criterion and using highest or lowest price for closing transaction, otherwise using closing price if the forecasted lowest/highest price is not occur.
69
69
- Placed $100 an each of the forecasted variance value and do the settlement based on the real variance value.
In order to test the timeline of daily highest and lowest price, here I created this file to read the high volume tick-data-history to test the efficiency of Kelly Criterion betting models. Kindly refer to [Reference] for further information.
55
56
56
-
*binary.com Interview Question I - Tick-Data-HiLo For Daily Trading (Blooper)* descript that the VaR figure required in order to place orders. [What is the difference between Sharpe ratio and value at risk?](https://www.quora.com/What-is-the-difference-between-Sharpe-ratio-and-value-at-risk) states the difference between VaR and shape ratio where the shape ratio will be use in the future research.
57
+
<spanstyle='color:goldenrod'>*binary.com Interview Question I - Tick-Data-HiLo For Daily Trading (Blooper)*</span> descript that the VaR figure required in order to place orders. [What is the difference between Sharpe ratio and value at risk?](https://www.quora.com/What-is-the-difference-between-Sharpe-ratio-and-value-at-risk) states the difference between VaR and shape ratio where the shape ratio will be use in the future research.
57
58
58
59
[ARIMA+GARCH Trading Strategy on the S&P500 Stock Market Index Using R](https://www.quantstart.com/articles/ARIMA-GARCH-Trading-Strategy-on-the-SP500-Stock-Market-Index-Using-R) compares the ROI of buy and hold and application of ARIMA + GARCH model.
59
60
@@ -66,7 +67,7 @@ In order to test the timeline of daily highest and lowest price, here I created
66
67
67
68
## Intro Reference
68
69
69
-
*Currency Hedging Strategies Using Dynamic Multivariate GARCH* compares DCC, BEKK, CCC and VARMA-AGARCH models to examine the conditional volatilities among the spot and two distint futures maturities, namely near-month and next-to-near-month contracts. The estimated conditionl covariances matrices from these models were used to calculate the optimal portfolios weights and optimal hedge ratios. The empirical results in the paper reveal that there are not big differences either the near-month or next-to-near-month contract is used for hedge spot position on currencies. They also reveal that hedging ratios are lower for near-month contract when the USD/EUR and USD/JPY exchange rates are anlyzed. This result is explained in terms of the higher correlation between spot prices and the next-to-near-month future prices than that with near-month contract and additionally because of the lower volatility of the long maturity futures. Finally across all currencies and error densities, the CCC and VARMA-AGARCH models provide similar results in terms of hedging ratios, portfolio variance reduction and hedging effectiveness. Some difference might appear when the DCC and BEKK models are used. Below is the table summary of the paper.
70
+
<span style='color:goldenrod'>*Currency Hedging Strategies Using Dynamic Multivariate GARCH*</span> compares DCC, BEKK, CCC and VARMA-AGARCH models to examine the conditional volatilities among the spot and two distint futures maturities, namely near-month and next-to-near-month contracts. The estimated conditionl covariances matrices from these models were used to calculate the optimal portfolios weights and optimal hedge ratios. The empirical results in the paper reveal that there are not big differences either the near-month or next-to-near-month contract is used for hedge spot position on currencies. They also reveal that hedging ratios are lower for near-month contract when the USD/EUR and USD/JPY exchange rates are anlyzed. This result is explained in terms of the higher correlation between spot prices and the next-to-near-month future prices than that with near-month contract and additionally because of the lower volatility of the long maturity futures. Finally across all currencies and error densities, the CCC and VARMA-AGARCH models provide similar results in terms of hedging ratios, portfolio variance reduction and hedging effectiveness. Some difference might appear when the DCC and BEKK models are used. Below is the table summary of the paper.
70
71
71
72

72
73
@@ -94,7 +95,7 @@ The correlations of the dynamic patterns in Tables 8A-8C are given in Tables 9A-
94
95
95
96
In summary, the estimates based on both OHR and optimal weight values recommend holding more FUT2 than FUT1 contracts for USD/EUR and USD/JPY spot/futures portfolios, meaning that we should increase the percentage of futures contracts for longer term portfolios when these currencies are used.
96
97
97
-
*Dynamic Portfolio Optimization using Generalized Dynamic Conditional Heteroskedastic Factor Models* compares . The paper studies the portfolio selection problem based on a generalized dynamic factor model (GDFM) with conditional heteroskedasticity in the idiosyncratic components. We propose a Generalized Smooth Transition Conditional Correlation (GSTCC) model for the idiosyncratic components combined with the GDFM. Among all the multivariate GARCH models that the authors propose, the generalized smooth transition conditional correlation provides the best result.
98
+
<spanstyle='color:goldenrod'>*Dynamic Portfolio Optimization using Generalized Dynamic Conditional Heteroskedastic Factor Models*</span> studies the portfolio selection problem based on a generalized dynamic factor model (GDFM) with conditional heteroskedasticity in the idiosyncratic components. We propose a Generalized Smooth Transition Conditional Correlation (GSTCC) model for the idiosyncratic components combined with the GDFM. Among all the multivariate GARCH models that the authors propose, the generalized smooth transition conditional correlation provides the best result.
98
99
99
100

100
101
@@ -110,7 +111,7 @@ I try to surf over internet and the model has no yet widely use. Here I can only
110
111
111
112
## VaR
112
113
113
-
I stored the forecast VaR value as well, kindly refer to *How Good Are Your VaR Estimates?*^ for more information.
114
+
I stored the forecast VaR value as well, kindly refer to <spanstyle='color:goldenrod'>*How Good Are Your VaR Estimates?*</span> for more information.
114
115
115
116
-*ARMA(1,1)-GARCH(1,1)
116
117
Estimation and forecast using rugarch 1.2-2*
@@ -166,7 +167,7 @@ Alternatively, using the rugarch package which defaults to standardized distribu
166
167
167
168
I use more than 3 years data (from week 1 2015 until week 27 2018)^[You are feel feel to get the data via [FXCMTickData](https://github.com/fxcm/FXCMTickData)] for the question as experiment, 1st year data is burn-in data for statistical modelling and prediction purpose while following 2 years data for forecasting and staking. There have 52 trading weeks within a year.
33.[Comparison of Value at Risk Models and Forecasting Realized Volatility by using Intraday Data](https://github.com/scibrokes/real-time-fxcm/blob/master/reference/Comparison%20of%20Value%20at%20Risk%20Models%20and%20Forecasting%20Realized%20Volatility%20by%20using%20Intraday%20Data.pdf)
445
431
34.[binary.com Interview Question I - Tick-Data-HiLo For Daily Trading (Blooper)](http://rpubs.com/englianhu/binary-Q1TD)
446
432
35.[How Good Are Your VaR Estimates?](http://www.unstarched.net/2012/12/26/how-good-are-your-var-estimates/)
433
+
36.[Kelly's Criterion in Portfolio Optimization - A Decoupled Problem](https://github.com/englianhu/binary.com-interview-question/blob/master/reference/Kelly's%20Criterion%20in%20Portfolio%20Optimization%20-%20A%20Decoupled%20Problem.pdf)
447
434
448
435
---
449
436
450
-
**Powered by - Copyright® Intellectual Property Rights of <imgsrc='www/oda-army2.jpg'width='24'> [Scibrokes®](http://www.scibrokes.com)個人の経営企業**
437
+
<spanstyle='color:RoyalBlue'>**Powered by - Copyright® Intellectual Property Rights of [<imgsrc='www/scb_logo.jpg'width='64'>®](http://www.scibrokes.com)個人の経営企業**</span>
0 commit comments