Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 burtoninlondon, Today, 12:38 AM
    0 responses
    5 views
    0 likes
    Last Post burtoninlondon  
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    12 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Yesterday, 08:42 PM
    0 responses
    11 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Yesterday, 07:51 PM
    0 responses
    13 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,982 views
    3 likes
    Last Post jhudas88  
    Working...
    X