Keltner Channel for metastock formula..

#1
Can any body provide me with the formula for the Keltner Channel for metastock???

i searched net bt was unable to locate it..

if anybody could help.....
 
Last edited:
U

uasish

Guest
#3
Re: Kelther Channel for metastock formula..

There was a combination of 'Keltner' & 'Bollinger' ,cant remember whether saw the code in Ami or Tradestation.
 
#5
may be this what u are looking for. it is on equis fourm.
Linda Raschke version of the Keltner channels formula -
MOV(C,20,E);
MOV(C,20,E)+(ATR(10)*2.5);
MOV(C,20,E)-(ATR(10)*2.5);
 
#6
Formula #1
________________________________________
Name: The 10-Day Moving Average
Formula: MOV( (H+L+C)/3, 10, Simple )


Formula #2
________________________________________
Name: Upper Keltner Band
Formula: MOV((H+L+C)/3,10,S) + MOV((H-L),10,S)


Formula #3
________________________________________
Name: Lower Keltner Band
Formula: MOV((H+L+C)/3,10,S) - MOV((H-L),10,S)

________________________________________

these will be 3 separate formulas, Yo have to pull them into the chart 1 at a time
 

Similar threads