trendmanagement / Tmqr-framework-2

3 stars 0 forks source link

Future highlights of new framework

Examples of strategies

  1. Simple continuous futures strategy – we can compose continuous future contract on the fly, then apply sophisticated intraday data postprocessing (to extract additional data of price behavior intraday), use some collected non-price data (for example for NG: storage amounts, temperature, rigs count, etc.), input this data to the Machine learning algorithm and execute future contract as is.
  2. Seasonal spread strategy – we can build seasonal spread asset on the fly (for example butterfly on the futures), analyze it as composite or each leg separately and backtest it. Executing every contract in the spread as is, i.e. PnL calculations will be based on price changes of each contract, but not spread changes itself.
  3. Options volatility trading – we can build IV graph of underlying, create model which predicts IV moves (or use VIX for ES), and execute option position and delta hedging using real options contracts (for example building straddles or ratio spread positions)
  4. Making decisions and trade different assets – when we have 2 similar assets traded on different exchanges we can use first asset for decision making and second for execution. For example Russian ruble, we can use quotes on Russian market to make decisions and trade Ruble on the CME (it has lower liquidity and reversed FX quote)
  5. Hedging – we can create custom hedge portfolios making decisions on underlying continuous futures, but opening different kinds of spreads or options positions.