Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Defining multiple variables in one line of code.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Defining multiple variables in one line of code.

    This is something silly, but I was wondering if there is anyway to set a group of variables at the same time.

    For example;

    X = 20;
    Y = 20;
    Z = 20;

    X && Y && Z = 20; (I know this doesn't work or else I wouldn't have to post)

    It seems like it would make life easier if whatever goes in the spot of the 20 ever needed to be changed.

    Thanks in advance.

    #2
    You would need to set them on different lines.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    28 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    183 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    337 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    261 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X