VB Syntax
Variant CT_TA_Overlap.TA_SAREXT( _
String Key, _
Boolean withHeaders, _
Boolean withDates, _
Boolean withData, _
String HighField, _
String LowField, _
Double Start_Value, _
Double Offset_on_Reverse, _
Double AF_Init_Long, _
Double AF_Long, _
Double AF_Max_Long, _
Double AF_Init_Short, _
Double AF_Short, _
Double AF_Max_Short)
Excel Spreadsheet Syntax
=CT.TA.SAREXT(
Excel String Cell Key,
Excel Boolean Value Cell withHeaders,
Excel Boolean Value Cell withDates,
Excel Boolean Value Cell withData,
Excel String Cell HighField,
Excel String Cell LowField,
Excel Numeric Cell Start_Value,
Excel Numeric Cell Offset_on_Reverse,
Excel Numeric Cell AF_Init_Long,
Excel Numeric Cell AF_Long,
Excel Numeric Cell AF_Max_Long,
Excel Numeric Cell AF_Init_Short,
Excel Numeric Cell AF_Short,
Excel Numeric Cell AF_Max_Short)
C++ Syntax
static CTRangeDataCPP TA_SAREXT(
std::string Key,
bool withHeaders,
bool withDates,
bool withData,
std::string HighField,
std::string LowField,
double Start_Value,
double Offset_on_Reverse,
double AF_Init_Long,
double AF_Long,
double AF_Max_Long,
double AF_Init_Short,
double AF_Short,
double AF_Max_Short);
DotNET Syntax
CTRangeData CT_TA_OverlapSA.TA_SAREXT(
System.String Key,
System.Boolean withHeaders,
System.Boolean withDates,
System.Boolean withData,
System.String HighField,
System.String LowField,
System.Double Start_Value,
System.Double Offset_on_Reverse,
System.Double AF_Init_Long,
System.Double AF_Long,
System.Double AF_Max_Long,
System.Double AF_Init_Short,
System.Double AF_Short,
System.Double AF_Max_Short);