Re: Keltner Channels
Can anyone please provide the Keltner v2 MQH file? Thank you.
Create and Test Forex Strategies
You are not logged in. Please login or register.
Forex Software → Technical Indicators → Keltner Channels
Can anyone please provide the Keltner v2 MQH file? Thank you.
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!
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.";Forex Software → Technical Indicators → Keltner Channels
Powered by PunBB, supported by Informer Technologies, Inc.