Hello all !
I'm a newbie to Amibroker, trying to implement simple automated trading system, so can anyone explain one thing about Amibroker and IB interoperability.
IB can give quotes for spreads between futures, that trades as spread by itself. For instance CLK8 quote can be 100.5 bid, 99.5 ask, CLZ8 can be 98 bid 99 ask (very wide quotes), but spread that trades by itself can be 1.45 bid, 1.55 ask.
I do not want to calculate spread as difference between futures price, I'd like to request it directly from IB. There should be another security type instead of 'FUT', I guess it is 'COMB' or 'BAG' for such tickers.
I tried 'CLK8-CLZ8-NYMEX-BAG' and ' CLK8-CLZ8-NYMEX-COMB', but both do not work.
Support service do not tell anything clear...
May be there is another trading platform, that will allow to do that ? The only one possible solution at the moment is Excel with twsdde.xls, but this one is very error-prone. Any ideas ?
Thanks in advance..
I'm a newbie to Amibroker, trying to implement simple automated trading system, so can anyone explain one thing about Amibroker and IB interoperability.
IB can give quotes for spreads between futures, that trades as spread by itself. For instance CLK8 quote can be 100.5 bid, 99.5 ask, CLZ8 can be 98 bid 99 ask (very wide quotes), but spread that trades by itself can be 1.45 bid, 1.55 ask.
I do not want to calculate spread as difference between futures price, I'd like to request it directly from IB. There should be another security type instead of 'FUT', I guess it is 'COMB' or 'BAG' for such tickers.
I tried 'CLK8-CLZ8-NYMEX-BAG' and ' CLK8-CLZ8-NYMEX-COMB', but both do not work.
Support service do not tell anything clear...
May be there is another trading platform, that will allow to do that ? The only one possible solution at the moment is Excel with twsdde.xls, but this one is very error-prone. Any ideas ?
Thanks in advance..