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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      152 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      87 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      131 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      127 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      106 views
      0 likes
      Last Post CarlTrading  
      Working...
      X