Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using Time as a variable

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

    Using Time as a variable

    Is it possible to substitute a variable for time, instead of fixing time in a strategy? The ToTime() documentation shows an example where

    if (ToTime[0] >= 74500 && ToTime(Time[0]) <= 134500)

    I would like to substitute a variable for the 74500 value and the 134500 value
    such as "starttradetime" "and endtradetime"

    When I do that as below, I get a CS1026 error message. Is this documented somewhere> I tried searching the forum but I must not be phrasing the search properly because I can find nothing about it.
    Thanks
    DaveN

    #2
    Just use an int variable. 74500 is an int value.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    104 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    52 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    34 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    38 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    74 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X