26

Re: Keltner Channels

Can anyone please provide the Keltner v2 MQH file?  Thank you.

Re: Keltner Channels

MJ, I've made a quick .mqh conversion and I had to update the C# file as well due to asymmetric naming (I matched the naming for export to work). Be kind enough to update the C# file also. Test it before live use, report if something's not right.
Thanks!

Re: Keltner Channels

Thank you footon.

Re: Keltner Channels

when multiplier changed to read < 1 the two bands became one line only !!!!

IndParam.NumParam[3].Caption = "ATR multiplier";
            IndParam.NumParam[3].Value = 0.7;
            IndParam.NumParam[3].Min = 0.1;
            IndParam.NumParam[3].Max = 10;
            IndParam.NumParam[3].Point = 1;
            IndParam.NumParam[3].Enabled = true;
            IndParam.NumParam[3].ToolTip = "Average True Range Multiplier.";