[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GT] SVN Commit r626 - trunk/GT/Indicators/Generic



Author: thomas
Date: 2008-06-10 06:45:10 +0200 (Tue, 10 Jun 2008)
New Revision: 626

Modified:
   trunk/GT/Indicators/Generic/Container.pm
Log:
Added warning in pod advising to ensure uniqueness of temporary
series.


Modified: trunk/GT/Indicators/Generic/Container.pm
===================================================================
--- trunk/GT/Indicators/Generic/Container.pm	2008-06-10 04:43:34 UTC (rev 625)
+++ trunk/GT/Indicators/Generic/Container.pm	2008-06-10 04:45:10 UTC (rev 626)
@@ -26,7 +26,10 @@
 expression in that indicator.
 
 All arguments passed serves only one purpose : differentiate the
-various series of data stored.
+various series of data stored. Care should be taken to ensure the
+uniqueness of the indicator name, if there is a chance that several
+instances of this indicator are active at the same time (e.g., when
+used as the long and short signals of a system).
 
 
 =cut