Yuggr » Thu Jan 22, 2015 12:07 am wrote:Arrived home from work this evening to be greeted by an odd comment in the alerts stating that the indicator is not attached to the chart.
Now I'm sure that
HGB should only need the indicator in the folder to work and not attached to the chart.
Has been working fine up till this point, any one else seeing this issue?
Strange,,
What's happening is the initialization routine.
I've added this piece of code so the
HGB starts trading quickly.
Long story short... The EA does'nt find any wave signal in the past few 100 candles.
(believe I have set it to 100, should be enough).
So, check yourself if you see any wavys on the chart.
Have to add, that there must have been an event, which causes the EA to reinitialize.
You might wanna check the experts tab.
For those who find the techy geeky stuff interesting......
The
HGB is entering trend trades (think this might be also true for rad) when the tma status is RangeEnd.
This is determined by the wavy's.
In the older version of
HGB, you had to attach it to a chart..
wait for the next wavy to show up.. and then it knows if its ranging or trending..
(if its seeing a ranging wave, you'll even have to wait longer)
To speed thing up, (don't like unnecessary waiting, specifically not when I am testing the thing).
I've made a routine which actively searching the chart for the last wavy.
Checks if its a blue or yellow one, and determine the trend (or range).
Oops, just realized that this is one of the things Steve has changed in the EA when we did separate the development of the EA.
So the newer versions of the
HGB might behave differently then I described.