NexusFi: Find Your Edge


Home Menu

 





>= What it means?


Discussion in ThinkOrSwim

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




 
Search this Thread
  #1 (permalink)
syracusepro
Syracuse, New York
 
Posts: 5 since Feb 2015
Thanks Given: 0
Thanks Received: 2

Hi;

I got the following code for tradingview pine script but my def or plot for TOS is not working:

Pine Script version
===============

#obv(src) =>
# cum(change(src) > 0 ? volume : change(src) < 0 ? -volume : 0*volume)

TOS Version
===============
plot obv(src) = if cumulativeVolumeIndex(change(src) > 0 then volume else if change(src) < 0 then - volume else 0 * volume);


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Hormuz Completely Closed: US Strikes Day 2, Iran Shoots …
Traders Hideout
Trump Lands in Beijing on CPI Day: Iran Peace Expires To …
Prediction Markets & Event Contracts
Irans Dual Probability: Guns Quiet at 99.95% While Forma …
Prediction Markets & Event Contracts
Memorandum Watch: How the 60-Day MOU Framework Makes May …
Prediction Markets & Event Contracts
Six Days to Kickoff: World Cup Prediction Markets Hit $1 …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Big Mike in Ecuador
205 thanks
Sober Journey With S&P
21 thanks
30 Sessions
21 thanks
Volume Indicators
8 thanks
Thanks Mike. Godspeed.
7 thanks
  #2 (permalink)
tangerine
albuquerque nm/usa
 
Posts: 27 since Aug 2015
Thanks Given: 3
Thanks Received: 9


syracusepro View Post
Hi;
I got the following code for tradingview pine script but my def or plot for TOS is not working:
Pine Script version
===============
#obv(src) =>
# cum(change(src) > 0 ? volume : change(src) < 0 ? -volume : 0*volume)

TOS Version
===============
plot obv(src) = if cumulativeVolumeIndex(change(src) > 0 then volume else if change(src) < 0 then - volume else 0 * volume);

I don't know about the rest of it, but parens "(" are invalid characters when on the left side of a def or plot statement.


Reply With Quote




Last Updated on February 16, 2016


© 2026 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 - Downloads - Top
no new posts