PureBytes Links
Trading Reference Links
|
Markus,
Could you try ( or maybe you already did try it ) something like this:
Cond1="Your condition";
x=valuewhen(sum(cond1,1)==1, cum(1));
-------Original Message-------
From: amibroker@xxxxxxxxxxxxxxx
Date: Tuesday, April 01, 2003 07:41:39
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Reversing exploration mode - TJ
Perhaps you confuse Valuewhen() method with Exploration in general,
when you speak for exploration.
DT
--- In amibroker@xxxxxxxxxxxxxxx, "IVA GmbH" <funnybiz@xxxx> wrote:
> Dimitris,
>
> I´ve always thought that when for instancre using Valuewhen(cond,cum
(1),1)
> and there are mulötiple instances of cond then AB refers to the
very last
> occurrence in the chart as to the FIRST occurence.
>
> If I have occurences of cond on bars 100, 200 and 300, then
Valuewhen(cond,
> ...,1) will detect bar # 300 as the first occurence rather than bar
# 100.
>
> I suppose ExRem works the same (i.e. backwards), right?
>
> Have I overlooked something?
>
> Appreciate it!
>
> Markus
> ----- Original Message -----
> From: "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, April 01, 2003 1:04 PM
> Subject: [amibroker] Re: Reversing exploration mode - TJ
>
>
> Exploration results have the same direction as time [how could it be
> different]
> What are you looking for ?
> If you explore the last 10 bars, you will read first the 3/18, then
> 3/19, 3/20 etc.
> Do you get a result list with 3/31 first, then 3/28 etc ?????
> [This would be an analysis from the end ]
> DT
> --- In amibroker@xxxxxxxxxxxxxxx, "IVA GmbH" <funnybiz@xxx> wrote:
> > TJ & Folks,
> >
> > is it possible to reverse the searching in exploration mode so
that
> bar after bar is being analysed but from the beginning of the chart
> rather than from the end as usual.
> >
> > May a script help (which I yet can´t code) ????
> >
> > Thanxxx
> >
> > Markus
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq
html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
FREE Cell Phones with up to $400 Cash Back!
http://us.click.yahoo.com/_bBUKB/vYxFAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|