- ago
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:
CODE:
AdaptiveLaguerre al = new AdaptiveLaguerre(bars.Close, 8);
0
540
4 Replies

Reply

Bookmark

Sort
- ago
#1
Reproducible for me.
0
- ago
#2
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...
0
- ago
#3
The AL hangs in a dead lock.
0
- ago
#4
QUOTE:
hangs in a dead lock


huh... an interesting thing to do for an indicator...
2

Reply

Bookmark

Sort