PureBytes Links
Trading Reference Links
|
Then try:
Value1=Valuewhen(h==firstswingtop,cum(1),1)
and Value2=Valuewhen(l==firstswingbottom,cum(1),1) Value3=valuewhen(value1==H,
cum(1),1) andvalue4=valuewhen(value2==L,cum(1),1)
Anthony
IVA GmbH wrote:
> Hello Anthony, this doesnīt work since value3 is essentially value1
> and value4 is essentially value2. I treid it and they gave me exactly
> the same cum values as value1 and value2>sob, sob<. Markus
>
> ----- Original Message -----
> From: Anthony Faragasso
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Monday, February 17, 2003 4:49 PM
> Subject: Re: [amibroker] Canīt detect proper cum values - TJ
> please read
> Am
>
Markus, Try this: Value1=Valuewhen(h==firstswingtop,cum(1),1)
and Value2=Valuewhen(l==firstswingbottom,cum(1),1) Value3=valuewhen(value1==cum(1),
cum(1),1) and value4=valuewhen(value2==cum(1),cum(1),1)
> ____________________________________________________
> IncrediMail - Email has finally evolved - Click Here
>
> 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
ADVERTISEMENT
>
> 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.
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/
|