TradingView
blackcat1402
30 ตุลา 2020 เวลา 1 นาฬิกา 13 นาที

[blackcat] L2 Ehlers Laguerre Filter 

US Nas 100OANDA

คำอธิบาย

Level: 2

Background

John F. Ehlers introuced Laguerre Filter in his "Cybernetic Analysis for Stocks and Futures" chapter 14 on 2004.


Function

The Laguerre transform can be represented as an exponential moving average (EMA) low-pass filter (the first term) followed by a succession of allpass elements instead of unit delays (the k − 1 terms). All terms have exactly the same damping factor γ (gamma). We see that these are all pass networks by examining the frequency response. Dr. Ehlers made a filter using the Laguerre elements instead of the unit delay, whose coefficients are also [1 2 2 1]/6 as with the FIR filter. The difference is that we have warped the time between the delay line
taps.


Key Signal

FIR ---> Laguerre Filter fast line
Filt ---> Laguerre Filter slow line


Pros and Cons

100% John F. Ehlers definition translation of original work, even variable names are the same. This help readers who would like to use pine to read his book. If you had read his works, then you will be quite familiar with my code style.

Remarks

The 33th script for Blackcat1402 John F. Ehlers Week publication.

Readme

In real life, I am a prolific inventor. I have successfully applied for more than 60 international and regional patents in the past 12 years. But in the past two years or so, I have tried to transfer my creativity to the development of trading strategies. Tradingview is the ideal platform for me. I am selecting and contributing some of the hundreds of scripts to publish in Tradingview community. Welcome everyone to interact with me to discuss these interesting pine scripts.

The scripts posted are categorized into 5 levels according to my efforts or manhours put into these works.

Level 1 : interesting script snippets or distinctive improvement from classic indicators or strategy. Level 1 scripts can usually appear in more complex indicators as a function module or element.

Level 2 : composite indicator/strategy. By selecting or combining several independent or dependent functions or sub indicators in proper way, the composite script exhibits a resonance phenomenon which can filter out noise or fake trading signal to enhance trading confidence level.

Level 3 : comprehensive indicator/strategy. They are simple trading systems based on my strategies. They are commonly containing several or all of entry signal, close signal, stop loss, take profit, re-entry, risk management, and position sizing techniques. Even some interesting fundamental and mass psychological aspects are incorporated.

Level 4 : script snippets or functions that do not disclose source code. Interesting element that can reveal market laws and work as raw material for indicators and strategies. If you find Level 1~2 scripts are helpful, Level 4 is a private version that took me far more efforts to develop.

Level 5 : indicator/strategy that do not disclose source code. private version of Level 3 script with my accumulated script processing skills or a large number of custom functions. I had a private function library built in past two years. Level 5 scripts use many of them to achieve private trading strategy.
ความคิดเห็น
MaheshVakharia
For Best Result , I am changing gamma 0.9 to 0.7 for Weekly Time Frame and 0.6 for Monthly TF it gives amazing results. Thanks Blackcat1402.
Regards.
This in respect of Indian Stocks Market.
blackcat1402
@MaheshVakharia, thanks for sharing your parameter. Glad to hear from you.
JediStar6571
Thanks mate, your response time is spic and span. God bless you mate.
I shall come back with my positive feedback soon after testing some of your indicators/strategies.
JediStar6571
Thanks for all that you do for the trading community mate. Much appreciate your time and efforts.

While compiling, I ended up getting the following errors and was surprised it was not reported by any one else. Would be great if you can correct me or the code :

Processing script...
line 118: The `transp` argument will be deprecated soon. We recommend using color.new() or color.rgb() functions to specify the transparency of the plots instead.
line 127: The `transp` argument will be deprecated soon. We recommend using color.new() or color.rgb() functions to specify the transparency of the plots instead.
line 152: The `transp` argument will be deprecated soon. We recommend using color.new() or color.rgb() functions to specify the transparency of the plots instead.
line 161: The `transp` argument will be deprecated soon. We recommend using color.new() or color.rgb() functions to specify the transparency of the plots instead.
line 186: The `transp` argument will be deprecated soon. We recommend using color.new() or color.rgb() functions to specify the transparency of the plots instead.
line 195: The `transp` argument will be deprecated soon. We recommend using color.new() or color.rgb() functions to specify the transparency of the plots instead.
line 38: The `transp` argument will be deprecated soon. We recommend using color.new() or color.rgb() functions to specify the transparency of the plots instead.
line 41: The function 'crossover' should be called on each calculation for consistency. It is recommended to extract the call from the ternary operator or from the scope.
line 84: The `transp` argument will be deprecated soon. We recommend using color.new() or color.rgb() functions to specify the transparency of the plots instead.
line 93: The `transp` argument will be deprecated soon. We recommend using color.new() or color.rgb() functions to specify the transparency of the plots instead.
blackcat1402
@JediStar6571, with pleasure. The "errors" you reported are not errors and they did not impact displaying this indicator. They are warnings. The root cause of this is TV is adding new functions and promote them to replace old ones. Pine script is evolving and many grammars will be replaced by new ones. I started writing script since v2 and got used to it.
gianfranco60
I am looking for something about spread trading , but there is pothing of real useful. May you help me please ?
gianfranco60
Hi have you tasted your job ? What is the best tf?
blackcat1402
@gianfranco60, not yet,just published the script in my Ehlers week
เพิ่มเติม