Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

strategy using picks from a different source

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

    strategy using picks from a different source

    I'd like to program a strategy that uses daily stock picks from my broker.

    I get an excel spreadsheet each day with stocks to trade and use the same parameters and rules to trade them each morning. How would I get NT to read this list and trade with them?

    It would also be nice to backtest different strategies with the list I'm given.

    Should this be done as an indicator, or strategy? I'm just not quite sure how to start implementing this.

    Many thanks.

    #2
    You would need to custom code in NinjaScript.

    As last resort a certified NinjaScript consultant is at your help: http://www.ninjatrader.com/webnew/pa...injaScript.htm

    Comment


      #3
      Originally posted by NinjaTrader_Dierk View Post
      You would need to custom code in NinjaScript.

      As last resort a certified NinjaScript consultant is at your help: http://www.ninjatrader.com/webnew/pa...injaScript.htm
      I was once a C developer in a previous career so can hack together a script on my own, but I'm not sure how to begin. Do I create an indicator or a strategy first? And how can I implement the strategy with different symbols every day.

      Comment


        #4
        You would program this in a strategy. You would need to read a file with symbols and add these instruments in the Initialize() method of a strategy.

        Here is a good place to start - http://www.ninjatrader-support.com/H...struments.html
        RayNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        46 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        22 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 06-17-2026, 10:32 AM
        0 responses
        14 views
        0 likes
        Last Post CaptainJack  
        Started by kinfxhk, 06-17-2026, 04:15 AM
        0 responses
        20 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 06-17-2026, 04:06 AM
        0 responses
        22 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X