There seems to be a Synchronization issue when using:
DataSeries Ratio = GetExternalSeries( "TOTALPC", Close );
When rolling over the values on the chart the dates on lower values do not match up.
When I changed the dataseries lookup to use:
DataSeries Ratio = GetExternalSymbol( "TOTALPC", true).Close;
The values were then synchornized. (I did need to save, compile and close and reopen the strategy).
Troy
Size:
Color:
Thank you for the heads-up Troy. The fixed strategy was uploaded.
Users who downloaded it before, need to delete their local copy and download again.
Size:
Color: