PureBytes Links
Trading Reference Links
|
Hello i'm Luigi D'Ambra Amibroker user.
I found this problem with Zig function, look at this simple formula:
istanteiniziale = BeginValue( BarIndex());
istantefinale = EndValue( BarIndex());
Closeiniziale = BeginValue (C);
Closefinale = EndValue(C);
dentro = BarIndex() >= istanteiniziale AND BarIndex() <=
istantefinale;
z = Zig(IIf(dentro,C,Null),Param("zig",0.25,0.05,1.5,0.05));
Plot(C,"",3,64);
Plot(z,"",42,1);
i use this on intraday data and would obtain evaluating Zig only
between 2 time value.
I'm not able to understand where it's wrong.
Hope someone can give me help.
Thank you
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/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
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/
|