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

HGIMatrix
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3973
Page 3 of 68
Author:  kundanketki [ Sun Dec 07, 2014 6:12 pm ]
Post subject:  HGIMatrix

renexxxx » Sun Dec 07, 2014 5:15 pm wrote:Did you check the Experts-tab. I am guessing there is some error message, so it would be nice to know which one...

Also, have you tried removing the indicator from the chart and re-attaching it to the chart? Since it is weekend, the server time is not moving and the OnTimer() event does nothing. By re-initializing the indicator, it will run the OnTimer() function just once ...

Cheers ...
Thanks renexxxx

I have followed your suggestion of removing indicator and reattaching it to chart.

However it is also not working.
Author:  cad0811 [ Sun Dec 07, 2014 6:32 pm ]
Post subject:  HGIMatrix

I load index, symbol is such, is the reason, thank you!
20141208023036.png
Author:  renexxxx [ Sun Dec 07, 2014 7:38 pm ]
Post subject:  HGIMatrix

kundanketki » Mon Dec 08, 2014 4:12 am wrote: Thanks renexxxx

I have followed your suggestion of removing indicator and reattaching it to chart.

However it is also not working.
Not sure what's going on. Wait for the markets to open, re-attach the indicator and see if it is still not working.
Author:  renexxxx [ Sun Dec 07, 2014 7:40 pm ]
Post subject:  HGIMatrix

cad0811 » Mon Dec 08, 2014 4:32 am wrote:I load index, symbol is such, is the reason, thank you!
Your wingdings font is different from mine ... does this have to do with the language set on your computer?
Author:  alorente [ Thu Dec 11, 2014 12:27 pm ]
Post subject:  HGIMatrix

Renee, I have a suggestion to make. Could we have an input that allows you to show the last symbol for each pair until it is substituted by a new symbol?

Right now, the symbol only shows for the current bar. It would be nice to have the option of the last symbol remaining on the Matrix.

Thanks.
Author:  SpiderX [ Thu Dec 11, 2014 3:49 pm ]
Post subject:  HGIMatrix

alorente » Thu Dec 11, 2014 8:27 pm wrote:Renee, I have a suggestion to make. Could we have an input that allows you to show the last symbol for each pair until it is substituted by a new symbol?
Maybe you would need to have a number beside the symbol to indicate how many bars back is the signal.
Sorry Rene...hope this is not going to be a tough one for you.

Cheers
Author:  gringoh [ Thu Dec 11, 2014 4:31 pm ]
Post subject:  HGIMatrix

Hi Rene, Spider,

I had the same problem on my dashboard and I did exactly what Spider is suggesting. A bar count per signal to identify which one is the latest signal.

Took me a while…

Now I have to update trading conditions with this latest information.

Cheers,
G
Author:  renexxxx [ Fri Dec 12, 2014 3:15 am ]
Post subject:  HGIMatrix

alorente » Thu Dec 11, 2014 10:27 pm wrote:Renee, I have a suggestion to make. Could we have an input that allows you to show the last symbol for each pair until it is substituted by a new symbol?

Right now, the symbol only shows for the current bar. It would be nice to have the option of the last symbol remaining on the Matrix.

Thanks.
Good idea, Al!

I have made a few minor modifications to the code and introduced a few new parameters, notibly:
  1. UseClosedCandle (default: false)
  • ShowMostRecentSignal (default: false)
  • ShowBarNo (default: false)
  • MaxBarLookback (default: 200)
If UseClosedCandle is false, it will start looking back in history for a signal at bar=0 (i.e. the currently open candle. However, if UseClosedCandle is true, it will start looking from bar=1 (i.e. the most recent closed candle).

If ShowMostRecentSignal is false, it will behave as before, i.e. it will only show an arrow or a wave if there was one on bar=0 (if UseClosedCandle is false), or bar=1 (if UseClosedCandle is true). However, if ShowMostRecentSignal is true, it will go back in history (upto MaxBarLookback) and display the most recent signal or wave.


If you set ShowBarNo to true, you will get an annoyingly complicated display as it appends the bar number where it found the particular signal for the arrow or wave, like so:
Selection_114.png
For those who didn't know, bars (or candles) are numbered from 0 and up, where 0 represents the currently open bar, 1 represents the most recent closed bar and so on and on.

If you set alerts and/or notifications on, you will get a yell if something has changed.

I am pre-empting a question that might popup: "How come, that I got a notification that a signal changed on bar=2" -- Answer, this is because the HGI Indicator has just repainted. HGIMatrix does not dream up these signals by itself. They come from the HGI Indicator. The HGI Indicator uses the TMA for some of its calculations -- therefore, some values can change even on closed bars.

Update in post 1.

In short, have fun ... and any issues, just yell!
Author:  jeysun [ Fri Dec 12, 2014 3:59 am ]
Post subject:  HGIMatrix

Thank you renexxxx, what a time saver!
Author:  guptabhk [ Fri Dec 12, 2014 4:56 am ]
Post subject:  HGIMatrix

WOW!! Very very thank u renexxx, it is nice to see last signal and current signal
regards :clap:
All times are UTC Page 3 of 68