NexusFi: Find Your Edge


Home Menu

 





PriceVolumeRank Formula Edit


Discussion in ThinkOrSwim

Updated
    1. trending_up 1,830 views
    2. thumb_up 0 thanks given
    3. group 0 followers
    1. forum 0 posts
    2. attach_file 0 attachments




 
Search this Thread

PriceVolumeRank Formula Edit

  #1 (permalink)
 artifice82 
Los Angeles
 
Experience: Master
Platform: TOS
Trading: Futures
Posts: 1 since Jun 2013
Thanks Given: 0
Thanks Received: 0

Hi guys! Had a quick question about the PriceVolumeRank indicator...

1. I'm looking to edit TOS PriceVolumeRank's formula...

...so the PriceVolumeRank's number only changes at the bar's close.

How would it be done?

Best! (Formula Below)

#
# TD Ameritrade IP Company, Inc. (c) 2007-2013
#

declare lower;

plot PVR = if close > close[1] then
if volume > volume[1] then
1
else
if volume < volume[1] then
2
else
0
else
0 + if close < close[1] then
if volume < volume[1] then
3
else
if volume > volume[1] then
4
else
0
else
0
;
PVR.SetDefaultColor(GetColor(1));

A82

Started this thread Reply With Quote




Last Updated on August 22, 2013


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts