Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 12/7/2013(UTC) Posts: 23
Thanks: 1 times
|
this formula price volume rank indicator not work there is something error in formula that i copied in metastock.com
P-V Rank:
Fml( "PV1" ) + Fml( "PV2" )
PV1:
If( C ,> ,Ref( C ,-1 ) ,If( V ,> ,Ref( V ,-1 ) ,1 ,If( V ,< ,Ref(V ,-1 ) ,2 ,0 ) ) ,0 )
PV2:
If( C ,< ,Ref( C ,-1 ) ,If( V ,< ,Ref( V ,-1 ) ,3 ,If( V ,> ,Ref( V ,-1 ) ,4 ,0 ) ) ,0 )
PV Biggie: (This combines all formulas into one formula)
If( C ,> ,Ref( C ,-1 ) ,If( V ,> ,Ref( V ,-1 ) ,1 ,If( V ,< ,Ref( V ,-1 ) ,2 ,0 ) ) ,If( C ,< ,Ref( C ,-1 ),If( V ,< ,Ref( V ,-1 ) ,3 ,If( V ,> ,Ref( V ,-1 ) ,4 ,0 ) ) ,0 ) )
Edited by user Monday, July 27, 2015 7:01:43 AM(UTC)
| Reason: Not specified
|