Announcement

Collapse
No announcement yet.

Data problem bid/ask zero?

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

  • Data problem bid/ask zero?

    Right now I'm reading bid and ask values of zero
    for both AB (ER2) and ES, and probably more in streaming mode.
    Is there a data issue on the servers or the exchanges?
    TIA
    Last edited by bfry5282; 06-14-2004, 08:57 AM.

  • #2
    var bid=getMostRecentBid(); // returns ZERO

    I'm trying to figure out whether there is an esignal
    feed issue at the moment.

    Comment


    • #3
      AB emini futures bid/ask zero

      var bid=getMostRecentBid();
      var ask=getMostRecentAsk();
      debugPrintln("bid:"+bid+" ask:"+ask);

      // bid and ask are zero right now for AB U4
      // emini russell 2000 september contract

      I'm trying to figure out whether I have a problem on my end, but my s/w hasn't changed.

      Comment


      • #4
        code

        I'm baffled. This code prints zero for bid and ask today.
        Am I crazy or is there something wrong with the
        futures feeds or an efs interaction with streaming
        data in AB U4 and others?


        function preMain() {
        setPriceStudy(true);
        }

        function main() {
        debugPrintln("===================");
        debugPrintln("direct "+getMostRecentBid()+" "+getMostRecentAsk());
        var bid=getMostRecentBid(); // use variables
        var ask=getMostRecentAsk();
        debugPrintln("var bid:"+bid+" ask:"+ask);
        }

        Comment


        • #5
          An advanced T chart configured to show bid and ask does show bid/ask data on the chart...

          OK, I'm still baffled as to what is going on...

          Comment


          • #6
            FWIW, many of my scripts have always behaved differently, and continue to behave differently, after a holiday or a short day.

            In a day or two they settle down and behave normally, wheter or not I attempt to "fix" them.

            I've just come to expect it.

            Comment


            • #7
              This is broken, not just behaving differently.

              Comment


              • #8
                Hello bfry,

                There does seem to be something broken. It's currently being investigated.
                Jason K.
                Project Manager
                eSignal - an Interactive Data company

                EFS KnowledgeBase
                JavaScript for EFS Video Series
                EFS Beginner Tutorial Series
                EFS Glossary
                Custom EFS Development Policy

                New User Orientation

                Comment


                • #9
                  OK. Sometimes the "different behavior" I see is that something that was working fine stops working at all.

                  A day or two later, it starts working again.

                  Specific return values, or on-chart text/number displays, etc. I've not been able to detect a pattern that gives me a clue to follow up.

                  But I keep looking.

                  Comment


                  • #10
                    v7.6 (Build 636A) 03/29/2004

                    Comment


                    • #11
                      Volume Problem in E-Minis

                      I am having the same problem. I am getting zeroes in Bid/Ask volume using an efs which tracks this, as well as with the eSignal supplied efs that gives regular volume bars.

                      I use Constant Volume charts to trade, and these haven't worked correctly since yesterday. For a visual display of the problem, I'm using 1500v for the Dow Emini or 10000v for the S&P Emini (in the Interval entry where you'd normally type in the number of minutes). Check the number of bars drawn per day last week vs. this week.

                      I trade from these charts - well, not this week... Is it possible to get an idea when Constant Volume charts will be available again?

                      Comment


                      • #12
                        Hello MKen,

                        Please see this thread for more details.
                        Jason K.
                        Project Manager
                        eSignal - an Interactive Data company

                        EFS KnowledgeBase
                        JavaScript for EFS Video Series
                        EFS Beginner Tutorial Series
                        EFS Glossary
                        Custom EFS Development Policy

                        New User Orientation

                        Comment


                        • #13
                          Thanks JasonK:

                          The only thing I can think of that occurred between last week and this week, is most traders rolled over to the next contracts (M4 to U4). For what I watch, YM Bid/Ask volume seems to be working properly, but ES and NQ are not. Thank you for your assistance.

                          Ken

                          Comment


                          • #14
                            Ken,
                            You're right, YM (eCBOT) is working!
                            AB (eMini Russell 2000) is not working; neither is ES.
                            NQ is not working either...
                            Is it a Globex interaction with eSignal code?

                            This is really messing me up this week, so please fix it asap.

                            Comment

                            Working...
                            X