Quote from TskTsk:
Say you have historical intraday data(bid/ask/IV) for an option, you want to test what the profits of buying / selling that option would be under a continously deltahedged scenario. Is there some spesific formulas that can be applied here or would it just be a lot of excel grunt work?
Unless you are doing something where you are gamma-weighted (e.g. have multiple options of various stirkes), my first suggestion is to use implied and realized volatilities rather then try to back-test the actual delta-hedging process. Otherwise, the path-dependent nature of your P&L will produce plenty of false positives or false negatives. However, if you really want to do do it (e.g. you want to back-test a collection of skew trades), you should take a rolling frame of a specific maturity, reprice the options and calculate the delta. Matlab or R (or Python) would be more useful then Excel.Quote from TskTsk:
I won't be seeing if the results transfer to trading as (obviously) they will not
Quote from sle:
Unless you are doing something where you are gamma-weighted (e.g. have multiple options of various stirkes), my first suggestion is to use implied and realized volatilities rather then try to back-test the actual delta-hedging process. Otherwise, the path-dependent nature of your P&L will produce plenty of false positives or false negatives. However, if you really want to do do it (e.g. you want to back-test a collection of skew trades), you should take a rolling frame of a specific maturity, reprice the options and calculate the delta. Matlab or R (or Python) would be more useful then Excel.