PDA

View Full Version : User variable scope


ct
05-08-2007, 07:54 AM
What is the scope of a user variable? Is it global, unique to chart, or time series?

I want to set a variable from one time series chart that can be accessed/seen from another time series.

I don't think this is supported but thought I would ask.

Cliff

NinjaTrader_Dierk
05-08-2007, 08:02 AM
a) We will add something to the docs regarding the lifetime of variables.
b) However, you question rather is about visibility. In theory you could code your indicators such that the timeseries would be visible to another indicator on another chart. But this requires a level of C# coding logic/knowledge which we unfortunately can not support at this time (due to bandwidth issues).