logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
iwsp  
#1 Posted : Monday, December 14, 2009 1:53:11 PM(UTC)
iwsp

Rank:: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 12/14/2009(UTC)
Posts: 1

How to combine different period sets.

What I want?
If mov (C, 5) weekly = 3 and C>Ref(C,-1) daily then

How do combine monthly,weekly, daily periods in one test, exploration etc?

best regards
IWSP


johnl  
#2 Posted : Monday, December 14, 2009 4:42:52 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

Do a search of this forum for: { weekly daily } and you should get the info. you are
looking for.
mstt  
#3 Posted : Monday, December 14, 2009 5:58:28 PM(UTC)
mstt

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/25/2005(UTC)
Posts: 1,042

Was thanked: 57 time(s) in 54 post(s)

Hi IWSP

If you have my Multi-Frame D SMA formula you could write it like this.

Wsma:=Fml("Multi-Fame D SMA");

If(Min(Wsma,C) > Ref(C,-1),{then} ,{else} );

Yo'd have to fill in the blank bits. The D series of Multi-Frame indicators default to plotting weekly values on daily charts. To generate a monthly value all you’d need to do is make and rename a copy of the Multi-Frame indicator and change the default frame size to 1 month. Frame size equates to the higher periodicity being simulated on a charts base periodicity. Weekly and monthly plots on daily charts appear as stepped rather than smooth plots. That’s because weekly or monthly values are only updated at the end of the week or month (frame) – a value is held constant until the next end-of-frame occurs when new value is calculated. Write to me at rlarsen@quik.co.nz if you require more information.

Roy

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.