Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi Instruments from external source

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

    Multi Instruments from external source

    Hello

    I am looking for general advise for writing Strategy (or Indicator) to be able to do the following:

    1) read symbol from external source (DB/CSV/file/whatever)
    2) read entry date
    3) read operation code
    4) execute

    For example I imagine having DB row with information:
    10-02-2012 - 12:15 - buy - GOOG

    I have read dozens of posts and I am already familiar with basics. I can code, debug etc (but haven't tried it with NT yet). I am looking for general advice for the approach - what architecture should I choose - Strategy / Indicator? Maybe some external feed reader?

    I would like to be able to use Strategy Analyzer with this mechanism later (for backtesting).

    Finally this is meant to run in the automated mode to do the real trading.

    Thank you for your suggestions!
    Oleczek

    #2
    Hi Oleczek,

    If you want the script to place orders, then it should be in a strategy. The following sample could help get you started using StreamReader to read information from a file:
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    605 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    351 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    560 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    561 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X