Hi there,
Do you have the ffcal include file? I need it. Thanks
Hi
I cannot check this since wininet.mqh file is necessary, but if I were you I would check if the parameters used here in iCustom are the same as the parameters in the indicator you display on the chart. Here in iCustom only first parameters true/false are set (5th is EA call so it must be different) – the rest are default values, so maybe you set on the indicator other true/false options for news.
Have a nice day👍📊
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I have FFCal.mql4 indicator (file attached) and I would like to use it into a mt4 EA to filter open trade from impact high and medium news economic.
To use this indicator into EA it is necesary to put this code below into EA code:
It works nice but the minutes return by minutesSincePrevEvent and minutesUntilNextEvent are not correct, for example if the last impact medium news is 1 hour, the minutesSincePrevEvent return 930. Please see sceenshot. What is wrong into FFCal.mql4 code?
Thank you for your answer.