A guy has asked me how to implement Keltner Channels on Pathfinder.
PathScript Language already have the needed methods to calculate this indicator
the methods are:
KeltnerChannelTop(period, ma_type, multiplier) (abbreviation KCT)
KeltnerChannelMedian(period, ma_type, multiplier) (abbreviation KCM)
KeltnerChannelBottom(period, ma_type, multiplier) (abbreviation KCB)
A ready to use indicator is attached for download. KeltnerChannel
Important Disclaimer: The code or software herein [...]
Comments (0)