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

Re: Returning WorkSpace Name



PureBytes Links

Trading Reference Links


Ideas:

1.)  Have the systems do the file appending...  Because the systems are 
different, they can all write their own names and information to the files 
along with their own data.

2.)  Put some text into the chart to identify it.  Then have the indicator 
find and read the text and write it to the file.  (Use Text_GetString.)

3.)   Use different colors for the plots and/or backgrounds of your charts 
to identify them.  Then use the GetBackGroundColor and GetPlotColor functions 
in the indicator to identify the chart.  

4.)  Insert a different price series as Data2 into each chart (perhaps in 
a hidden subparagraph).  Then have your indicator use the CommodityNumber 
function on data2 to identify the chart.


Good trading,

OM




At Sat, 04 Mar 2000 10:58:42 GMT, "Lisa Dee" <dee_lisa@xxxxxxxxxxx> wrote:

>
>
>I am using TS4 EOD.
>I have multiple workspaces, each containing multiple charts  all of 
>which 
>contain the same price data.  In each chart I run a different system.
>I gather data about each system from an indicator which uses the append 
>function to write to a file.
>
>In order to find my way back to the particular chart that corresponds 
>to the 
>data in the output file I would like to simply return the workspace 
>name.  ( 
>I am presently using an input for this purpose)
>
>Is it possible to return the name of a workspace using file append, 
>include 
>system etc.?
>Is it possible to give a chart a unique name and return that name?
>
>TIA for any suggestions.
>