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

Re: CL_More complex task for BASIC DLL



PureBytes Links

Trading Reference Links

At 05:21 PM 9/25/99 -0400, Barry Kaufman wrote:
>
>Regarding my previous PowerBasic DLL code messages.  My next project is to
>design a DLL with a bunch of 13000 bar arrays.  an EOD closing price series
>will be loaded to one of those DLL arrays while EL is stepping forward bar
>by bar.  At the same time, a standard exponential MA will be calculated and
>result will be put in another DLL array.  At last bar (LastBarOnChart), the
>DLL will calculate still another exponential MA from the DLL's price array,
>but in the opposite direction (from last to first bar).  The two MA arrays
>will be added to produce a zero time lag MA.

While I don't understand all of what you are trying to accomplish it certainly
seems to be like going to LA by way of Omaha.

You should be able to reduce mathematically the series formula for the weights
of the two exponential MAs and do it all in EL.