Difference between revisions of "Volume Profile"

From MultiCharts
Jump to navigation Jump to search
Line 23: Line 23:
 
#:* If a tick is first one in the series, its volume goes to BUY volume.
 
#:* If a tick is first one in the series, its volume goes to BUY volume.
 
#: <div style="background-color: #E3FBE5;">'''Note''': When you plot Volume Delta chart, take into account that it doesn't matter what resolution is selected, additionally MultiCharts will request '''historical tick ask''' and '''bid''' data from your data source for the specified in chart settings data range, if '''Ask Traded vs Bid Traded''' is selected. </div>
 
#: <div style="background-color: #E3FBE5;">'''Note''': When you plot Volume Delta chart, take into account that it doesn't matter what resolution is selected, additionally MultiCharts will request '''historical tick ask''' and '''bid''' data from your data source for the specified in chart settings data range, if '''Ask Traded vs Bid Traded''' is selected. </div>
 +
#: <div style="background-color: #E3FBE5;">'''Important information''': The logic described above is for data collected in real-time. The following logic is used for historical plots. '''Example''': Assume there are 3 historical trades, 9 historical bid quotes and 12 historical ask quotes. All of them have the same timestamp. To find out which historical asks and bids were used to generate the trades, they are all divided into 3 equal parts (because there are 3 trades). the first “batch” there are 3 asks, 1 trade and 4 bids. The most recent ask/bid matching the trade price is considered to be the price where the trade was made. If ask price is considered for the fill, then the trade’s volume goes to BUY volume. If bid is considered for the fill, then the trade’s volume goes to SELL volume..</div>
 
#* '''Up Ticks vs Down Ticks''' method:
 
#* '''Up Ticks vs Down Ticks''' method:
 
#:* If the current tick price is higher or equals current ASK tick price, the volume of the current tick goes to BUY volume.
 
#:* If the current tick price is higher or equals current ASK tick price, the volume of the current tick goes to BUY volume.

Revision as of 16:24, 31 October 2012

Understanding Volume Profile

RESERVED SPACE

Using Volume Profile

Volume Profile can be turned on/off from the Format Instruments window:

  1. Open the Format Instruments window.

    To open the Format Instruments window, click the Format Instruments Format Instrument.png icon on the main toolbar;
    if the Format Objects window appears, select the symbol and click the Format button.

    The Format Instruments window can also be opened by one of the following methods:
      - Position the mouse pointer over the symbol's data series; double-click once the Pointer Pointer.png changes into a Hand Hand.png;
      - Position the mouse pointer over the symbol's data series; once the Pointer Pointer.png changes into a Hand Hand.png right-click and then click Format Symbol Name;
      - Right-click on an empty area of the chart and then click Format Instruments; if the Format Objects window appears, select the symbol and click the Format button;
      - Select Format in the main menu and click Instrument; if the Format Objects window appears, select the symbol and click the Format button.

  2. Select the Volume Profile tab.
  3. Check the Show Volume Profile box to turn it on/off. Unchecked by default.
  4. Select one of the available Profiles:
    • Tick Count
    • Total Volume
    • Buy x Sell Volume
    • Delta
    • Buy vs Sell Volume
  5. Select Breakdown by:
    • Ask Traded vs Bid Traded method:
    • If the current tick price is higher than the previous tick price, the volume of the current tick goes to BUY volume.
    • If the current tick price is lower than the previous tick price, the volume of the current tick goes to SELL volume.
    • If the current tick price is the same as the previous tick price, the volume is recorded either to BUY or to SELL volume depending on what was the last recorded volume.
      Example: If a new tick comes with higher than previous price and volume is recorded as BUY volume, and then another tick comes with the same as previous price, the volume is recorded also to BUY volume.
    • If a tick is first one in the series, its volume goes to BUY volume.
    Note: When you plot Volume Delta chart, take into account that it doesn't matter what resolution is selected, additionally MultiCharts will request historical tick ask and bid data from your data source for the specified in chart settings data range, if Ask Traded vs Bid Traded is selected.
    Important information: The logic described above is for data collected in real-time. The following logic is used for historical plots. Example: Assume there are 3 historical trades, 9 historical bid quotes and 12 historical ask quotes. All of them have the same timestamp. To find out which historical asks and bids were used to generate the trades, they are all divided into 3 equal parts (because there are 3 trades). the first “batch” there are 3 asks, 1 trade and 4 bids. The most recent ask/bid matching the trade price is considered to be the price where the trade was made. If ask price is considered for the fill, then the trade’s volume goes to BUY volume. If bid is considered for the fill, then the trade’s volume goes to SELL volume..
    • Up Ticks vs Down Ticks method:
    • If the current tick price is higher or equals current ASK tick price, the volume of the current tick goes to BUY volume.
    • If the current tick price is lower or equals current BID tick price, the volume of the current tick goes to SELL volume.
    • If the current tick price is between ASK and BID prices, than the volume is recorded either to BUY or to SELL volume depending on what was the last recorded volume.
      Example: If a new tick comes with a price higher or equals current ASK tick price and its volume is recorded as BUY volume, and then another tick comes with a price that is between ASK and BID prices, the volume is recorded also to BUY volume.
    Note: When you plot Volume Delta chart, take into account that it doesn't matter what resolution is selected, additionally MultiCharts will request historical tick trade data from your data source for the specified in chart settings data range, if Up Ticks vs Down Ticks is selected.