Rank: Advanced Member
Groups: Registered, Registered Users Joined: 6/3/2005(UTC) Posts: 64 Location: India
|
i need one expert / explorer
which should show rsi of 14 periods , and and rsi of 14 periods of previos day and rsi of 14 periods of 2nd previous day.
can anyone please make it for me
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
a:=rsi(14);
a1:=ref(a,-1);
a2:=ref(a,-2);
a;a1;a2;
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
For the explorer, use column a and type : RSI(C,14)
in column B type : Ref(RSI(C,14),-1)
in column C type : Ref(RSI(C,14),-2)
...
You can also adjust the column names to make the report easier to read.
Patrick :mrgreen:
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
Thanks Patrick. Of course, mine will work as an indicator. I didn't read the question closely enough... or the title... or anything. Heck, it was midnight!
|
|
|
|
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.