Support Board
Date/Time: Sat, 01 Feb 2025 01:05:32 +0000
Post From: SC Options Trading with IB
[2017-06-24 07:44:33] |
Sierra Chart Engineering - Posts: 104368 |
Eagerly awaiting your upcoming options (extended) ACSIL trading functionality
Specifically what do you require?1. We need to spend more time looking this over and seeing if it is going to work well. It is not entirely clear. 2. We do have plans to do this. These are the details from Interactive Brokers about this: Below is a skeleton code on how to request market data for Java for the Calendar Spread of Light Sweet Crude Oil Futures:
Vector comboLegs = new Vector(); comboLegs.add(new ComboLeg(47207269 /*CL FUT FEB 13*/,1,"SELL","NYMEX",0)); comboLegs.add(new ComboLeg(55928743 /*CL FUT JUL 14*/,1,"BUY","NYMEX",0)); Contract contract = new Contract(); contract.m_symbol = "CL"; contract.m_secType = "BAG"; contract.m_exchange = "NYMEX"; contract.m_currency = "USD"; contract.m_comboLegs = comboLegs; m_client.reqMktData(1, contract,"", false); Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2017-06-24 07:44:55
|