×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

Symbol DownTicks

7 bytes added, 13:10, 1 March 2012
no edit summary
Returns the total number of Down ticks for the current bar if '''Build Volume On''' is set to '''Tick Count'''.
Returns the total Down volume for the current bar if '''Build Volume On''' is set to '''Trade Volume'''.
A down tick is a tick with the price lower than the preceding tick, and down volume is the volume traded on down ticks.
With '''Build Volume On''' is set to '''Tick Count''':
* the value of 1 will be returned for 1-tick charts
* the total number of Down ticks in the current bar will be returned for multi-tick, volume, and time-based charts
With '''Build Volume On''' is set to '''Trade Volume''':
* the Down volume of the current tick will be returned for 1-tick charts
* the total Down volume of the current bar will be returned for multi-tick, volume, and time-based charts
== Example ==
Plot the number of Down ticks in the current bar ('''Build Volume On''' is set to '''Tick Count'''):
<syntaxhighlight>Plot1(Symbol_DownTicks, "Down ticks");</syntaxhighlight>
Plot the Down volume of the current bar ('''Build Volume On''' is set to '''Trade Volume'''):
<syntaxhighlight>Plot1(Symbol_DownTicks, "Down Volume");</syntaxhighlight>
 
[[Category:Data Information/General]]

Navigation menu