Rank: Member
Groups: Registered, Registered Users Joined: 4/26/2011(UTC) Posts: 14 Location: india
|
any one help.. for price with volume Oscillator formula
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 time(s) in 150 post(s)
|
I know the Price Oscillator and the Volume Oscillator are both built into MetaStock. I do not remember any book or article explaining how to combine the two. Can you provide the calculation method or do you have some source for reference?
|
|
|
|
Rank: Member
Groups: Registered, Registered Users Joined: 4/26/2011(UTC) Posts: 14 Location: india
|
Col A: CLOSE
Col B: Ref(CLOSE,-1)
Col C: ROC(CLOSE,1,percent)
Col D: VOLUME
Col E: Mov(VOLUME,50,EXPONENTIAL)
Col F: ((VOLUME -
Mov(VOLUME,50,EXPONENTIAL))/Mov(VOLUME,50, EXPONENTIAL)) * 100
Filter: When(colC,>=,5) AND When(colD,>=,colE*1.5)
AND V>250000
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 time(s) in 150 post(s)
|
It looks like you already have the formula. What are you wanting help with?
|
|
|
|
Rank: Member
Groups: Registered, Registered Users Joined: 4/26/2011(UTC) Posts: 14 Location: india
|
yaa ....i am new to ms. please write to paste directly to formula indicator builder..
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 time(s) in 150 post(s)
|
The formula you listed is for an exploration. The formla for the oscillator part, colume F, is:
((VOLUME - Mov(VOLUME,50,EXPONENTIAL))/Mov(VOLUME,50, EXPONENTIAL)) * 100
Put just that much into the indicator builder.
|
|
|
|
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.