PureBytes Links
Trading Reference Links
|
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.
>
>
=====
|