Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Time[0] = 1/1/1800 00:00:00

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

    Time[0] = 1/1/1800 00:00:00

    I create indicators that are designed to work with the user adjusting input data series settings.

    I use the NT7 user interface to change from the base Close value to something I want to work with.


    I have found if I change to something other than the default Close value, Time[0] does not get the correct time.

    I can repeat this process...

    I am simply using Print(Time[0])

    if I do not alter the input series, all is ok

    if I change it, the print statement outputs 1/1/1800 00:00:00 which indicates to me the Time data series somehow gets nullified

    Is there some other way I am to access time if the input data series is altered?

    Also, this tends to be when I am selecting to use is another indicator's plot value.
    Last edited by tulanch; 12-22-2011, 09:06 PM.

    #2
    Hello,

    Thanks for the forum post.

    This is the case when you use an indicator as an input series unfortunately. You lose access to Open,Low,High,Time. You only have Value[0] to work with in this scenario.
    BrettNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    24 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    14 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    9 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    10 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    17 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X