The opinions expressed in these forums do not represent those of C2, and any discussion of profit/loss
is not indicative of future performance or success.
There is a substantial risk of loss in trading. You should therefore carefully consider
whether such trading is suitable for you in light of your financial condition. You should read,
understand, and consider the Risk Disclosure Statement that is provided by your broker
before you consider trading. Most people who trade lose money.
Trading strategies on these tickers working on a small time-frame (minutes) will always suffer from a lack of liquidity - a small private trader like that can trade, but already small professional money will already “glide”. I have studied transaction strategies, for example VIXTrader Professional. It seems to me that the execution will suffer greatly if there are many players there. I propose to consider the day’s data on the basis of the historical Market on Close (MOC) - (close day).
to start a simple example -
1 take the quotes XIV (SVXY) (close day)
2 take the quotes of the first two futures on the VIX regardless of their duration, just the first and second
3 then follow a certain formula - very easy (this is my simplest strategy)
average SHARP above 2
If I can show graphs and transactions (simulation)
Codes of similar things I write on Python
as you can see (01.2016 - today) - all the dangerous parts of the system are being bypassed perfectly, however, in 2010-2015, not everything is so good - and additional control parameters are used
Developers should calculate impact on price.
Agree that this could be a problem if there is a large volume following.
Since all of those ETFs/ETNs do sometimes have a problems with spreads;
it can distort entry and exit prices.
Not sure if C2 API can make something like this :
Limit volume, so that orders can be split. That way order can not exceed 10 % of total volume in one minute bar. And orders would be filled over multiple minute bars, but with limit of 10 % volume for each minute.
But when looking at filled orders and size that is following trade leaders, it has really small impact and almost all price fills are very close to trade leader price fill.
It is more of a problem in futures, when someone is trading low volume futures
like Oats, Palladium, Orange juice.
You are absolutely right - these are great ways. Everything depends very much on the strategy itself, the time of holding the position, the profit in relation to turnover, and much more. Spread and the difference in the open interest of sellers and buyers is always disastrous. I like closing day because there is a fairly large volume and the price is convenient for calculation in the history - my orders are minimal.