BAVolCrOsc (BAVolCO)

The Bid Ask Volume Cross Oscillator custom study is available on the Add Studies window, on the Custom Studies window (Formula Builder), and in the Toolbox.

The BAVolCrOsc study displays the difference between two lines of the Bid Ask Volume Cross.

Formula of curves:

Sum(AskTradeVol(@),RunningSum) - Abs(Sum(BidTradeVol(@),RunningSum))

Setup parameters:

      Display

      OB/OS

      Running Sum: The used for the calculations of sum.