Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Please give us a sensible way for a strategy to publish information.

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

    Please give us a sensible way for a strategy to publish information.

    Right now the only thing is a Print statement.

    THere is nothing against that, except it all goes mixed up into one output stream. THis makes it totally unusable outside debugging. Ever tried to follow like 5 strategies in 4 markets, all in the same output stream? The result is simply unusable.

    Suggestion:
    * Scrap the output window.
    * Create one for every running strategy, that can be opened from the strategy grid.
    * Make it catch information even when not open (so it can be opened after a trade).

    This way one can have multiple streams for multiple strategies and they actually can be used to transmit sensible information outside debugging.

    #2
    Hello NetTecture,

    Thank you for your post.

    I will forward this request on to my development team for further consideration.

    Please let me know if I may be of further assistance.
    KyleNinjaTrader Customer Service

    Comment


      #3
      Well, if you ahve some ideas how i could handle textual output from strategies at the moment, as well as provide some real time input into them (mostly a "dont trade, get out" switch), i would be happy

      I start running quite some strategies, and the internal status updates (Which I want to see) gets on my nerves in the output window.

      Any way to write something on a chart from a strategy?

      Comment


        #4
        You could write on the chart with DrawText() or DrawTextFixed(). You could also output to a text file too if that is what you want to do. http://www.ninjatrader-support2.com/...ead.php?t=3475
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          The textfile soleves nothing - the idea is to have immediate feedback, and opening a command line window with a TAIL command running is hardly something that makes me look tood at Ninja.

          The idea with DrawText is a better one. No history, but at least I can put out the current information I will use that, thanks.

          Comment


            #6
            If you want immediate feedback, your code can write Alerts - just have an Alert window open. You will get both sound & message. I do this from indicators when I want a real-time tracking record. You can also print to an (open) output file and see the messages in that window. only B&W in output window though.

            cheers

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Mestor, 03-10-2023, 01:50 AM
            16 responses
            388 views
            0 likes
            Last Post z.franck  
            Started by rtwave, 04-12-2024, 09:30 AM
            4 responses
            31 views
            0 likes
            Last Post rtwave
            by rtwave
             
            Started by yertle, Yesterday, 08:38 AM
            7 responses
            29 views
            0 likes
            Last Post yertle
            by yertle
             
            Started by bmartz, 03-12-2024, 06:12 AM
            2 responses
            22 views
            0 likes
            Last Post bmartz
            by bmartz
             
            Started by funk10101, Today, 12:02 AM
            0 responses
            7 views
            0 likes
            Last Post funk10101  
            Working...
            X