Hi Renexxxx
Could you immagine a version, where only the pair of the actual chart is shown like "show only pair on this chart=true" so that you can change currencies without changing the settings of the indicator?
Thanks Mike
HGIMatrix
- renexxxx
- Trader
- Posts: 860
- Joined: Sat Dec 31, 2011 3:48 am
HGIMatrix
If you set IncludeSymbols = NULL, you would get what you want.Mike » Fri Apr 17, 2015 1:58 am wrote:Hi Renexxxx
Could you immagine a version, where only the pair of the actual chart is shown like "show only pair on this chart=true" so that you can change currencies without changing the settings of the indicator?
Thanks Mike
- Mike
- Trader
- Posts: 272
- Joined: Sun Dec 11, 2011 12:30 pm
- Location: Italy
HGIMatrix
Great, thanks mikerenexxxx » Thu Apr 16, 2015 9:53 pm wrote:If you set IncludeSymbols = NULL, you would get what you want.Mike » Fri Apr 17, 2015 1:58 am wrote:Hi Renexxxx
Could you immagine a version, where only the pair of the actual chart is shown like "show only pair on this chart=true" so that you can change currencies without changing the settings of the indicator?
Thanks Mike
-
rhopz
- Posts: 3
- Joined: Thu Nov 14, 2013 7:51 pm
HGIMatrix
Hi! I have been lurking intermittently in this forums for a while.
As I deemed that maybe somebody will find it useful (maybe not...), I am posting here a version of the HGIMatrix that can send alerts through the network (in the form of strings, through a raw TCP connection). It's not very well done (doesn't check anything, and opens and closes connections for every message -could have been done with UDP for that matter) but it should work well in a LAN.
I haven't been very successful with HGI, but I reckon it's a valuable indicator and there's a lot of work behind it (a pity that MT is so frustrating to deal with).
Cheers!
PS: As a new poster, I hope I am posting in the right place, et cetera...
As I deemed that maybe somebody will find it useful (maybe not...), I am posting here a version of the HGIMatrix that can send alerts through the network (in the form of strings, through a raw TCP connection). It's not very well done (doesn't check anything, and opens and closes connections for every message -could have been done with UDP for that matter) but it should work well in a LAN.
I haven't been very successful with HGI, but I reckon it's a valuable indicator and there's a lot of work behind it (a pity that MT is so frustrating to deal with).
Cheers!
PS: As a new poster, I hope I am posting in the right place, et cetera...
You do not have the required permissions to view the files attached to this post.
- renexxxx
- Trader
- Posts: 860
- Joined: Sat Dec 31, 2011 3:48 am
HGIMatrix
Thank you rhopz for your contribution!rhopz » Wed Apr 22, 2015 3:27 am wrote:Hi! I have been lurking intermittently in this forums for a while.
As I deemed that maybe somebody will find it useful (maybe not...), I am posting here a version of the HGIMatrix that can send alerts through the network (in the form of strings, through a raw TCP connection). It's not very well done (doesn't check anything, and opens and closes connections for every message -could have been done with UDP for that matter) but it should work well in a LAN.
I haven't been very successful with HGI, but I reckon it's a valuable indicator and there's a lot of work behind it (a pity that MT is so frustrating to deal with).
Cheers!
PS: As a new poster, I hope I am posting in the right place, et cetera...
Just a question for the application of this: HGIMatrix currently can send emails, push notifications and alerts. Alerts can also be routed to a file that can be monitored with an external application. Why would one need to get a notification to a socket on another host/port? Obviously, there must be also a listener on that socket in order to do something with that notification.
Also, have you had a look at ZeroMQ. Would like to get your views on how this relates to your work.
Cheers!
-
rhopz
- Posts: 3
- Joined: Thu Nov 14, 2013 7:51 pm
HGIMatrix
Hi renexxxx!renexxxx » Tue Apr 21, 2015 8:04 pm wrote: Thank you rhopz for your contribution!
Just a question for the application of this: HGIMatrix currently can send emails, push notifications and alerts. Alerts can also be routed to a file that can be monitored with an external application. Why would one need to get a notification to a socket on another host/port? Obviously, there must be also a listener on that socket in order to do something with that notification.
Also, have you had a look at ZeroMQ. Would like to get your views on how this relates to your work.
Cheers!
You're right. It's meant to have something listening in the chosen port... long ago I started developing a server that does communicate like that (unencrypted raw sockets) with the clients. The clients reported ticks, accepted orders, et cetera. The included DLL is an extremely simplified version of the DLL that handled all that, which I found useful for adapting quickly EAs/Indis running in Empty4. (actually the next step would be adding a function named OrderSrnd or something like that -with the same parameters as OrderSend- so adapting an EA would be as simple as a string substitution)
But it's true that it may not be a common use -and somebody that wants raw sockets may prefer to actually develop their own DLL (or use winsock directly from MQL). That's why I wasn't sure that anyone would find it useful -but well, just in case...
I remember checking ZeroMQ long ago, and it really seemed like a very heterogeneous and reliable solution. However, I ended up developing a simple DLL to send those messages because it seemed a more lightweight solution and I didn't have to spend time getting to know the ØMQ API and such.
- renexxxx
- Trader
- Posts: 860
- Joined: Sat Dec 31, 2011 3:48 am
HGIMatrix
I was made aware by PM that the code that was changed in 31 and 31L, to make Waves clickable had broken the flashing Waves on shift=0. This has now been fixed. So, Wave signals on the current candle will now flash again (and are still clickable). Technically, this is not a functional enhancement, but a bug repair, that's why I left the version numbers the same.
Post 1 contains the modified version 31 and 31L.
Thanks to bharath4x for letting me know

Post 1 contains the modified version 31 and 31L.
Thanks to bharath4x for letting me know
-
bharath4x
- Posts: 8
- Joined: Mon Apr 20, 2015 11:08 am
HGIMatrix
Hi Rene,
Thanks a lot for this wonderful tool.
I just have a suggestion to ONLY display cells having Blue waves/Trend arrows in current bar/candle (Most of us only follow this) along with most recent signal values of other selected timeframes and selected filters.
I know, flash function does this but it flashes RAD and Range arrows too and also it won't display any recent signal values of other selected timeframes.
I'm sure most of us love this feature as it helps to select the pairs for trade for that day.
I request experienced traders to advice, if closed candle signal [1] is better than the current candle [0].
Also request to provide optimum values for ATR related parameters for H4 timeframe.
Thanks in advance...
Thanks a lot for this wonderful tool.
I just have a suggestion to ONLY display cells having Blue waves/Trend arrows in current bar/candle (Most of us only follow this) along with most recent signal values of other selected timeframes and selected filters.
I know, flash function does this but it flashes RAD and Range arrows too and also it won't display any recent signal values of other selected timeframes.
I'm sure most of us love this feature as it helps to select the pairs for trade for that day.
I request experienced traders to advice, if closed candle signal [1] is better than the current candle [0].
Also request to provide optimum values for ATR related parameters for H4 timeframe.
Thanks in advance...
-
forexdj
- Trader
- Posts: 63
- Joined: Fri Mar 22, 2013 4:40 am
HGIMatrix
Good suggestion. I hope that's possible renexxxx.bharath4x wrote:Hi Rene,
Thanks a lot for this wonderful tool.
I just have a suggestion to ONLY display cells having Blue waves/Trend arrows in current bar/candle (Most of us only follow this) along with most recent signal values of other selected timeframes and selected filters.
I know, flash function does this but it flashes RAD and Range arrows too and also it won't display any recent signal values of other selected timeframes.
I'm sure most of us love this feature as it helps to select the pairs for trade for that day.
I request experienced traders to advice, if closed candle signal [1] is better than the current candle [0].
Also request to provide optimum values for ATR related parameters for H4 timeframe.
Thanks in advance...
bharath4x, I use the current candle with pending buy/sell orders. If you wait for close of candle the move might be far by the time you get in. Remember what Bob says about waiting for a candle close...
UKIONA VYAELEA JUA VIMEUNDWA!
- renexxxx
- Trader
- Posts: 860
- Joined: Sat Dec 31, 2011 3:48 am
HGIMatrix
We are potentially opening up a can of worms here. Imagine what happens if I create the additional parameter eg. ShowOnlyBlueWavesAndTrendArrowsOnCurrentCandle and add the code to this effect. The next post will be: "renexxxx can you please also add a parameter for the following:forexdj » Thu Apr 30, 2015 10:03 am wrote:Good suggestion. I hope that's possible renexxxx.bharath4x wrote:Hi Rene,
Thanks a lot for this wonderful tool.
I just have a suggestion to ONLY display cells having Blue waves/Trend arrows in current bar/candle (Most of us only follow this) along with most recent signal values of other selected timeframes and selected filters.
I know, flash function does this but it flashes RAD and Range arrows too and also it won't display any recent signal values of other selected timeframes.
I'm sure most of us love this feature as it helps to select the pairs for trade for that day.
I request experienced traders to advice, if closed candle signal [1] is better than the current candle [0].
Also request to provide optimum values for ATR related parameters for H4 timeframe.
Thanks in advance...
bharath4x, I use the current candle with pending buy/sell orders. If you wait for close of candle the move might be far by the time you get in. Remember what Bob says about waiting for a candle close...
- ShowOnlyBlueWavesAndTrendArrowsOnAnyCandle
- ShowOnlyBlueWavesAndRadArrowsOnCurrentCandle
- ShowOnlyRangeWavesOnCandle5
- ShowOnlyRangeWavesAndRadArrowsOnYesterdaysCandle
- ShowAHappyFaceWhenTheSunIsShining
- ShowABigRedCrossOnTheScreenWhenItIsNFPDay