Announcement

Collapse
No announcement yet.

time and sales stock download not working for Stocks

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • time and sales stock download not working for Stocks

    I 'm trying to download the time and sales data for IBM and it does not work, but for ES H4 the same code is working well.

    Does anybody has the same issue?


    my filter is:

    filter.sSymbol:=symbol;
    filter.bQuotes:=0;
    filter.bTrades:=1;
    filter.lNumDays:=strtoint(LabeledEdit5.Text);
    filter.bFilterPrice:=0;
    filter.bFilterVolume:=0;
    filter.bFilterTradeExchanges:=0;
    filter.bFilterQuoteExchanges:=0;
    filter.dMinPrice:=0.0;
    filter.dMaxPrice:=0.0;
    filter.sTradeExchangesList:='';
    filter.sQuoteExchangesList:='';

    Thanks,
    Nick.

  • #2
    Apparently it's a setup problem because I created another esignal account that works fine with both stx and futures. So far I think the new version is better than the old one.

    Comment

    Working...
    X