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

HGIMatrix
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3973
Page 27 of 68
Author:  jasa1975 [ Tue Dec 30, 2014 1:11 pm ]
Post subject:  HGI

Nidolap » Tue Dec 30, 2014 11:59 am wrote:
jasa1975 » Tue Dec 30, 2014 11:36 am wrote:Hi all
I read in the manual that the big arrow together with the wavey line are great trades and i have had some luck with them. I trade the 4 hour but was thinking of trading the daily, 4 hr and maybe the hourly. just using this signal. Is there any way i can filter to recieve just this combined signal and nothing else? or maybe in the future. I did ask in the Matrix thread with no luck.

Thanks if anyone can help.
Jasa
You can do that tweaking the HGI settings, disable all the Alerts except those you want to receive. You can also configure the Empty4 to send you an email every time an alert pops up.
Thanks fro your rely but i can't see a way to get both signals when they come in at the same time on the same bar, not individually. I only want to know when they come in together. How do i do that? Thanks for your help.
Author:  cfudge [ Tue Dec 30, 2014 3:23 pm ]
Post subject:  HGIMatrix

renexxxx » Mon Dec 29, 2014 10:47 pm wrote:
cfudge » Tue Dec 30, 2014 4:01 pm wrote:I am BTW using 15-08
Don't use 15.08 for now. It hasn't been tested with 15.08 and the additional functionality that 15.08 gives (Hurst), is of no relevance to HGIMatrix, as this check is done inside the HGIMatrix code.
cfudge » Tue Dec 30, 2014 4:01 pm wrote: With regards to 23L it wouldn't load onto the chart when dragged from the indicator list. I have the lib file in library and even the other in include but no joy. I started the platform a few times without success.
Any error messages inside the 'Experts'-tab?
No error messages in experts Rene
I seem to remember looking in the journal tab and seeing some error messages but they are not there now
.
Chris
Author:  renexxxx [ Tue Dec 30, 2014 10:32 pm ]
Post subject:  HGIMatrix

There was a tiny little buggy in the time remaining code (thanks Paul! :roll: ) For some reason, the first digit of the time was cut-off. If you feel comfortable just search for:

Code: Select all

StringSubstr( TimeToString( timeRemaining, TIME_MINUTES|TIME_SECONDS ), 1 )
and replace it with:

Code: Select all

TimeToString( timeRemaining, TIME_MINUTES|TIME_SECONDS )
in both 23 and 23L.

Or, just re-download 23 and 23L from post 1.
Author:  RoyPK [ Wed Dec 31, 2014 1:01 am ]
Post subject:  HGIMatrix

Hi Rene.

Thank you very much for all your efforts in creating this wonderful Matrix and wish you a happy new year.
I write this to clarify the following:

Recently, whenever you make changes in matrix, you upload two indicators. For eg. HGIMatrixMTFv23.mq4 and HGIMatrixMTFv.23L.mq4.

Should we upload both the indicators to the indicators folder and drag both to the blank chart for Matrix to work?

Thanks in advance.

Roy
Author:  renexxxx [ Wed Dec 31, 2014 1:05 am ]
Post subject:  HGIMatrix

RoyPK » Wed Dec 31, 2014 11:01 am wrote: Should we upload both the indicators to the indicators folder and drag both to the blank chart for Matrix to work?
Roy
Hi Roy,

You only need one of the two. But they are slightly different. One is using the indicator (15.06) and the other one is using the library (L). It is up to you which one you want to use. But each one can run independently of the other.

Hope this clarifies.
Author:  RoyPK [ Wed Dec 31, 2014 1:09 am ]
Post subject:  HGIMatrix

renexxxx » Tue Dec 30, 2014 8:05 pm wrote:
RoyPK » Wed Dec 31, 2014 11:01 am wrote: Should we upload both the indicators to the indicators folder and drag both to the blank chart for Matrix to work?
Roy
Hi Roy,

You only need one of the two. But they are slightly different. One is using the indicator (15.06) and the other one is using the library (L). It is up to you which one you want to use. By each one can run independently of the other.

Hope this clarifies.

Thanks a lot for your clarification.

Have a nice day.

Roy
Author:  pacinvest [ Wed Dec 31, 2014 3:17 am ]
Post subject:  HGIMatrix

Hi Renexxxx

I have a request for the New Years list. HGI Matrix is a trading monster. My dash has Day/H4/H1 set up and I am training my brain and eye to see the trades. What would be great is to have a setting for the alarms that would switch off or on alarms for the different timeframes. For example I want to trade the H4 signals and I want that alarm to bang me on the head. For the Day and H1 I want to be able to study the Day and H1 for a variety of reasons and I love the template function, but I don't want those alarms.

No panic if there is no time or inclination to do this coding.

And a huge thanks, a brilliant tool - looking forward to nailing some trades
Author:  renexxxx [ Wed Dec 31, 2014 4:14 am ]
Post subject:  HGIMatrix

pacinvest » Wed Dec 31, 2014 1:17 pm wrote:Hi Renexxxx

I have a request for the New Years list. HGI Matrix is a trading monster. My dash has Day/H4/H1 set up and I am training my brain and eye to see the trades. What would be great is to have a setting for the alarms that would switch off or on alarms for the different timeframes. For example I want to trade the H4 signals and I want that alarm to bang me on the head. For the Day and H1 I want to be able to study the Day and H1 for a variety of reasons and I love the template function, but I don't want those alarms.

No panic if there is no time or inclination to do this coding.

And a huge thanks, a brilliant tool - looking forward to nailing some trades
How about we make the following boolean parameters:

Code: Select all

input bool            AlertOnTrendChange = true;
input bool            AlertOnRangeChange = false;
input bool            AlertOnRadChange   = false;
input bool            AlertOnWeakWave    = false;
input bool            AlertOnStrongWave  = true;
strings and set them to a comma-separated list of time frames for which you want to receive Alerts, like so:

Code: Select all

input string          AlertOnTrendChange = "1440,240,15";
input string          AlertOnRangeChange = "";
input string          AlertOnRadChange   = "240";
input string          AlertOnWeakWave    = "240";
input string          AlertOnStrongWave  = "240,60";
With a little code change, we can then only Alert if there is a change on the selected timeframe(s). Is this what you are suggesting?
Author:  Wavegarrick [ Wed Dec 31, 2014 4:47 am ]
Post subject:  HGI

jasa1975 wrote:Hi all
I read in the manual that the big arrow together with the wavey line are great trades and i have had some luck with them. I trade the 4 hour but was thinking of trading the daily, 4 hr and maybe the hourly. just using this signal. Is there any way i can filter to recieve just this combined signal and nothing else? or maybe in the future. I did ask in the Matrix thread with no luck.

Thanks if anyone can help.
Jasa
Hi Jasa,

If I understand you correctly you can set up a matrix for the daily and 4 hr together and then another matrix for the 4hr and hourly. Thats what I have done and it works perfectly for me. Any further questions on this I suggest you ask in the Hgi matrix thread.

Regards
Author:  renexxxx [ Wed Dec 31, 2014 5:41 am ]
Post subject:  HGIMatrix

I have now changed the code to accommodate pacinvest's requirement, to be able to switch Alerts on by timeframe. As alluded to in my previous post, the AlertOnXXX parameters have now become strings and must be set to a comma-separated list of time frames for which you want to receive Alerts. Obviously, you can't receive Alerts on a time frame that HGIMatrix is not monitoring. So, if the TimeFrames parameter is "240,15", it is no point to set the AlertOnTrendChange parameter to "1440". Also, don't set the parameter to a time frame that doesn't exist, like "241". If it is your aim to break the matrix, you will succeed.

Update 24 anf 24L in Post 1.
All times are UTC Page 27 of 68