Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Output Window Print Sequence

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

    Output Window Print Sequence

    I have some print statement in my code that outputs the daily equity values for my strategy. When running a backtest with a list of equities the ouput sequence gets mixed up between the different equities. It seems that NT runs the equities in sequence, so why does the output have the daily equity printed values mixed up?

    #2
    Double Bogie, what do you expect to see? The daily PNL for all equities tested lining up for review? The Prints would be fired whenever your code / instance hits that specific section, you could not rely on a particular sequence here as backtesting / optimizing is multithreaded in NT.

    It might be better to export / write those values to txt files.

    Comment


      #3
      I guess you answered my question. Basically you are saying that the strategy code for each equity in the list can be running simultaneously and outputting data as it hits the print statements.

      Comment


        #4
        Originally posted by Double Bogie View Post
        I guess you answered my question. Basically you are saying that the strategy code for each equity in the list can be running simultaneously and outputting data as it hits the print statements.
        Yes, correct Double Bogie.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        125 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        105 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        85 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        105 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        84 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X