MT4 Indicator, New Way to Analyze Data!


I don’t really know if that kind of analyse already exist, but I found it almost useful to see which currency are better and which one are the worst.

I downloaded an indicator called Trading 101 Dashboard for MT4. I found it interesting and after some though, I got an idea to get the table and make my own formula to sort the data.

The original source code is not from me, I just take it and modify it for my need.

The formula is almost simple: Final Close - ((Highest + Lowest) / 2)

In addition to that, I put some formula to convert one currency to your main currency you want to know the real value.

Setting are easy enough.
MainCurrency: It’s the currency at which you want to see the data. If you want the USD, keep it empty. If you want CAD, you have to pu “USDCAD”. If you want EUR, you have to put “EURUSD”. But it must always have USD or you may have unexpected result.

Lots: It’s the amount at which you want to analyse the data.

GroupCount: It’s the amount of column you want to see.

ProfitPip: It’s if you want to say the data in Pips instead in your Main Currency.

Periods: The amount of Bar to which Highest and Lowest to take in consideration.

Notice the TOT it’s always 0. That mean that it’s a very well balanced formula.

New Analyse (Ghaunt).zip (4.55 KB)

I would like your feed back about this.
It’s my first time I upload and indicator.
Hope you’ll like that.