PureBytes Links
Trading Reference Links
|
Hello,
Thanks to Dennis Skobar's contribution on AB's AFL library, I have the
indcator to calculcate the NH-NL indicator:
H1 = High > Ref(HHV(High,260),-1);
L1 = Low < Ref(LLV(Low,260),-1);
HiLoDifference = H1 - L1;
AddToComposite( HiLoDifference , "~NewHiNewLoIndex",
"X", atcFlagDefaults = 7);
However, on the weekly timeframe, this indicator uses Friday's data
value. Is there a way to specify that it should sum the values for the
individual days of the week when displayed on the weekly timeframe, in
the same way the the volume indicator sums the daily volume values?
Many thanks,
Paul
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
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/
|