NexusFi: Find Your Edge


Home Menu

 





>= What it means?


Discussion in ThinkOrSwim

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




 
Search this Thread

>= What it means?

  #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?
Quantum physics & Trading dynamics
The Elite Circle
use extra computer for optimisation
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Better Renko Gaps
The Elite Circle
MC PL editor upgrade
MultiCharts
 
  #2 (permalink)
tangerine
albuquerque nm/usa
 
Posts: 29 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


© 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