NexusFi: Find Your Edge


Home Menu

 





Meaning of >=


Discussion in ThinkOrSwim

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




 
Search this Thread

Meaning of >=

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

What is the meaning of the symbol => in Pine Script? it is not as >= or <=, but used for some other reason? Thanks.

Here is where the symbol is used:

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

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
How to apply profiles
Traders Hideout
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #2 (permalink)
 tulanch 
Salt Lake City, UT
 
Experience: Intermediate
Platform: SC, NT, MT
Broker: AMP
Trading: NQ ES YM Bonds
Posts: 265 since Mar 2010
Thanks Given: 50
Thanks Received: 387

I believe the conditional operator ? is what is adding complexity for you

here is a high level view of it


(something evaluated) ? if_true_do_this : else_do_this


see

https://docs.google.com/document/d/1sCfC873xJEMV7MGzt1L70JTStTE9kcG2q-LDuWWkBeY/edit


your example simply uses it twice within itself

you could do the same thing with


if( compare something)
{
do this if true
}
else
{
do this if false

if( compare something else)
{
do this if true
}
else
{
do this if false
}
}



some like conditional operators because with some compilers/interpreters it's faster/quicker/cooler but whats a few cpu ticks with today's computers...I opt for readability

Reply With Quote




Last Updated on February 10, 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