Topic: Intra-Day Momentum Oscillator Error Message

Hi,

I have an EA which uses Intra-Day Momentum Oscillator indicator amongst other indicators. It compiles correctly in MT4 but has not opened any trade since I added it. So, I had a look at the expert log files and noticed this message;

"Intra-Day Momentum Oscillator wrong moving average parameters (period: 90, shift: 0, source bars: 83)"

I'm not sure why it says the parameters are wrong. They seem to be fall within allowable limits in FSB Pro.

Period
Minimum: 1;  Maximum: 200

Shift
Minimum: 0;  Maximum: 200

Does anyone have experience with this indicator?

Re: Intra-Day Momentum Oscillator Error Message

Thank you for posting the report, one bug confirmed and fixed! Sorry for the trouble!

Please update both indicator files.

.cs version file to Forex Strategy Builder Pro\User Files\Indicators folder

.mqh version to Forex Strategy Builder Pro\User Files\MT4 Files\MQL\Forexsb.com\Custom

After that re-export your strategy and try it in MT.

P.S. I wasn't able to check it in MT thoroughly, some login issue, so if you see some error, let it be known and I'll try fix it.

P.S.S. Repository files also updated.

Post's attachments

Intra-Day Momentum Oscillator.cs 16.33 kb, 3 downloads since 2019-03-25 

Intra_DayMomentumOscillator.mqh 8.85 kb, 1 downloads since 2019-03-25 

You don't have the permssions to download the attachments of this post.

Re: Intra-Day Momentum Oscillator Error Message

Many thanks Footon, for the quick response.

I'll update the files and let you know if there are any issues.