PureBytes Links
Trading Reference Links
|
Thank you!
It's working.
activeL1 = IIf(Ref(NOT IsNull(Study("L1", GetChartID())),0), 1000,
0);
Plot(activeL1, "L1", colorBlack, styleHistogram);
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> It is possible - just use ValueWhen and IsNull() functions to
detect points where study starts/ends.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "zoli_j" <novizoli@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, January 14, 2005 2:49 PM
> Subject: [amibroker] Re: StudyID("L1").BeginDate???
>
>
> >
> >
> > Any help?
> > Or is it impossible?
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "zoli_j" <novizoli@xxxx> wrote:
> >>
> >> Hi group,
> >>
> >> I create a TrendLine on a chart. Left and Right extend are
false!
> >> StudyID of this TrendLine is "L1".
> >>
> >> How could I ask
> >> -begin date
> >> -begin value
> >> -end date
> >> -end value
> >> of this TrendLine?
> >>
> >> (
> >> StudyID("L1").BeginDate
> >> StudyID("L1").BeginValue
> >> StudyID("L1").EndDate
> >> StudyID("L1").EndValue
> >> )
> >>
> >> Somebody could help me?
> >>
> >> BR, Zoli.
> >
> >
> >
> >
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|