PureBytes Links
Trading Reference Links
|
Hi
I've followed the thread on Periodicity, but I'm not clear for my
application.
I normally have periodicity set to Weekly.
However I would like to run the following exploration on daily data
with out changing the settings.
TimeFrameSet(inDaily);
Filter=C>Ref(HHV(C,250),-1) AND C>.5 AND Volume>50000;
TimeFrameRestore();
AddColumn( Close, "Close Price", 1.2 );
AddColumn( Ref(HHV(C,250),-1), "High Price", 1.2 );
AddColumn( Volume, "Volume", 1.0 );
The settings parameter appears to take precedence over TimeFrameSet.
The results are generated only according to the Periodicity setting.
Is this correct?
Ian
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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/
|