Rank: Newbie
Groups: Registered, Registered Users Joined: 1/11/2011(UTC) Posts: 8
|
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 11/7/2005(UTC) Posts: 602
|
You might be able to do a date check: If date is greater than 20110101, then 0 else your formula. Do a search on this forum for date for syntax.
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 1/11/2011(UTC) Posts: 8
|
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 12/14/2009(UTC) Posts: 140 Location: Austria
|
Hi, try this: Code:
expiredate:=20110120; {means: year: 2011 , month: 01, day: 20 }
today:=LastValue(DayOfMonth())+100*LastValue(Month())+10000*LastValue(Year());
{example signal - here you should enter your signal formula}
signal:=(Mov(C, 5, S)>Mov(C, 20, S)) - (Mov(C, 5, S)<Mov(C, 20, S));
{shows signal only if date is not expired}
If(today<expiredate,signal,0);
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 1/11/2011(UTC) Posts: 8
|
hi Vienna thanks very much :((
I've tried & successfully...
I really thank you
|
|
|
|
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.