PureBytes Links
Trading Reference Links
|
Hi Mike,
I got myself confused. I was looking at LLV of Momentum and it did not look right to me but, after your feedback I had a second look and it is correct. My AFL programming works best if I review my code next day and question myself on what I have done. Trying to finish things in one day always leads to problems. Thanks for your feedback again.
Regards
Richard
--- In amibroker@xxxxxxxxxxxxxxx, "Mike" <sfclimbers@xxx> wrote:
>
> Hi,
>
> Your question is a bit confusing. It sounds like HHV and LLV would do exactly what you are asking for.
>
> From the user guide:
> "The formula "llv( close, 14 )" returns the lowest closing price over the preceding 14 periods."
>
> How is that different from your request of:
> "I need the lowest values of the last period"
>
> Note that Highest and Lowest are relative to the first day, as you feared. But HHV and LLV are not.
>
> Mike
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Richard" <richpach2@> wrote:
> >
> > Hello, can someone help please with the question how to find a lowest or highest value in the last period?
> > HHV and LLV give values calculated from first to the last bar. I need the lowest values of the last period say of 30 bars based on countback from last bar to 30 bars back. Do I need another function for this or do I need to use a loop like in - for (i = BarCount; i < 30; i--)?
> >
> > Regards
> > Richard
> >
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|