NexusFi: Find Your Edge


Home Menu

 





>= What it means?


Discussion in ThinkOrSwim

Updated
    1. trending_up 1,126 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?
Better Renko Gaps
The Elite Circle
Trade idea based off three indicators.
Traders Hideout
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
33 thanks
Bigger Wins or Fewer Losses?
24 thanks
Tao te Trade: way of the WLD
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #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