PureBytes Links
Trading Reference Links
|
if you use it in straight weekly (stays compressed) then you could
just use these
I have just typed them in so may ahve small typo error
barindex()<(barcount-1) within the weekly
if in expanded mode pulling out the weekly values into the daily bars
then use similar
and barindex()<lastvalue( valuewhen( dayofweek()<ref(dayofweek(),-1)
barindex() ) )
On Mon, 24 Jan 2005 05:57:10 -0000, Christoper <turkey@xxxxxxxxxxxxxxx> wrote:
>
>
> Please hear me out... I'm wondering if I can have AB ignore recent
> quotes, as if they don't exist.
>
> I'm using MultipleTimeFrames, more specifically the inWeekly timeframe
> for *the current week.* Now, as the week progresses, the (H,L,C) will
> change, as will anything that is calculated based on it.
>
> Now there are two things here:
> 1 - I'm curently 'paper-trading' something that uses the inWeekly, and
> basically, I'm using the current week's inWeekly data, so basically
> anything that is backtested with this could be considered a
> "look-forward" system. So i guess becareful out there.
>
> 2 - I would like to double check some items, and would like to have AB
> ignore the last 'x' days data. I can't use Ref b/c any timeframe
> shift would consider the entire week. And manually deleting/adding
> quotes is a pain.
>
> Can AB ignore quotes?
>
> Thanks,
> chris
>
>
> 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
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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/
|