Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 6/2/2010(UTC) Posts: 18
|
Hi,
I use following RSI Exploration-
BUY (RSI(5)>Mov((RSI(5)),8,S))
SELL
(RSI(5)<Mov((RSI(5)),8,S)) col A Or colB. This shows the positive or negative cross over of the stock everyday until it reverses. I would like to have it show positive or negative cross over on the day it occurs and not afterwards. Your help will be appreciated. Regards.<mov((rsi(5)),8,s)) cola=" colb.=" this=" shows=" of=" stock=" everyday=" until=" reverse.=" i=" would=" like=" to=" have=" show=" positive=" or=" negative=" cross=" over=" on=" the=" day=" it=" occurs=" and=" not=" afterwaeds.=" your=" help=" will=" be=" appreciated.=" regards.=">
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
The simplest answer uses the Cross() function.
wabbit [:D]
|
|
|
|
Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 6/2/2010(UTC) Posts: 18
|
Thanks Wabbit. Please guide how to formulate RSI5 with ( ) function. Thanks and Regards.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
It's all in the MS User Manual and the free Equis Formula Primer. Code:
x:=RSI(5);
Cross(x,Mov(x,8,S));
wabbit [:D]
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
here is a chart showing your system You might want to try another system here is the same system but using a trend filter
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
try this
|
|
|
|
Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 6/2/2010(UTC) Posts: 18
|
Thanks Wabbit and henry1224. I will try the last formula shown by henry1224 . Regards.
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 12/20/2009(UTC) Posts: 6
|
Hi Henry
I saw your chart with color filling. Very attractive. Pls guide how I could do that in meta. It seems amibroker do it better but anyway I am meta user. Appreciated.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
Use a histogram format for your indicator, make them wide and don't zoom in too far.
wabbit [:D]
|
|
|
|
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.