- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
rev. 01/06/97 Keltner Channels are explained in the book The New Commodity Trading System and Methods by Perry Kaufman and were first introduced in the book How To Make Money in Commodities, by Chester W. Keltner. The syntax for the formulas in MetaStock are: Formula#1: The 10-Day Moving Average MOV( (H+L+C)/3, 10, Simple ) Formula#2: Upper Keltner Band MOV((H+L+C)/3,10,S) + MOV((H-L),10,S) Formula#3: Lower Keltner Band MOV((H+L+C)/3,10,S) - MOV((H-L),10,S) ** All three formulas must be plotted. In the System Tester, a BUY or a COVER SHORT Signal would occurwhen C > Upper Keltner Band and a SELL or a SELL SHORT Signal would occur when C < Lower Keltner Band ** Thus, the system is always either long or short For interpretation refer to either of the two books listed above. 3 w 1 dla MetaStocka 6.5: |
|
Keltner Channels qwe:= Input("Wartość średniej -",2,50,10); ;Mov( (H+L+C)/3, qwe, S) + Mov((H-L),qwe,S) {UpperKeltner Band} ;Mov( (H+L+C)/3, qwe, S) {The 10-DayMoving Average} ;Mov( (H+L+C)/3, qwe, S) - Mov((H-L),qwe,S) {LowerKeltner Band} |
Interpretation -see at: http://www.chartfilter.com/reports/c19.htm | |
| |
Source / From: |