The Adaptive Laguerre indicator is marked with "Lengthy Calculation Time".
In fact it works quite fast for most symbols.
But: For "PALT" (From Q-Data. last 10 years) it runs forever.
How can this be?
Demo Code:
In fact it works quite fast for most symbols.
But: For "PALT" (From Q-Data. last 10 years) it runs forever.
How can this be?
Demo Code:
CODE:
AdaptiveLaguerre al = new AdaptiveLaguerre(bars.Close, 8);
Rename
Reproducible for me.
Also: If you use AdaptiveLaguerre in a Strategy, run a backtest on a portfolio which includes PALT, then this backtest will not finish (see above).
If you click "Cancel", WL returns from that backtest but keeps the CPU busy...
If you click "Cancel", WL returns from that backtest but keeps the CPU busy...
The AL hangs in a dead lock.
QUOTE:
hangs in a dead lock
huh... an interesting thing to do for an indicator...
Your Response
Post
Edit Post
Login is required