PureBytes Links
Trading Reference Links
|
Hi,
When i copy this formulae to the explorer,following
message is dislayed."This variable or expression must
contain only constant data.".Please clarify
--- Karile <karile@xxxxxxxxxx> wrote:
>
> Hi,
>
> Thanks Robert and Praktikus. Your codes work
> perfectly :)
>
> My load options are always set to the max (65500) :
> what I would like to
> do is to count the total number of values of an
> indicator (a RSI for
> instance) displayed in a chart.
>
> How could I do that ?
>
> Many thanks for your help,
>
> Karile
>
>
>
>
> Richard Dale wrote:
>
> > Try this:
> >
> > HIGHESTSINCE(1,CUM(1)=1,RSI(30,C));
> > LOWESTSINCE(1,CUM(1)=1,RSI(30,C));
> >
> > The way this works is that CUM(1) shows you the
> bar number for each
> > bar of the chart. So CUM(1)=1 is the highest
> since the first bar.
> >
> > Substitute RSI(30) for the indicator you want.
> >
> > Best regards,
> > Richard Dale.
> > Norgate Investor Services
> > - Premium quality Stock, Futures and Foreign
> Exchange Data for
> > markets in Australia, Asia, Canada, Europe, UK &
> USA -
> > www.premiumdata.net <http://www.premiumdata.net/>
> >
> >
> >
>
------------------------------------------------------------------------
> > *From:* Karile [mailto:karile@xxxxxxxxxx]
> > *Sent:* Tuesday, 26 October 2004 1:47 AM
> > *To:* Metastockusers@xxxxxxxxxxxxxxx
> > *Subject:* [Metastockusers] Highest (lowest) value
> ???
> >
> >
> > Hi,
> >
> > I would like to create a code which detects the
> highest (or the lowest)
> > value of an indicator for the whole period loaded
> in the chart ( my load
> > options is always set to the max : 65500 periods)
> >
> > Many thanks for your help,
> >
> > Karile
> >
> > *Yahoo! Groups Sponsor*
> > ADVERTISEMENT
> > click here
> >
>
<http://us.ard.yahoo.com/SIG=129pdkmj7/M=315388.5500238.6578046.3001176/D=groups/S=1705001779:HM/EXP=1098808265/A=2372354/R=0/SIG=12id813k2/*https://www.orchardbank.com/hcs/hcsapplication?pf=PLApply&media=EMYHNL40F21004SS>
>
> >
> >
> >
> >
>
------------------------------------------------------------------------
> > *Yahoo! Groups Links*
> >
> > * To visit your group on the web, go to:
> >
> http://groups.yahoo.com/group/Metastockusers/
> >
> > * To unsubscribe from this group, send an
> email to:
> > Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
> >
>
<mailto:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
> >
> > * Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of
> > Service <http://docs.yahoo.com/info/terms/>.
> >
> >
>
=====
S.M.Deen
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|