Search found 3 matches

by qpax
15 Apr 2008
Forum: MultiCharts
Topic: Error: Trying access at data to future. Bars reference value
Replies: 6
Views: 2253

Hi,
this is an even easier example. It doesn't work with negative Len Input.

Function test:

inputs:
PriceValue( numericseries ),
Len(NumericSimple);

test = PriceValue[Len];

Indicator:

Plot1( test(close,-1) ) ;
by qpax
14 Apr 2008
Forum: MultiCharts
Topic: Error: Trying access at data to future. Bars reference value
Replies: 6
Views: 2253

Hi Marina, enclosed is a variation of the Extremes Function. When I try to call the function in the indicator with a negativ Len (forward looking) I get the error message. My intention is to get the Highs and Lows x days in the future instead of the past. Thanks Function: inputs: PriceValue( numeric...
by qpax
13 Apr 2008
Forum: MultiCharts
Topic: Error: Trying access at data to future. Bars reference value
Replies: 6
Views: 2253

Error: Trying access at data to future. Bars reference value

Hi,

I try to reference to future data and get the error message: "Trying access at data to future. Bars reference value. -1". Actually it is good feature to avoid this kind of acces but is there a way to deactivate this feature.

Thanks

Go to advanced search