NexusFi: Find Your Edge


Home Menu

 





Thinkscript IF, (WHEN), THEN statement


Discussion in ThinkOrSwim

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




 
Search this Thread

Thinkscript IF, (WHEN), THEN statement

  #1 (permalink)
 Gaterz 
Las Vegas, Nevada
 
Experience: Intermediate
Platform: TOS, NinjaTrader
Trading: Stocks, Futuers, Options
Posts: 18 since Apr 2014
Thanks Given: 0
Thanks Received: 0

Need some help with an IF, WHEN, THEN statement...

If LINE crosses above 0 and (When) LINE > 1 then 0 else Double.Nan;

...so that when the histogram crosses above 0, an arrow plots but not UNTIL the histogram is greater than 1. It may be the second or third histogram bar

I've done the below but what is happening is if the first plot of the histogram is not > 1, then no arrow plots even if the next bar is >1. An arrow only plots if THE FIRST bar is greater than 1

= if Line crosses above 0 and Line > 1 then 0 else Double.NaN ;

I've tried
if LINE > 1 then 0 else Double.NAN;

but that plots arrows on ALL bars >1. I just want the first bar >1 to have an arrow regardless of how many after are > 1.

Is that even possible?

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
ZombieSqueeze
Platforms and Indicators
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Better Renko Gaps
The Elite Circle
 
  #2 (permalink)
 
Jern's Avatar
 Jern 
Eastern NC
 
Experience: Intermediate
Platform: ThinkorSwim
Trading: Futures
Posts: 7 since Oct 2021
Thanks Given: 42
Thanks Received: 15

Give this a try and see if it works.

if LINE > 1 and LINE[1] <1 then 0 else Double.NAN;

Reply With Quote




Last Updated on February 17, 2023


© 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