VIXTrader: 0% marginI am not familiar with the instrument. I would like to know how much of leverage you are using?
VIXTrader Professional: 0%-50% (rarely)
VIXTrader: 0% marginI am not familiar with the instrument. I would like to know how much of leverage you are using?
The system needs data like tick and 1 minute which is unable to calculate for the VXX..I'd say within a year. No-one has the ability to see the future but you should definitely test it on data from 2008, you can generate synthetic data based on the VIX index even if you don't have real trade data available - it will be a good enough approximation.
So if VIX goes to 20 overnight, first you post a massive drawdown and then, since the vol is higher you make better returns on capital?According to the back test and to my long experience, I expect to see bigger DD and better performance..
FWIW, there have been some fairly large VIX spikes over the last two years:
SDate Close prevClose absChange
===== ===== ========= =========
20160624, 25.76, 17.25, .401010758
20170517, 15.59, 10.65, .381069791
20170810, 16.04, 11.11, .367239999
20160909, 17.5, 12.51, .335672556
20170424, 10.84, 14.63, .299831219
20170817, 15.55, 11.74, .281058824
20161109, 14.38, 18.74, .264821925
20160628, 18.75, 23.85, .240590465
20170814, 12.33, 15.51, .22944966
20160613, 20.97, 17.03, .20811635
Also, the $6 million traded on these strats likely
refers to the notional traded by his C2 subcribers.
I don't see any secrets in the RobinsonG's posts
so far. The real secret is that his income comes
from C2 subscription fees and that his original
post is a thinly disguised advert for his C2 systems.
Query that generated the figures above:
SELECT SDate,Close,
LAG(close,1) IGNORE NULLS OVER (ORDER BY SDate) AS prevClose,
abs(ln(Close/LAG(Close,1) IGNORE NULLS OVER (ORDER BY SDate))) AS absChange
FROM Indices WHERE SDate > '20151020' AND Symbol = 'VIX' AND Source = 'BDHIX'
ORDER BY absChange DESC FETCH FIRST 10 ROWS ONLY;
100%? Never happened before..Maybe only Kim can bring this numberSo if VIX goes to 20 overnight, first you post a massive drawdown and then, since the vol is higher you make better returns on capital?


The live trading generates similar results to any year.. You should look at the back testing and compare it to the live.. Choose any year..You use a non random 2 year window to backrest... That's why