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 frankthearm, Yesterday, 09:08 AM
          11 responses
          41 views
          0 likes
          Last Post frankthearm  
          Started by junkone, Today, 11:37 AM
          0 responses
          7 views
          0 likes
          Last Post junkone
          by junkone
           
          Started by quantismo, 04-17-2024, 05:13 PM
          5 responses
          35 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by proptrade13, Today, 11:06 AM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_Clayton  
          Started by love2code2trade, 04-17-2024, 01:45 PM
          4 responses
          34 views
          0 likes
          Last Post love2code2trade  
          Working...
          X