HGIMatrix

The title says it all
Post Reply
Zoog
Trader
Posts: 34
Joined: Wed May 28, 2014 3:46 pm
Location: Vienna, Austria

HGIMatrix

Post by Zoog »

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.
qvintus
Trader
Posts: 220
Joined: Sat Nov 30, 2013 7:02 pm

HGIMatrix

Post by qvintus »

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?
User avatar
renexxxx
Trader
Posts: 860
Joined: Sat Dec 31, 2011 3:48 am

HGIMatrix

Post by renexxxx »

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 :)
trendinator
Trader
Posts: 156
Joined: Sat Dec 06, 2014 12:22 am

HGIMatrix

Post by trendinator »

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 :)
User avatar
josch
Trader
Posts: 72
Joined: Tue Dec 06, 2011 4:55 pm

HGIMatrix v30

Post by josch »

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
... trading is war - life is simple ...
Daily EUR/USD Range https://twitter.com/traderjjs
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

HGIMatrix v30

Post by milanese »

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
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
josch
Trader
Posts: 72
Joined: Tue Dec 06, 2011 4:55 pm

HGIMatrix v30

Post by josch »

Tommaso,

thank you clarifying this.

Cheers
josch
... trading is war - life is simple ...
Daily EUR/USD Range https://twitter.com/traderjjs
User avatar
matt_32
Trader
Posts: 204
Joined: Tue Apr 03, 2012 8:51 am
Location: Crete, Greece

HGIMatrix

Post by matt_32 »

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
You do not have the required permissions to view the files attached to this post.
"Wise men speak because they have something to say; Fools because they have to say something." - Plato 347 BC
User avatar
renexxxx
Trader
Posts: 860
Joined: Sat Dec 31, 2011 3:48 am

HGIMatrix

Post by renexxxx »

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.
User avatar
matt_32
Trader
Posts: 204
Joined: Tue Apr 03, 2012 8:51 am
Location: Crete, Greece

HGIMatrix

Post by matt_32 »

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
"Wise men speak because they have something to say; Fools because they have to say something." - Plato 347 BC
Post Reply

Return to “Indicators and matrixes”