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

Notification

Icon
Error

Options
Go to last post Go to first unread
akshiitha  
#1 Posted : Saturday, January 15, 2011 1:49:57 PM(UTC)
akshiitha

Rank: Newbie

Groups: Registered, Registered Users
Joined: 1/15/2011(UTC)
Posts: 3

HI,
how to identify bars high , low,close using indicator. i want to measure ohlc + volume a bar /candle which crosses 20 sma ?
mstt  
#2 Posted : Saturday, January 15, 2011 4:28:56 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 Akshiitha Use something like this... ValueWhen(1,Cross(C,Mov(C,20,S)),O); ValueWhen(1,Cross(C,Mov(C,20,S)),H); ValueWhen(1,Cross(C,Mov(C,20,S)),L); ValueWhen(1,Cross(C,Mov(C,20,S)),C); ValueWhen(1,Cross(C,Mov(C,20,S)),V); Roy
akshiitha  
#3 Posted : Saturday, January 15, 2011 9:48:26 PM(UTC)
akshiitha

Rank: Newbie

Groups: Registered, Registered Users
Joined: 1/15/2011(UTC)
Posts: 3

hi roy, thanks this is what i expected it shows exactly what i want.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.