[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recognizing a series function based on how it's called. Possible?


  • To: Joel Reymont <joelr1@xxxxxxxxx>
  • Subject: Re: Recognizing a series function based on how it's called. Possible?
  • From: Bob Fulks <bobfulks@xxxxxxxxxx>
  • Date: Tue, 29 May 2007 09:18:47 -0400

PureBytes Links

Trading Reference Links

This is a very complicated topic. Mark Jurik has some papers on his web site relating to this so you might look there:

http://www.jurikres.com/down/Some%20Programming%20Issues%20in%20Easy%20Language.pdf

http://www.jurikres.com/down/simpser.pdf

Bob Fulks

At 08:52 AM 5/29/2007, you wrote:

>I'm trying to figure out whether I can automatically determine if a  
>series function is being called based on how it's called. Is this  
>possible?
>
>My first hunch is that any function that is accessed historically  
>must be a series function but I'm not sure if this is true.
>
>Any suggestions?