eSignal Feed --> Amibroker --> IB-TWS

Discussion in 'Data Sets and Feeds' started by ben.lai, May 28, 2014.

  1. ben.lai

    ben.lai

    Hi, Help~~~

    I just change to use "eSignal" data to feed in "Amibroker" and want to place order with "Interactive Brokers - TWS"

    but they use different code to represent HSI Futures, IB-"HSIM14" and eSignal-"HSI M4-HKF", respectively, so when it start auto trade, there is no response from IB-TWS

    Any advice about how to set for the whole Auto Trade Process?

    Thanks!

    Regards,
    Ben
     
  2. ST.M

    ST.M

    It has been posted here elsewhere. Insert IB symbol i.e in Alias field of AB and use Alias instead of NAME() for sending symbol's orders to IB.
     
  3. ben.lai

    ben.lai

    Many Thanks!!!