stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

HGIMatrix
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3973
Page 66 of 67
Author:  RoyPK [ Thu Jun 20, 2019 1:41 am ]
Post subject:  HGIMatrix

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
Author:  renexxxx [ Thu Jun 20, 2019 11:17 am ]
Post subject:  HGIMatrix

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!
Author:  kim [ Mon Sep 09, 2019 11:00 am ]
Post subject:  HGIMatrix

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
Author:  retireme [ Mon Sep 09, 2019 11:44 am ]
Post subject:  HGIMatrix

Nice work Kimbo :hi:

Rgds
RM
Author:  renexxxx [ Tue Sep 10, 2019 12:28 am ]
Post subject:  HGIMatrix

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

Cheers ... René
Author:  kim [ Fri Nov 08, 2019 1:58 am ]
Post subject:  HGIMatrix

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
Author:  cmeade2 [ Wed Mar 25, 2020 7:34 pm ]
Post subject:  HGIMatrix

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
Author:  AltosT [ Wed Mar 25, 2020 8:44 pm ]
Post subject:  HGIMatrix

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
Author:  diddyonforex [ Tue May 25, 2021 4:58 pm ]
Post subject:  HGIMatrix

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
Author:  SteveHopwood [ Tue May 25, 2021 10:28 pm ]
Post subject:  HGIMatrix

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:
All times are UTC Page 66 of 67