Keith, I am only guessing at what may help you here,... Have you tried using your Indicator in the Trend section of the Expert Advisor?
-- Bill ----- Original Message ----- From: a To: [email protected] Sent: Tuesday, January 21, 2014 7:18 PM Subject: RE: [EquisMetaStock Group] Re: finding a high HI, I'm simply trying to count bars from the " last high (peak)" using an Expert It plots on virtually every bar - instead of just " the high" I have prev tried HHV & HHVbars -- they give the same result-- it even plots in a downtrend In my earlier mail today, I noticed if I use an Indicator ( instead of an Expert), the indicator plots pretty good How/why it plots differently than an Expert, I can't figure out as I thought the trick was to use an Expert plot to visually see exactly what's happening I want the prev peak -- then no more plots until next peak, unless I code otherwise --- easy to say but not to do, for me anyway Thanks for the suggestion Keith < /p> From: [email protected] [mailto:[email protected]] On Behalf Of Kim Blake Sent: Tuesday, 21 January 2014 3:03 PM To: [email protected] Subject: [EquisMetaStock Group] Re: finding a high Not sure what you are trying to find but one of these should work; &nbs p; HHVBars(H ,250 ) HHV(HIGH,250! )
