NexusFi: Find Your Edge


Home Menu

 





TOS Script - error? what am i doing wrong?


Discussion in ThinkOrSwim

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




 
Search this Thread

TOS Script - error? what am i doing wrong?

  #1 (permalink)
 
ticker's Avatar
 ticker 
Houston TX
 
Experience: Advanced
Platform: NinjaTrader
Trading: TF
Posts: 49 since Oct 2010
Thanks Given: 63
Thanks Received: 9

To my TOS wiz's, Id appreciate any help you may offer.

The following code is giving me an error "Invalid state: if at 2:1"

def b = (condition here...) ;
if (b = 0) {
b = 1;
}

It is not liking my if statement (without an else). Im basically trying to say, if b = 0, then make it a 1 instead, or else leave it alone as b.

Thanks to anyone who may help.
Ticker

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
  #2 (permalink)
 Cloudy 
desert CA
 
Experience: Intermediate
Platform: NT7, various
Broker: various, TDA
Trading: NQ,ES
Posts: 2,124 since Jul 2011
Thanks Given: 2,396
Thanks Received: 1,748

Hi, there's no branching if-then-else statement by itself. It's usually a contained expression in other statements. Here's what should work.


def i = ( condition );
def b = if (i == 0) then 1 else i;

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #3 (permalink)
 
ticker's Avatar
 ticker 
Houston TX
 
Experience: Advanced
Platform: NinjaTrader
Trading: TF
Posts: 49 since Oct 2010
Thanks Given: 63
Thanks Received: 9



Cloudy View Post
Hi, there's no branching if-then-else statement by itself. It's usually a contained expression in other statements. Here's what should work.


def i = ( condition );
def b = if (i == 0) then 1 else i;

That worked excellent. Thank you @Cloudy !

Started this thread Reply With Quote
Thanked by:




Last Updated on May 3, 2013


© 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