Announcement

Collapse
No announcement yet.

Cummulative Bid Ask Volume

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

  • #31
    Hello Michael,

    I see. All you need to do is modify the return statement in BidAskVolume.efs on line 61 to include a "-" sign in front of nBidVol. It should look like this:

    PHP Code:
    return new Array(nAskVolnInsideVol, -nBidVol); 
    You might want to adjust the thickness of the histograms also, which are on lines 13-15 in preMain(). The first number (i.e. 8) in setDefaultBarThickness(8, 0) is the number that sets the thickness.
    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


    • #32
      Gotcha. Thanks, Jason.
      Michael

      Comment


      • #33
        cummulative bid ask volume

        Could the cumbidaskvol.efs be tweaked to show volume @ask minus volume @bid and then plot either a histogram or a line on the study pane (of course with a zero line in the middle) ?

        Thanks
        Bob
        Bob

        Comment


        • #34
          yes...

          that would be fine indeed...tried to tweak it, but i virtually have no programming skillis...could anybody probably help out?

          best regards,

          kev

          Comment


          • #35
            Hello Bob and Kev,

            In case you haven't seen this already. I've posted a new formula in this thread. See BidAskRatio.efs. In the Edit Studies parameters, set Analysis to Cumulative, Study Output to Ask-Bid and the Source to Volume. There's also the option to plot the study as a line or histogram.
            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


            • #36
              Nice!

              Fantastic work Jason!
              Bob
              Bob

              Comment


              • #37
                Bug fixed?

                Jason,

                Was the updating bug regarding the efs updating on every tick even if it's the same price every fixed?

                -Elliot

                Comment


                • #38
                  Hello Elliot,

                  Please see my reply on this topic in this post. This behavior on the electronically traded equity index futures symbols has not been changed to date. This may not be a desirable behavior for some users, but changing it could lead to some chart freezing for others. Please feel free to submit your request for this behavior to be modified to our development team at [email protected]. In the mean time, if you need an EFS to execute on each trade, you will need to use a tick interval such as 60S.
                  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

                  Working...
                  X