Live Chat by Hybrid Solutions
Knowledgebase
ComparativeRSI
Posted by Mohammad Rahhal on 24 January 2012 07:05 PM

Syntax

Public Function ComparativeRSI(chart_id As Long, applyTo1 As ENUM_APPLIED_PRICE, applyTo2 As ENUM_APPLIED_PRICE) As String

The Comparative Relative Strength index divides one price field by another price field.

The base security is outperforming the other security when the Comparative RSI is trending upwards.

Parameters

Key Description 
chart_id Chart ID.
applyTo1 An integer value of type ENUM_APPLIED_PRICE.
applyTo2 An integer value of type ENUM_APPLIED_PRICE.

Return value

Returns the handles of a technical indicator, in case of failure returns an empty string.

Sample

Public Sub main()

MsgBox (ComparativeRSI (0,Price_close,price_open))

'Draws the indicator on chart and shows a message box with the indicator name.

End Sub


See Also


Back to VTL Client Script Index

(0 votes)
This article was helpful
This article was not helpful

Comments (0)
Post a new comment 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below. This is required to prevent automated registrations and form submissions.

Help Desk Software by Hybrid Solutions