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 trilliantrader, 04-18-2024, 08:16 AM
          5 responses
          22 views
          0 likes
          Last Post trilliantrader  
          Started by Davidtowleii, Today, 12:15 AM
          0 responses
          3 views
          0 likes
          Last Post Davidtowleii  
          Started by guillembm, Yesterday, 11:25 AM
          2 responses
          9 views
          0 likes
          Last Post guillembm  
          Started by junkone, 04-21-2024, 07:17 AM
          9 responses
          70 views
          0 likes
          Last Post jeronymite  
          Started by mgco4you, Yesterday, 09:46 PM
          1 response
          14 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Working...
          X