PureBytes Links
Trading Reference Links
|
Hi Pierre,
Good idea but now will have to change variable
according to the number of days being viewed.
Anymore ideas?
All ideas are welcome.
Thanks.
Penny
--- Pierre Tremblay <pt2000@internet.look.ca> wrote:
> Pennywat,
>
> You may try :
>
> If(V>=Mov(V,20,E),HHV(C,3), LLV(L, 250))
>
>
> ...if you use 250 periods for display.
>
> Pierre Tremblay
>
>
> pennywat a écrit:
>
> >Hi,
> >
> >Need help to plot indicator only when volume target
> is met.
> >
> >If(V>=MOV(V,20,E),HHV(C,3),0)
> >
> >I have set the indicator style to dots ..........
> >
> >If the volume is met it plots a dot it at HHV(C,3)
> else zero is
> >plotted.
> >
> >The problem is the chart will always be zero-based
> and I need to
> >zoom in to see the chart clearly.
> >
> >Is there another way of writing this formula so it
> is not zero=based?
> >
> >Have tried using expert highlights but cannot plot
> the dot at HHV
> >(C,3) when volume is met.
> >
> >Is there a way to plot the dot only when volume is
> met else not to
> >plot anything?
> >
> >Any ideas are welcome.
> >
> >Thanks.
> >
> >
> >
> >
> >
> >
> >
> >
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|