SYNTAX
Public function LLV (ByVal Data As Database, ByVal Low As Field, ByVal Periods As Integer, Optional ByVal FieldAliasName As String = "") As RecordSet
OVERVIEW
LLV indicator calculates the lowest low value.
CLASS: GENERAL
PARAMETERS
Return...
SYNTAX
Public function StochRSI (ByVal Data As Database, ByVal Source As Field, ByVal Period As Integer, Optional FieldName As String) As RecordSet
Overview
The StochRSI is an oscillator that measures the level
of RSI relative to its high-low range ove...
SYNTAX
Public function RainbowOscillator (ByRef Data As Database, ByRef OHLCV , ByVal Preiod As Integer, ByVal MAType As Integer, Optional FieldName As String) As RecordSet
Overview
The rainbow oscillator function is based upon multiple time frames of
...
SYNTAX
Public function WeightedClose(ByRef Data As Database, ByRef OHLCV As RecordSet, Optional ByVal FieldAliasName As String = "") As RecordSet
Overview
Weighted Close is an average of each day’s open, high, low, and
close, where more weight is plac...
SYNTAX
Public Function VolumeROC (ByRef Data As Database, ByRef Volume As Field, ByVal Periods As Integer, Optional ByVal FieldAliasName As String = "") As RecordSet
Overview
The Volume Rate of Change indicator shows clearly whether or not
volume is t...
SYNTAX
Public function TypicalPrice(ByRef Data As Database, ByRef OHLCV As RecordSet, Optional ByVal FieldAliasName As String = "") As RecordSet
OVERVIEW
A Typical Price is simply an average of one period’s high, low and
close values.
INTERPRETATION
...
SYNTAX
Public function ExponentialMovingAverage(ByRef Data As Database, ByRef Source As Field, ByVal Periods As Integer, ByVal StandardDeviations As Integer, ByVal MAType As Integer, Optional ByVal FieldAliasName As String = "") As RecordSet
Overview
St...
SYNTAX
Public function PriceROC(ByRef Data As Database, ByRef Source As Field, ByVal Periods As Integer, Optional ByVal FieldAliasName As String = "") As RecordSet
Overview
The Price ROC shows the difference between the current price and the
price one ...
SYNTAX
Public function MedianPrice(ByRef Data As Database, ByRef OHLCV As RecordSet, Optional ByVal FieldAliasName As String = "") As RecordSet
Overview
A Median Price is simply an average of one period’s high and low
values.
Interpretation
A Median ...
SYNTAX
Public function CorrelationAnalysis(ByRef Source1 As Field, ByRef Source2 As Field) As Double
Overview
Correlation analysis is used to show the relationship between two
different securities or indicators.
Note
The CorrelationAnalysis function ...