Synchronization Issue
Author: trwood
Creation Date: 5/31/2010 10:40 PM
profile picture

trwood

#1
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
profile picture

Eugene

#2
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.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).