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 yertle, Yesterday, 08:38 AM
          7 responses
          28 views
          0 likes
          Last Post yertle
          by yertle
           
          Started by bmartz, 03-12-2024, 06:12 AM
          2 responses
          21 views
          0 likes
          Last Post bmartz
          by bmartz
           
          Started by funk10101, Today, 12:02 AM
          0 responses
          4 views
          0 likes
          Last Post funk10101  
          Started by gravdigaz6, Yesterday, 11:40 PM
          1 response
          8 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by MarianApalaghiei, Yesterday, 10:49 PM
          3 responses
          10 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Working...
          X