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

Can autotrading be done from MarketAnalyzer?

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

    Can autotrading be done from MarketAnalyzer?

    Is is possible to set trade from MarketAnalyzer?

    i.e.

    if(open>close*1.1){
    EnterLong(...);
    }

    so, which stocks meet the criteria from MA list, they should execute trade..

    is that possible? or MA is just for fitlering the symbols, and then I have to manually execute my trades?
    so, once again, i simply want to execute trades for those symbol (like it is done from chart strategy) which meets my criteria.

    #2
    Hello selnomeria,

    Thank you for your post.

    You can use the Alerts in UI to send an order however the alerts in NinjaScript would not offer this function. Essentially if you wanted to set up a condition to monitor for adn submit orders you would use a strategy instead. If you need to monitor multiple instruments you would set up multiple instances of the strategy, one for each instrument.

    Please let me know if you have any questions.

    Comment


      #3
      So, i "have to" open individual charts, and apply strategy one-by-one on charts, right?

      so, it's not possible to setup strategy in bulk. ok.

      Comment


        #4
        Hi,

        No - you can use "strategies" from the control center and add your strategies there. You can also select a instrument category and apply your strategy to several instruments simultaneously.

        br,
        Chris

        Comment


          #5
          Hello selnomeria,

          Thank you for your response.

          suroot is correct as you can go to the Strategies tab of the Control Center right click > New Strategy > select your strategy > Instruments > and then select an instrument list. This will apply the strategy to the list of instruments.

          For information on instrument lists please visit the following link: http://ninjatrader.com/support/helpG...ment_lists.htm

          Please let me know if you have any questions.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by DJ888, Today, 10:57 PM
          0 responses
          1 view
          0 likes
          Last Post DJ888
          by DJ888
           
          Started by MacDad, 02-25-2024, 11:48 PM
          7 responses
          158 views
          0 likes
          Last Post loganjarosz123  
          Started by Belfortbucks, Today, 09:29 PM
          0 responses
          7 views
          0 likes
          Last Post Belfortbucks  
          Started by zstheorist, Today, 07:52 PM
          0 responses
          7 views
          0 likes
          Last Post zstheorist  
          Started by pmachiraju, 11-01-2023, 04:46 AM
          8 responses
          151 views
          0 likes
          Last Post rehmans
          by rehmans
           
          Working...
          X