HGIMatrix

The title says it all
RoyPK
Trader
Posts: 11
Joined: Wed Dec 28, 2011 1:12 am

HGIMatrix

Post by RoyPK »

renexxxx » Mon Jun 17, 2019 2:38 pm wrote:There is a new version of HGIMatrix (version 34) in Post 1 of this thread. Version 34 incorporates the changes made by peteforex (above) and also merges the indicator version and the library version of the code, into one version. This is all explained in Post 1 under Edit 34:.

Have fun!

Edit: Made yet another update to hgi_indi.mqh. Sorry.
Hi Rene,

The above indicator is not attaching to chart. Any thing I am doing wrong? My Platform is Global Prime Empty4 Build 1170.

Thank you.

Roy
User avatar
renexxxx
Trader
Posts: 860
Joined: Sat Dec 31, 2011 3:48 am

HGIMatrix

Post by renexxxx »

I have attached to Post 1 the compiled code of HGIMatrix, both for the indicator version and the library version, as some people were experiencing difficulties with pressing the F7 key in MetaEditor.

Enjoy!
kim
Posts: 5
Joined: Thu Aug 06, 2015 5:29 am
Location: Australia

HGIMatrix

Post by kim »

I've made up a cheat sheet with the cell indications, I've put it up on the wall as a quick reference.
Please let me know if anything needs changing, otherwise enjoy.

Kim
You do not have the required permissions to view the files attached to this post.
User avatar
retireme
Trader
Posts: 128
Joined: Fri May 11, 2012 6:37 am

HGIMatrix

Post by retireme »

Nice work Kimbo :hi:

Rgds
RM
To raise new questions, new possibilities, to regard old problems from a new angle, requires creative imagination and marks real advance in science. - Albert Einstein
User avatar
renexxxx
Trader
Posts: 860
Joined: Sat Dec 31, 2011 3:48 am

HGIMatrix

Post by renexxxx »

Well done Kim! It is good to see that some people are still using this indicator.

Cheers ... René
kim
Posts: 5
Joined: Thu Aug 06, 2015 5:29 am
Location: Australia

HGIMatrix

Post by kim »

I've come up with a modification to prevent alerts from older signals, alerts from 30 candles back are useless and just annoying.
You can also choose to have alerts from the first closed candle (1) or the still open candle (0), the default is not to have alerts from candle 0

You need to make the changes in HGIMatrixMTFv34.mq4

Changes;
Add these after line 102.
input bool AlertOnCandle1 = true;
input bool AlertOnCandle0 = false;

Add these after line 494 (496 after adding above mod).
if ((symbols[iSymbol][itf].signalShift == 0)&&(AlertOnCandle0 == false)) message = "";
if ((symbols[iSymbol][itf].signalShift == 1)&&(AlertOnCandle1 == false)) message = "";
if (symbols[iSymbol][itf].signalShift > 1) message = "";

Add these after line 512 (517 after adding above mods).
if ((symbols[iSymbol][itf].slopeShift == 0)&&(AlertOnCandle0 == false)) message = "";
if ((symbols[iSymbol][itf].slopeShift == 1)&&(AlertOnCandle1 == false)) message = "";
if (symbols[iSymbol][itf].slopeShift > 1) message = "";


Hope this is useful.

Kim Heaver
Last edited by kim on Wed Mar 25, 2020 8:10 pm, edited 1 time in total.
cmeade2
Trader
Posts: 459
Joined: Thu May 24, 2012 12:51 pm
Location: Washington DC

HGIMatrix

Post by cmeade2 »

I have downloaded HGIMatrixMTFv34I.ex4 and HGI_16.09 loaded them and tried to run the matrix. What comes up shows trends for various time frames, but the symbol names are all gibberish, except for a few cases.

What is the solution. Sorry if this has been covered
AltosT
Trader
Posts: 72
Joined: Mon Nov 21, 2011 8:44 am
Location: Australia

HGIMatrix

Post by AltosT »

cmeade2 » Thu Mar 26, 2020 5:34 am wrote:I have downloaded HGIMatrixMTFv34I.ex4 and HGI_16.09 loaded them and tried to run the matrix. What comes up shows trends for various time frames, but the symbol names are all gibberish, except for a few cases.

What is the solution. Sorry if this has been covered
You do need to input the pair names exactly as the broker shows them and separated by commas and with exact prefix or suffix if applicable.
You also need to input the tpl that you want to call up name correctly and the applicable time frames. It is all quite obvious if you read it as you go but if you have those correct then I don't know further. It has always behaved for me.
Cheers
diddyonforex
Posts: 3
Joined: Thu May 20, 2021 5:02 pm

HGIMatrix

Post by diddyonforex »

It appears after setting up this it may not be working. When I check for the indicator that it is showing in the table it does not match what is on the chart for the time frame. Is there something I am missing. I pointed to items that I changed on the HGIMatrix indicator and hope this helps.

Image
Last edited by diddyonforex on Wed May 26, 2021 12:21 pm, edited 1 time in total.
User avatar
SteveHopwood
Owner
Posts: 9754
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

HGIMatrix

Post by SteveHopwood »

The matrix is over 6 years old and Empty4 has changed umpteen times over this period. Maybe the matrix cannot run on Empty4 these days. Only Rene can say if he is willing to update it, or correct me if I am wrong.

:xm: :rocket:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. [email protected] is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
Post Reply

Return to “Indicators and matrixes”