Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

txt parsing + multiple strategies

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

    txt parsing + multiple strategies

    I'd like to do the following:

    1) Parse a txt file finding price and instrument names (txt computer generated so they always have the same position and format).
    2) Start a strategy for every futures contract in the file with proper parameters. I already wrote the strategy that i manually start with proper parameters every day for every contract...

    I already found indicator examples about reading a file from disk.... but how can i start a strategy from another strategy?
    I can't use a single strategy to manage all the instruments because i want to manually stop them in case i need without stopping all....

    thx
    Last edited by skynetman; 04-16-2008, 04:10 PM.

    #2
    Spawning strategies from other strategies is beyond what is currently supported.
    RayNinjaTrader Customer Service

    Comment


      #3
      What if...

      You created a Windows application that can parse your txt files to get a list of all futures that you want to trade.

      Then this Windows application uses SendKeys() API to add each strategy (for each futures) with the proper parameters to NinjaTrader.

      Here are some ideas to get you started:

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      592 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      343 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      556 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      554 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X