This function returns the maximum available date synched bars in the two series. It was designed to be used with the CorrelationSynch and CorrelationLogSync functions to determine a minimum threshold value, return 0 or some other action.
This example shows the use of the common auto indexed series.
Syntax: |
---|
MaxSynchBars( series1, series2 ) |
Parameter: |
Description: |
---|---|
series1 |
The name of the first series. |
series2 |
The name of the second series |
Example: |
---|
' Possible Use Example |
Returns: |
Returns the maximum number of bars from the current series location. |
Links: |
---|
See Also: |
Edit Time: 9/18/2020 11:27:55 AM |
Topic ID#: 416 |