Finished backtesting and paper-trading my first eSignal system - now trying to auto-trade thru IB. I appear to be having a Symbology problem.
The attached image shows the problem - the eSig and IB symbol conversion is fine - but I key in GLOBEX for the exchange and save it - but when an order is issued or I go to look at it in Symbology, GLOBEX has been changed to SMART.
I've tried going back into Symbology edit and changing SMART to GLOBEX and saving (then clicking OK to exit Symbology), but same results.
I'm OK with skipping Symbology and just keying the symbol etc into the order - this is what I have in my code:
trade.Buy(getSymbol(), 1, IBBroker.MARKET);
What would I replace "getSymbol()" with for the ES mini?
The attached image shows the problem - the eSig and IB symbol conversion is fine - but I key in GLOBEX for the exchange and save it - but when an order is issued or I go to look at it in Symbology, GLOBEX has been changed to SMART.
I've tried going back into Symbology edit and changing SMART to GLOBEX and saving (then clicking OK to exit Symbology), but same results.
I'm OK with skipping Symbology and just keying the symbol etc into the order - this is what I have in my code:
trade.Buy(getSymbol(), 1, IBBroker.MARKET);
What would I replace "getSymbol()" with for the ES mini?
Comment