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

HGIMatrix
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3973
Page 38 of 68
Author:  Zoog [ Sun Feb 08, 2015 8:37 am ]
Post subject:  HGIMatrix

I will have a look at it when I am back from travelling.

Cheers.
Hi Rene

I know you have hear this before but many many thanks for your fantastic matrix and all your time and effort that must have gone into it. I was late coming to it but better late then never. Its brilliant and much appreciated.
Author:  qvintus [ Tue Feb 10, 2015 1:21 pm ]
Post subject:  HGIMatrix

Hi Rene, thanks for a wonderful tool :-)
Bob has released two new HGI indicators. One for H1 and one for M15. Could they be implemented in your Matrix?
Author:  renexxxx [ Wed Feb 11, 2015 8:21 am ]
Post subject:  HGIMatrix

I had promised that I would rewrite the symbol selection routine. In version 30 and 30L (Post 1) I have fulfilled my promise.

There are now three parameters, to allow you to specify which symbols you want:
(1) IncludeSymbols: Leave it blank if you want to include all symbols in the market panel, or specify just the symbols you want. The string 'NULL' is translated to the symbol of the current chart.
(2) ExcludeSymbols: Leave it blank if you don't want to exclude any symbols, or specify the symbols you want to exclude. Again 'NULL' is translated to the symbol of the current chart.
(3) ExcludeExtensions: This is to specify, which symbol extensions you want to exclude. A symbol extension is defined as the string of characters that appears after the 6th character in the symbol name. Eg. in 'AUDUSD.', the extension is the '.' (dot) character.

The symbols you get are determined as follows:
If IncludeSymbols is empty: You will get all symbols in the market panel, minus those in ExcludeSymbols and minus those which have an extension in the ExcludeExtentions list.

If IncludeSymbols is non-empty: You will only get the symbols in IncludeSymbols, as long as they are listed in the market panel and as long as their extension is not in the ExcludeExtentions list. HGIMatrix will list the symbols in the order they appear in IncludeSymbols.

As an example, NordFX has every symbol three times in their market panel, once with no extension, once with the '.' extension and once with the '-' extension. If you just want to the see the symbols with no extension, you set the parameters like this:

Code: Select all

IncludeSymbols     = "";
ExcludeSymbols     = "";
ExcludeExtensions  = ".,-";
And in order to avoid messages such as "I can't see symbol xxxyyy", I have changed the default value of ShowOnlyHurst to false :)
Author:  trendinator [ Wed Feb 11, 2015 8:23 am ]
Post subject:  HGIMatrix

renexxxx » Wed Feb 11, 2015 6:21 pm wrote:I had promised that I would rewrite the symbol selection routine. In version 30 and 30L (Post 1) I have fulfilled my promise.

There are now three parameters, to allow you to specify which symbols you want:
(1) IncludeSymbols: Leave it blank if you want to include all symbols in the market panel, or specify just the symbols you want. The string 'NULL' is translated to the symbol of the current chart.
(2) ExcludeSymbols: Leave it blank if you don't want to exclude any symbols, or specify the symbols you want to exclude. Again 'NULL' is translated to the symbol of the current chart.
(3) ExcludeExtensions: This is to specify, which symbol extensions you want to exclude. A symbol extension is defined as the string of characters that appears after the 6th character in the symbol name. Eg. in 'AUDUSD.', the extension is the '.' (dot) character.

The symbols you get are determined as follows:
If IncludeSymbols is empty: You will get all symbols in the market panel, minus those in ExcludeSymbols and minus those which have an extension in the ExcludeExtentions list.

If IncludeSymbols is non-empty: You will only get the symbols in IncludeSymbols, as long as they are listed in the market panel and as long as their extension is not in the ExcludeExtentions list. HGIMatrix will list the symbols in the order they appear in IncludeSymbols.

As an example, NordFX has every symbol three times in their market panel, once with no extension, once with the '.' extension and once with the '-' extension. If you just want to the see the symbols with no extension, you set the parameters like this:

Code: Select all

IncludeSymbols     = "";
ExcludeSymbols     = "";
ExcludeExtensions  = ".,-";
And in order to avoid messages such as "I can't see symbol xxxyyy", I have changed the default value of ShowOnlyHurst to false :)
nice one rene. i was having trouble with my micro account that has 'mirco' after every symbol. good fix :)
Author:  josch [ Wed Feb 11, 2015 12:06 pm ]
Post subject:  HGIMatrix v30

Hi Renee,

great work, thank you one more time.

I'm assuming right, that the new lib-based version only is corresponding to the 'standard' H4
and D1 timeframes HGI?

Now, Bob offering evaluation of a new H1 and M15 version, it seems to me, that there are
some changes, which aren't available using the library. Correct?

Thank you - regards
josch
Author:  milanese [ Wed Feb 11, 2015 12:12 pm ]
Post subject:  HGIMatrix v30

josch » Wed Feb 11, 2015 12:06 pm wrote:Hi Renee,

great work, thank you one more time.

I'm assuming right, that the new lib-based version only is corresponding to the 'standard' H4
and D1 timeframes HGI?

Now, Bob offering evaluation of a new H1 and M15 version, it seems to me, that there are
some changes, which aren't available using the library. Correct?

Thank you - regards
josch
this special versions of HGI are are in beta stage and not working correct in iCustom calls , so it would make no sense to use them with the indicator version of the HGI-Matrix...
Cheers :)

Tommaso
Author:  josch [ Wed Feb 11, 2015 12:45 pm ]
Post subject:  HGIMatrix v30

Tommaso,

thank you clarifying this.

Cheers
josch
Author:  matt_32 [ Tue Feb 17, 2015 9:26 am ]
Post subject:  HGIMatrix

Hi Guys,

I wonder If anyone can help me out here. I am trying to configure HGI Matrix to alert me only on the most recent 0 candle change and stop giving alerts that involve something that has happened 5-10 candles back.
I have switched "show most recent candle" to FALSE but it hides all the action.
I just want the functionality that the "show most recent candle" set to FALSE gives but on the other hand I do not want to hide the rest of the info from my screen (just mute them)

In the picture below you'll see that out of 10 alerts by the indicator there is only 1 that I wanna see.

Can I do that?


Thanks in advance
Matt
Author:  renexxxx [ Tue Feb 17, 2015 10:33 am ]
Post subject:  HGIMatrix

matt_32 » Tue Feb 17, 2015 7:26 pm wrote: I am trying to configure HGI Matrix to alert me only on the most recent 0 candle change and stop giving alerts that involve something that has happened 5-10 candles back.

Can I do that?
Not in its current version, I'm afraid.

If you set ShowMostRecentSignal to FALSE, it only notices signals on Bar=0 (if UseClosedCandle = FALSE) or on Bar=1 (if UseClosedCandle = TRUE). You can be alerted to these signals on Bar 0 (or 1) by setting the various AlertOn ... parameters appropriately. The matrix won't display signals older than Bar 0 (or 1).

You can run one HGIMatrix on one chart with ShowMostRecentSignal = TRUE, to show the older signals, and switch off all the Alerts and run other HGIMatrix on another chart with ShowMostRecentSignal = FALSE and switch on certain Alerts.

Hope this helps.
Author:  matt_32 [ Tue Feb 17, 2015 1:40 pm ]
Post subject:  HGIMatrix

renexxxx » Tue Feb 17, 2015 12:33 pm wrote:
matt_32 » Tue Feb 17, 2015 7:26 pm wrote: I am trying to configure HGI Matrix to alert me only on the most recent 0 candle change and stop giving alerts that involve something that has happened 5-10 candles back.

Can I do that?
Not in its current version, I'm afraid.

If you set ShowMostRecentSignal to FALSE, it only notices signals on Bar=0 (if UseClosedCandle = FALSE) or on Bar=1 (if UseClosedCandle = TRUE). You can be alerted to these signals on Bar 0 (or 1) by setting the various AlertOn ... parameters appropriately. The matrix won't display signals older than Bar 0 (or 1).

You can run one HGIMatrix on one chart with ShowMostRecentSignal = TRUE, to show the older signals, and switch off all the Alerts and run other HGIMatrix on another chart with ShowMostRecentSignal = FALSE and switch on certain Alerts.

Hope this helps.

Thank you, will try this !

Matt
All times are UTC Page 38 of 68