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

Notification

Icon
Error

Options
Go to last post Go to first unread
naren.orbit  
#1 Posted : Thursday, July 26, 2012 7:19:28 AM(UTC)
naren.orbit

Rank: Member

Groups: Registered, Registered Users
Joined: 4/26/2011(UTC)
Posts: 14
Location: india

how to combine this? I am not able to make it.. plz help .. ****************** (Roc(C,1,%) V>Mov(V,50,E)*1.5; ******************
jjstein  
#2 Posted : Thursday, July 26, 2012 9:17:42 AM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Explain what you want it to do.
naren.orbit  
#3 Posted : Thursday, July 26, 2012 10:19:09 AM(UTC)
naren.orbit

Rank: Member

Groups: Registered, Registered Users
Joined: 4/26/2011(UTC)
Posts: 14
Location: india

yes, sir i am trying breakouts for intraday trades. i think the second line was indicating only volumes. that wise i am trying combine with price.
jjstein  
#4 Posted : Thursday, July 26, 2012 11:52:30 AM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
naren.orbit wrote:
******************


You need to pick a level for the ROC.
Code:

Roc(C,1,%)> pick-a-level;


This will be a logical TRUE or FALSE (1 or 0):
Code:

V>Mov(V,50,E)*1.5;


Then combine them:
Code:

Roc(C,1,%)> 0.1
AND 
V>Mov(V,50,E)*1.5;


Try plotting each separately (drag to the X-AXIS), and see what level you want.
naren.orbit  
#5 Posted : Saturday, August 4, 2012 5:01:50 AM(UTC)
naren.orbit

Rank: Member

Groups: Registered, Registered Users
Joined: 4/26/2011(UTC)
Posts: 14
Location: india

its fine thank u sir......................
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.