Tag: NIFTY

Nifty Gaps

There is always a time alignment problem when working with global data. For example, Nifty closes a day ahead of the S&P for the same closing date. There are two ways to get around this “rolling close” problem:

  1. Shift up the the lagging data to align the times zones.
  2. Instead of using close-to-close, use open-to-close on the data that is ahead.

But how big a problem is this? If the model uses a weekly time-series, how much of a difference would trading on Friday close vs. Monday open make?

Gap Opens

Unfortunately, for the NIFTY, we can only use data from 2011 to analyze opening gaps (Why?) Be that as it may, are Monday opening gaps different from other trading-day gaps?

NIFTY gaps

NIFTY gaps table

MONDAY: gap on a regular Monday after a two-day weekend.
HOLIDAY: gap on a weekday that is not a Monday, but one that opens after a holiday.
DAY_1: gap on a regular day that is not a MONDAY and not a HOLIDAY.

What this tells us is that there is nothing special about a Monday open. On, average, it is just like any other day.

Close-to-Close vs. Open-to-Close returns

The next question is how much of a difference would it make if we traded at the close and held our position over the weekend vs. buying at the open on Monday?

Comparing Close-to-Close (c2c) vs. Open-to-Close (o2c) is tricky because the holding period of the latter is considerably shorter than the former. Nevertheless, here are cumulative returns of buying on Friday close and selling on Monday close vs. buying on Monday open and selling on Monday close:
Buying NIFTY on Friday close and selling on Monday close vs. buying on Monday open and selling on Monday close

What about holding over a holiday?
holding NIFTY over a holiday

And, lastly, holding overnight vs. over a single trading day:
holding NIFTY overnight vs. over a single trading day

The above charts indicate that there is a big difference in holding positions overnight vs. buying at the open.

Volatility at Open vs. Close

The opening and closing prices are computed prices. Actual traded prices could vary based on market conditions. The last question that needs to be answered before choosing between trading at the open vs. the close is how different is the market at the open vs. the close?

To answer this question, lets take the on-the-run NIFTY futures and plot the summary metrics of its returns over the first half-hour and the last half-hour of trading:
NIFTY first 30 minutes
NIFTY last 30 minutes

There seems to be no glaring difference. The drift between traded prices and the published open/close should be about the same whether you trade at the open or at the close.

Take-away

All things considered, there is a net benefit in not carrying over positions over the weekend. So, in theory, a global macro model using weekly time-series could be run over the weekend – positions opened on Monday at the open and closed on Friday at the close – and the “rolling close” problem can be ignored when trading the NIFTY.

Related: Trading turnover throughout the day
Code is on github.

Macro: Using Currencies to Predict NIFTY, Part V

Please read Part I and Part II for an introduction. Part III extends the treatment to other dollar indices. Part IV looked at an ensemble model from our learnings from Part III.

In this final part of our series on training a simple Support Vector Machine on currency indices to predict the NIFTY, we will incorporate a Simple Moving Average into our decision matrix. While our model in Part IV would go long/long-short based purely on the predictions of the SVM, the model we use here will go long only if both the prediction is positive and the NIFTY is above a 50-day SMA and go short only if both the prediction is negative and the NIFTY is below its 50-day SMA. Think of the SMA as a regime signifier.

Results

Cumulative returns:
DTWEXB%2BDTWEXM.NIFTY with SMA SVM

DTWEXB%2BDTWEXM.NIFTY cumulative returns

BH: buy & hold
L0: Long-only using SMA 50 alone
LS0: Long-short using SMA 50 alone

L1: Long-only using DTWEXB SVM and SMA 50
LS1: Long-short using DTWEXB SVM SMA 50

L2: Long-only using DTWEXM SVM and SMA 50
LS2: Long-short using DTWEXM SVM SMA 50

L: Long-only using ensemble SVM and SMA 50
LS: Long-short using ensemble SVM SMA 50

The SVM that is only based on DTWEXM (LS2) give better returns than the one based on the ensemble model (LS.) However, the ensemble model had a slightly lower drawdown of the two. Also, when compared to the earlier version that did not use the SMA, LS2 under-performs by about 10%. However, the key difference is in the drawdowns. Using the SMA filter reduced drawdowns significantly, especially the one occurring in 2018.

Without SMA filter:
no SMA drawdowns
With SMA filter:
SMA drawdowns

Conclusion

An SVM with a 4th degree polynomial over the DTWEXM currency index in conjunction with a 50-day SMA seems to be the winning combination.

Code and charts are on github.

Macro: Using Currencies to Predict NIFTY, Part IV

Please read Part I and Part II for an introduction. Part III extends the treatment to other dollar indices.

In this part of our ongoing series on using SVMs on dollar indices to predict the NIFTY 50, we create an ensemble of two models. We combine one on DTWEXB, using an 8th degree polynomial kernel and another on DTWEXM, using a 4th degree polynomial kernel, to create long-only and long-short portfolios.

Results

Here are the cumulative returns of the standalone models and the ensemble:
DTWEXB%2BDTWEXM.NIFTY SVM

The standalone model over DTWEXM (LS2) seems to outperform all other models, including buy and hold. However, the ensemble model (LS) has lower drawdowns and comes in at second place. Here are the list of drawdowns deeper than 5% over the test dataset:

Buy and hold drawdowns

buy and hold NIFTY drawdowns over 5%

Ensemble drawdowns

DTWEXB+BDTWEXM.NIFTY SVM

In the next (and final) post, we will explore if we can add a simple technical signal into to mix to boost returns and reduce drawdowns.

Code and charts are on github.

Macro: Using Currencies to Predict NIFTY, Part III

Please read Part I and Part II for an introduction.

In Parts I and II, we saw how a polynomial kernel was probably a good way to tune an SVM. Also, there was no single degree parameter that was necessarily better than the others. In this post, we train three different polynomial kernel SVMs on two other dollar indices (DTWEXB and DTWEXO) and USDINR (DEXINUS) and tabulate their returns over the two different datasets and across different degree parameters.

To recap, The FRED publishes the following indices along with USDINR (DEXINUS):

  1. DTWEXB: Trade Weighted U.S. Dollar Index: Broad
  2. DTWEXM: Trade Weighted U.S. Dollar Index: Major Currencies
  3. DTWEXO: Trade Weighted U.S. Dollar Index: Other Important Trading Partners

We modeled DTWEXM in Parts I and II. Here, we model the rest.

Results

2000-2018

DEXINUS.NIFTY SVM
DTWEXB.NIFTY SVM
DTWEXO.NIFTY SVM

2005-2018

DEXINUS.NIFTY SVM
DTWEXB.NIFTY SVM
DTWEXO.NIFTY SVM

Given the results above, we can ignore DTWEXO going forward. Surprisingly, DEXINUS (USDINR) does not predict the 2018 correction. In fact, the DEXINUS model using the 2005-2018 dataset replicates buy&hold. Hence, we will ignore DEXINUS as well. The SVM modeled on the 2005-2008 dataset using DTWEXB with degrees 5, 6 and 8 seem to have side-stepped the 2016 and 2018 corrections. Furthermore, degree 8 seems to have produced the best cumulative returns on the test set.

DTWEXB.NIFTY SVM

Next steps

Our observation from Part II was that a 2005-2018 dataset is probably a better set than 2000-2018. This is confirmed from the DTWEXB model above. In the next post, we will combine the DTWEXB(8) and DTWEXM(4) SVM models using the 2005-2018 datasets.

Code and charts are on github.

Macro: Using Currencies to Predict NIFTY, Part II

Please read Part I for an introduction.

Earlier, we saw that a 3rd degree polynomial kernel produced the best results on the test set. In this post, we explore if we can we get better results by tuning the degree parameter.

Outline

  1. Use 1-, 2-, 5- and 10-week returns of DTWEXM to train an SVM using a polynomial kernel on subsequent 1-week returns of the NIFTY 50
  2. Consider two datasets: one between the years 2000 and 2018 and the other between 2005 and 2018
  3. Divide the dataset into training/validation/test sets in a 60/20/20 ratio
  4. Use the validation test to tabulate out-performing degree parameters
  5. Plot the cumulative return of a long-only, long-short and buy&hold NIFTY 50 strategy based on SVM predictions on the test set

Results

We find that there is no single degree parameter between the two datasets (#2 above) that consistently outperforms.

2000-2018 dataset
DTWEXM.NIFTY SVM
2005-2018 dataset
DTWEXM.NIFTY SVM

Here are the cumulative return charts for the best performing parameter:
2000-2018 dataset (8)
DTWEXM.NIFTY SVM
2005-2018 dataset (4)
DTWEXM.NIFTY SVM

While the first model (using the 2000-2018 dataset, 8th degree polynomial) failed to “predict” the 2018 correction in the NIFTY 50, the second one (2005-2018 dataset, 4th degree polynomial) seems to be able to side-step it. However, an SVM tuned with the 4th degree polynomial on the 2000-2018 dataset again failed to side-step the 2018 correction, indicating that we need to look more closely on how we choose our dataset – sometimes going too far back in time is counter-productive because the world changes.

Next Steps

In the next post, we will train a polynomial SVM with the other dollar indices (DTWEXB and DTWEXO) and USDINR (DEXINUS) and tabulate their predicted returns over different degrees.

Code and charts for this post are on github.