Page 1 of 1

Keltner channel indicator

PostPosted: Thu Jun 14, 2012 3:12 pm
by Alexander.Gettinger
Formulas:
Middle=Moving average(NM, SRC, Method),
Upper=Middle+F*ATR(NB),
Lower=Middle-F*ATR(NB), where
NM - number of periods for MA,
SRC - type of price for MA (0 - Close, 1 - Open, 2 - High, 3 - Low, 4 - Median, 5 - Typical, 6 - Weighted),
Method - method of MA (0 - Simple, 1 - Exponential, 2 - Smoothed, 3 - Linear weighted),
NB - number of periods for ATR,
F - coefficient.

Keltner_Cloud_MQL.PNG


Download:
Keltner_Cloud.mq4
(2.89 KiB) Downloaded 1725 times

Customizable Keltner.mq4
(3.89 KiB) Downloaded 1250 times

Re: Keltner channel indicator

PostPosted: Sat Aug 08, 2020 11:37 am
by jorgelg93
How can I limit the lookback bars for the indicator, I mean, I want it to be added at the chart or I want it to look back from now to 100 or 200 bars ago only. How can I do that?

Re: Keltner channel indicator

PostPosted: Mon Aug 10, 2020 4:02 am
by Apprentice
Your request is added to the development list.
Development reference 1864.

Re: Keltner channel indicator

PostPosted: Tue Aug 11, 2020 3:18 am
by Apprentice
Keltner_Cloud.mq4
(5.92 KiB) Downloaded 317 times

Customizable_Keltner.mq4
(7.55 KiB) Downloaded 328 times

Try it now.