HGIMatrix

The title says it all
Post Reply
User avatar
alorente
Trader
Posts: 358
Joined: Sat Aug 25, 2012 8:47 am

HGIMatrix

Post by alorente »

Rene,

I have a suggestion that may be helpful:

The procedure of analysis that I use to select tradable pairs for the day runs something like this:

1- I check the H4 column for Trend arrows or Strong Buffer 8 Wavies.

2- I check each of the charts of these pairs to make sure the change in trend is not very old.

3 Once I select the pairs, usually 3 or 4, I check the M15 column, looking for a Trend arrow or a Strong wavy in the same direction as H4.

The rest of the day is spent on trading in and out of these 3 or 4 pairs according to the signals in M15.

Is there a way to mark these pairs by clicking on the pair name so the background or the name itself changes color?

This would make identifying these few pairs much easier among the many in the Matrix.

Thanks.
Observation is the path to discovery.
User avatar
renexxxx
Trader
Posts: 860
Joined: Sat Dec 31, 2011 3:48 am

HGIMatrix

Post by renexxxx »

alorente » Wed Dec 17, 2014 8:08 pm wrote: Is there a way to mark these pairs by clicking on the pair name so the background or the name itself changes color?

This would make identifying these few pairs much easier among the many in the Matrix.

Thanks.
Sure, that is not a problem. Do you want to be able to 'un-mark' them by clicking again? And is there a requirement to retain that selection after a Empty4-restart or re-initialisation of the indicator?

R.
User avatar
alorente
Trader
Posts: 358
Joined: Sat Aug 25, 2012 8:47 am

HGIMatrix

Post by alorente »

renexxxx » Wed Dec 17, 2014 11:14 am wrote:
alorente » Wed Dec 17, 2014 8:08 pm wrote: Is there a way to mark these pairs by clicking on the pair name so the background or the name itself changes color?

This would make identifying these few pairs much easier among the many in the Matrix.

Thanks.
Sure, that is not a problem. Do you want to be able to 'un-mark' them by clicking again? And is there a requirement to retain that selection after a Empty4-restart or re-initialisation of the indicator?

R.
Thanks Rene,

The first one is a yes. The second is: It would be nice but not absolutely necessary.

I believe this is going to be a very handy feature.
Observation is the path to discovery.
drunka
Trader
Posts: 86
Joined: Thu Dec 11, 2014 8:05 pm

HGIMatrix

Post by drunka »

renexxxx » Wed Dec 17, 2014 11:00 am wrote:
drunka » Wed Dec 17, 2014 7:57 pm wrote:Hallo renexxxx,

thank you for this indicator. I just started using the MTF and it and it helps a lot keeping an overview over so many pairs!

One request, would you be able to create an alert switch for a combination of a 'large arrow + wavy lines'?

Kind regards
In fact, that would be a 'large arrow + STRONG wavy line', right? Also, with the large arrow pointing away from the wave? Please clarify?
Yes, a large arrow pointing away from a strong wavy line (for short and long entries).
I now added an image to clarify :)

/edit: changed image to new HGI with blue lines
You do not have the required permissions to view the files attached to this post.
Last edited by drunka on Wed Dec 17, 2014 12:24 pm, edited 2 times in total.
trendinator
Trader
Posts: 156
Joined: Sat Dec 06, 2014 12:22 am

HGIMatrix

Post by trendinator »

drunka » Wed Dec 17, 2014 7:57 pm wrote:Hallo renexxxx,

thank you for this indicator. I just started using the MTF and it and it helps a lot keeping an overview over so many pairs!

One request, would you be able to create an alert switch for a combination of a 'large arrow + wavy lines' on the same bar?

Kind regards
i think this is a good idea. i have now realised that the best entry is when there is a strong wavy followed shortly by a big arrow. so maybe something like...

if (big arrow && strong wavy &&(slopeshift <= MaxSlopeShift) { trigger! }

then the cell could light up a different color to highlight that and stay lit until a new signal comes.

the strong wavy and big arrow would of course need to be pointing in the same direction - although i don't think it's possible that it could be backwards.

i would try to code this myself but i definitely don't know what im doing on this one.

thanks again for all your work on this renexxxx
User avatar
renexxxx
Trader
Posts: 860
Joined: Sat Dec 31, 2011 3:48 am

HGIMatrix

Post by renexxxx »

alorente » Wed Dec 17, 2014 8:08 pm wrote: Is there a way to mark these pairs by clicking on the pair name so the background or the name itself changes color?

This would make identifying these few pairs much easier among the many in the Matrix.

Thanks.
I have added a few lines to allow one to select a symbol. These lines have only been added to the MTF-version.
Selection_123.png
There is a new parameter called: ClrSelect (default: clrNavy) that will be the background color of the selected symbol. If you click again, the color should go away.

Note that this does not survive a Empty4-restart or indi-reinitialisation (I haven't set any global variables), but it does survive subsequent updates to the signals (of course).

Update (to the HGIMatrixMTF.mq4) is in post 1.
You do not have the required permissions to view the files attached to this post.
User avatar
alorente
Trader
Posts: 358
Joined: Sat Aug 25, 2012 8:47 am

HGIMatrix

Post by alorente »

renexxxx » Wed Dec 17, 2014 12:05 pm wrote:
alorente » Wed Dec 17, 2014 8:08 pm wrote: Is there a way to mark these pairs by clicking on the pair name so the background or the name itself changes color?

This would make identifying these few pairs much easier among the many in the Matrix.

Thanks.
I have added a few lines to allow one to select a symbol. These lines have only been added to the MTF-version.


There is a new parameter called: ClrSelect (default: clrNavy) that will be the background color of the selected symbol. If you click again, the color should go away.

Note that this does not survive a Empty4-restart or indi-reinitialisation (I haven't set any global variables), but it does survive subsequent updates to the signals (of course).

Update (to the HGIMatrixMTF.mq4) is in post 1.
Thanks a lot Rene. I appreciate it.
Observation is the path to discovery.
marktaylorza
Trader
Posts: 10
Joined: Sun Aug 10, 2014 9:35 pm
Location: Cape Town, South Africa

HGIMatrix

Post by marktaylorza »

Hi Rene,

Thank you for all your hard work with the matrix.

I have noticed a few differences when using HGI_v15.03.
The number of bars next to the arrows seems not to work correctly. Works perfectly with HGI_v15.01.

The wavy terminology has changed in HGI_v15.03.
Buffer 7 wavy is now a Wavy Range
Buffer 8 wavy is now a Wavy Trend

A suggestion would be a change in the wording used in the matrix from Strong and Weak waves to calling the waves Wavy Range and Wavy Trend, as referred to in HGI, to prevent possible confusion.


M
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

HGIMatrix

Post by milanese »

marktaylorza » Wed Dec 17, 2014 11:55 am wrote:Hi Rene,

Thank you for all your hard work with the matrix.

I have noticed a few differences when using HGI_v15.03.
The number of bars next to the arrows seems not to work correctly. Works perfectly with HGI_v15.01.

The wavy terminology has changed in HGI_v15.03.
Buffer 7 wavy is now a Wavy Range
Buffer 8 wavy is now a Wavy Trend

A suggestion would be a change from the wording in the matrix from referring to strong and weak waves to calling the waves Wavy Range and Wavy Trend to prevent possible confusion.


M
the 15.03 had a bug causing problems with iCustom calls, it is updated in the thread

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
marktaylorza
Trader
Posts: 10
Joined: Sun Aug 10, 2014 9:35 pm
Location: Cape Town, South Africa

HGIMatrix

Post by marktaylorza »

milanese » Wed Dec 17, 2014 2:02 pm wrote:
marktaylorza » Wed Dec 17, 2014 11:55 am wrote:Hi Rene,

Thank you for all your hard work with the matrix.

I have noticed a few differences when using HGI_v15.03.
The number of bars next to the arrows seems not to work correctly. Works perfectly with HGI_v15.01.

The wavy terminology has changed in HGI_v15.03.
Buffer 7 wavy is now a Wavy Range
Buffer 8 wavy is now a Wavy Trend

A suggestion would be a change from the wording in the matrix from referring to strong and weak waves to calling the waves Wavy Range and Wavy Trend to prevent possible confusion.


M
the 15.03 had a bug causing problems with iCustom calls, it is updated in the thread

Cheers :)

Tommaso
Fixed... Working perfectly now

Thank you
Post Reply

Return to “Indicators and matrixes”