| 
 PureBytes Links 
Trading Reference Links 
 | 
At 11:47 PM -0700 8/26/01, D Wear wrote:
>Bob ñ A question for you ñ What do you mean by
>dynamically determined? 
This means that the lookback distance is determined at run-time as a
result of the data. If you use something such as:
   NBars = HighestBar(High, 200);
   MyHigh = High[NBars];
the value of NBars is determined dynamically by the data.
>Does TS need to find a condition to be true before it
>will start initializing trades?  And what happens if
>you have a Lookback period of 10 for an event but it
>doesnít happen until BN 300?  Will you get a MBB error
>if your MBB is set to 50?
I do not understand your question. Sorry.
Bob Fulks
 
 |