Codes

'Am I missing bars in my chart?' two simple indicators to show you for MetaTrader 4

Two similar indicators (one in main chart, another in separate window) to show when you're missing historical bars from your chart

Market Flow Analysis Method (MFAM) Indicator for Price Action for MetaTrader 4

This indicator relies on price action alone - does the price break a previous High or Low

Forum

To MQL4 admin - Comments count error

According to my profile, my article has hundreds of comments Actually, it only has one

After 1 hour CPU, MT4 Terminal.exe hasn't actually started. What's happened?

After starting Terminal.exe, MT4 has chewed up 1 hour CPU (almost same as elapsed) and not actually started up (no window visible, no task in task bar). It's chewing 50% on twin core (so one core pretty much solid usage) Terminal.exe version = 4.0.0.229 PF Delta usually 0 & peaking at 3 (i.e. not

Using Array of Arrays

I'm trying to create & use an array of arrays, and got stuck. //// note that StatsTally will resize pStatHolder to particular size //int StatsTally(double pTallyValue, double& pStatHolder[]); double Arr[]; double ArrOfArr1[ 169 ][]; double ArrOfArr2[][]; ArrayResize (Arr, 5 );

How do I know if someone has replied to a topic that I subscribed to?

Maybe I'm just not up with the play, but I've subscribed to a few tropics, and am unable to work out how to A) be notified when someone adds a comment to a subscribed topic B) look to see if someone has added a comment without actually looking inside the topic thread. Maybe someone could enlighten

This custom indicator causes chart to turn completely blue. any ideas?

A custom indicator I'm writing is giving me some problems. I've chopped it down to the attached code, and it still turns the entire chart (and only chart BTW) into a blue rectangle. e.g. EURUSD H1, max zoom in (1 bar per gridline), black-on-white, bars. I've un-installed MT4 & reinstalled it - just

MT4 seems to be limited to 77 indicators in folder ...\experts\indicators for Insert - Indicators - Custom

I've been busy writing some custom indicators , and now discover that when I want to add an indicator to a chart via Insert - Indicators - Custom, only the top 77 (or so - I might have miscounted) are available. the lower ones (W-X-Y-Z ones) are greyed out. a) Is this bug known? b) Is there a fix