PureBytes Links
Trading Reference Links
|
the problem was generated when i transfered in an ela and affected
related studies.
thanks to you and all that answered.
Howard Jackson wrote:
> You are saying it yourself, the input name is too
> long. In ts2ki input names can be longer than in ts4.
> So try something like
>
> > inputs:RefTime(NumericSimple),
> > MinChan(NumericSimple);
>
> And replace "MinuteChange" with "MinChan" wherever it
> appears in the function.
>
> H
>
> --- tony varela <tonyvar@xxxxxxxxxxxxxxxx> wrote:
> > the calctime function that came with ts4.0:
> >
> > inputs:RefTime(NumericSimple),
> > MinuteChange(NumericSimple);
> >
> > CalcTime=MinutesToTime(TimeToMinutes(RefTime) +
> > MinuteChange);
> >
> > it wont verify, tells me MinuteChange input name
> > too long-grammar
> > error,
> >
> > yet same exact function on ts2000i verifies fine.
> >
> > whats wrong?
> >
> > thanks.
> >
> >
>
> =====
|