Wrapper class for Price object. Inherits RealCodeIndicator
Declaration Syntax
Visual Basic |
Public Class PriceScripting _ Inherits RealCodeIndicator
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
AVG(Int32) |
Simple Moving Average of the specified period for the current bar
(Inherited from RealCodeIndicator.) | |
AVG(Int32, Int32) |
Simple Moving Average of the specified period for the barsAgo
(Inherited from RealCodeIndicator.) | |
AVG(Int32, RealCodeIndicator..::.BarValue) |
Simple Moving Average of the specified period for the current bar
(Inherited from RealCodeIndicator.) | |
AVGC(Int32) |
Simple Moving Average of the specified period for the close value of the current bar
(Inherited from RealCodeIndicator.) | |
AVGC(Int32, Int32) |
Simple Moving Average of the specified period for the close value, offset by BarsAgo
(Inherited from RealCodeIndicator.) | |
AVGH(Int32) |
Simple Moving Average of the specified period for the high value of the current bar
(Inherited from RealCodeIndicator.) | |
AVGH(Int32, Int32) |
Simple Moving Average of the specified period offset by barsago for the high value
(Inherited from RealCodeIndicator.) | |
AVGL(Int32) |
Simple Moving Average of the specified period for the low value of the current bar
(Inherited from RealCodeIndicator.) | |
AVGL(Int32, Int32) |
Simple Moving Average of the specified period offset by bars ago for the low value
(Inherited from RealCodeIndicator.) | |
AVGO(Int32) |
Simple Moving Average of the specified period for the open value of the current bar
(Inherited from RealCodeIndicator.) | |
AVGO(Int32, Int32) |
Simple Moving Average of the specified period offset by barsago for the open value
(Inherited from RealCodeIndicator.) | |
Bar()()() |
Returns a DateBarSingle object which holds the raw data arrays for dates and open,high,low and close values.Use during manual looping calculations.
(Inherited from RealCodeIndicator.) | |
BarInterval |
The currently selected bar interval for the chart that owns this class
| |
Close[([(Int32])]) |
Close value for the barsAgo. 0 = current bar. Same as value(barsAgo) and Last(barsAgo)
(Inherited from RealCodeIndicator.) | |
Count | (Inherited from RealCodeIndicator.) | |
DateValue[([(Int32])]) |
Returns the date for the specified offset bars ago
(Inherited from RealCodeIndicator.) | |
DateValue |
Returns the date for the currently calculating bar
(Inherited from RealCodeIndicator.) | |
DefaultValue[([(Int32])]) |
Default Value property. Same as Value. Used to return the value for a given offset
(Inherited from RealCodeIndicator.) | |
Equals(Object) | (Inherited from Object.) | |
ExponentialAverage(Int32) |
Returns the Exponential Average Calculation for the specified period.
(Inherited from RealCodeIndicator.) | |
ExponentialAverage(Int32, RealCodeIndicator..::.BarValue) |
Returns the Exponential Average Calculation for the specified period. Uses the BarValue data point
(Inherited from RealCodeIndicator.) | |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
High[([(Int32])]) |
High for the barsAgo. 0 = current bar
(Inherited from RealCodeIndicator.) | |
High |
Returns the High for the current bar
(Inherited from RealCodeIndicator.) | |
isBar()()() |
Designates if Open,High,Low and Close data are available or if only Close(Last) is available.
(Inherited from RealCodeIndicator.) | |
Last[([(Int32])]) |
The Last value for the offset index. 0 = currentbar. Same as Close, Value.
(Inherited from RealCodeIndicator.) | |
Last |
Returns the Last for the current bar. Same as close
(Inherited from RealCodeIndicator.) | |
Line()()() |
Returns a DateLineSingle object which holds the raw date and value arrays. Use during manual looping calculations
(Inherited from RealCodeIndicator.) | |
Low[([(Int32])]) |
Low for the barsAgo. 0 = current bar
(Inherited from RealCodeIndicator.) | |
Low |
Returns the Low for the current bar
(Inherited from RealCodeIndicator.) | |
MaxClose(Int32) |
Returns Max Close (highest close) for the specified number of bars ago
(Inherited from RealCodeIndicator.) | |
MaxClose(Int32, Int32) |
Returns Max Close (highest close) for the specified period, for the offset bars ago
(Inherited from RealCodeIndicator.) | |
MaxHigh(Int32) |
Returns Max High (highest) for the specified number of bars ago
(Inherited from RealCodeIndicator.) | |
MaxHigh(Int32, Int32) |
Returns Max High (highest) for the specified period for the offset bars ago
(Inherited from RealCodeIndicator.) | |
MaxLast(Int32) |
Returns Max Last (highest last) for the specified number of bars ago. Same as MaxClose
(Inherited from RealCodeIndicator.) | |
MaxLast(Int32, Int32) |
Returns Max Last (highest close) for the specified period, for the offset bars ago
(Inherited from RealCodeIndicator.) | |
MaxLow(Int32) |
Returns Max Low (highest low) for the specified number of bars ago
(Inherited from RealCodeIndicator.) | |
MaxLow(Int32, Int32) |
Returns Max Low (highest low) for the specified period, for the offset bars ago
(Inherited from RealCodeIndicator.) | |
MaxOpen(Int32) |
Returns Max Open (highest) for the specified number of bars ago
(Inherited from RealCodeIndicator.) | |
MaxOpen(Int32, Int32) |
Returns Max Open (highest) for the specified period, for the offset bars ago
(Inherited from RealCodeIndicator.) | |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
MinClose(Int32) |
Returns Minimum Close (lowest close) for the specified number of bars ago.
(Inherited from RealCodeIndicator.) | |
MinClose(Int32, Int32) |
Returns Minimum Close (lowest close) for the specified period, for the offset number of bars ago
(Inherited from RealCodeIndicator.) | |
MinHigh(Int32) |
Returns Minimum high (lowest high) for the specified number of bars ago.
(Inherited from RealCodeIndicator.) | |
MinHigh(Int32, Int32) |
Returns Minimum high (lowest high) for the specified period, for the offset bars ago
(Inherited from RealCodeIndicator.) | |
MinLast(Int32) |
Returns Minimum Last (lowest close) for the specified number of bars ago. Same as MinClose
(Inherited from RealCodeIndicator.) | |
MinLast(Int32, Int32) |
Returns Minimum Last (lowest close) for the specified period by the offs et bars ago. Same as MinClose
(Inherited from RealCodeIndicator.) | |
MinLow(Int32) |
Returns Minimum low (lowest low) for the specified number of bars ago.
(Inherited from RealCodeIndicator.) | |
MinLow(Int32, Int32) |
Returns Minimum low (lowest low) for the specified period for the offset number of bars
(Inherited from RealCodeIndicator.) | |
MinOpen(Int32) |
Returns Minimum Open (lowest open) for the specified number of bars ago.
(Inherited from RealCodeIndicator.) | |
MinOpen(Int32, Int32) |
Returns Minimum Open (lowest open) for the specified period, by the offset number of bars.
(Inherited from RealCodeIndicator.) | |
MovingAverage(Int32) |
Simple Moving Average of the specified period for the current bar
(Inherited from RealCodeIndicator.) | |
MovingAverage(Int32, RealCodeIndicator..::.BarValue) |
Simple Moving Average of the specified period for the current bar
(Inherited from RealCodeIndicator.) | |
NetChange()()() |
Returns the net change vs the previous bar
(Inherited from RealCodeIndicator.) | |
NetChange(Int32) |
Returns the net change vs the specified bars ago.
(Inherited from RealCodeIndicator.) | |
NetChange(Int32, Int32) |
Returns the net change vs the specified bars ago for the number of bars ago
(Inherited from RealCodeIndicator.) | |
Open[([(Int32])]) |
Open for the barsAgo. 0 = current bar
(Inherited from RealCodeIndicator.) | |
Open |
Returns the Open for the current bar
(Inherited from RealCodeIndicator.) | |
PercentChange()()() |
Returns the percent change for the current bar vs the previous bar.
(Inherited from RealCodeIndicator.) | |
PercentChange(Int32) |
Returns the percent change vs the specified bars ago.
(Inherited from RealCodeIndicator.) | |
PercentChange(Int32, Int32) |
Returns the percent change vs the specified bars ago for the number of bars ago
(Inherited from RealCodeIndicator.) | |
RelativeStrengthIndex(Int32, Int32) |
Returns the Relative Strength Index Calculation.
(Inherited from RealCodeIndicator.) | |
RSI(Int32, Int32, Int32) |
Returns the Relative Strength Index Value.
(Inherited from RealCodeIndicator.) | |
RSI(Int32, Int32) |
Returns the Relative Strength Index Value.
(Inherited from RealCodeIndicator.) | |
STOC(Int32, Int32) |
Returns the Stochastics specified period and %k.
(Inherited from RealCodeIndicator.) | |
STOC(Int32, Int32, Int32) |
Returns the Stochastics specified period and %k. Offset by the bars ago
(Inherited from RealCodeIndicator.) | |
Stochastics(Int32, Int32) |
Returns the Stochastics specified period and %k.
(Inherited from RealCodeIndicator.) | |
Symbol |
The current Price history symbol. This is the symbol our RealCode is being calculated on.
| |
TimeFrame | Obsolete.
Depricated: Use BarInterval instead.
| |
ToString()()() | (Inherited from Object.) | |
TradeRange()()() |
Returns the trade range (high - low)
(Inherited from RealCodeIndicator.) | |
TradeRange(Int32) |
Returns the trade range (high - low) for the offset bars ago
(Inherited from RealCodeIndicator.) | |
Value[([(Int32])]) |
Close Value for the barsAgo. 0 = current bar. Same as Close(barsAgo) and Last(barsAgo)
(Inherited from RealCodeIndicator.) | |
Value |
Returns the close for the current bar
(Inherited from RealCodeIndicator.) | |
WildersRelativeStrengthIndex(Int32, Int32) |
Returns the Wilders Relative Strength Index Calculation.
(Inherited from RealCodeIndicator.) | |
WRSI(Int32, Int32) |
Returns the Wilders Relative Strength Index Value.
(Inherited from RealCodeIndicator.) | |
WRSI(Int32, Int32, Int32) |
Returns the Wilders Relative Strength Index Value. Offset by barsAgo
(Inherited from RealCodeIndicator.) | |
XAVG(Int32) |
Returns the Exponential Average of the close for the specified period.
(Inherited from RealCodeIndicator.) | |
XAVG(Int32, Int32) |
Returns the Exponential Average of the close for the specified period for the specified offset.
(Inherited from RealCodeIndicator.) | |
XAVG(Int32, RealCodeIndicator..::.BarValue) |
Returns the Exponential Average Calculation for the specified period. Uses the BarValue data point
(Inherited from RealCodeIndicator.) | |
XAVGC(Int32) |
Returns the Exponential Average of the close for the specified period.
(Inherited from RealCodeIndicator.) | |
XAVGC(Int32, Int32) |
Returns the Exponential Average of the close for the specified period.
(Inherited from RealCodeIndicator.) | |
XAVGH(Int32) |
Returns the Exponential Average of the high for the specified period.
(Inherited from RealCodeIndicator.) | |
XAVGH(Int32, Int32) |
Returns the Exponential Average of the high for the specified period.
(Inherited from RealCodeIndicator.) | |
XAVGL(Int32) |
Returns the Exponential Average of the low for the specified period.
(Inherited from RealCodeIndicator.) | |
XAVGL(Int32, Int32) |
Returns the Exponential Average of the low for the specified period.
(Inherited from RealCodeIndicator.) | |
XAVGO(Int32) |
Returns the Exponential Average of the open for the specified period.
(Inherited from RealCodeIndicator.) | |
XAVGO(Int32, Int32) |
Returns the Exponential Average of the open for the specified period.
(Inherited from RealCodeIndicator.) |
Inheritance Hierarchy
Object | ||
RealCodeIndicator | ||
PriceScripting |