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

order entry

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

    order entry

    Hello can someone help to create an strategy ,im trying to build an automated order entry , when a renko bar close an opposite bar

    #2
    Hello Davoone1,

    Thanks for your post.

    You may wish to investigate using the Strategy Builder to generate simple NinjaScript strategies. You could for example, describe when you see a bar close in the opposite direction, and then take an action to enter. This could, for example, be when an Up Bar occurs after a Down Bar. When checking bars, we use "BarsAgo" references to look at the bars that have just passed. 0 represents the current bar while 1 represents the last bar.

    Checking for an Up Bar after a Down Bar could be done by checking if the close of the current bar is greater than the open of the current bar and the close of the last bar is less than the open of the last bar.

    I.E. Close[0] > Open[0] && Close[1] < Open[1]

    We have a publicly tutorial video on using the Strategy Builder which can be found here - https://www.youtube.com/watch?v=HCyt90GAs9k

    Also available are tips and examples for creating conditions and actions.

    Conditions - https://ninjatrader.com/support/help...on_builder.htm

    Actions - https://ninjatrader.com/support/help...us/actions.htm

    Also to consider, we have an EcoSystem of vendors and NinjaScript Consultants who would be happy to write this strategy or any other strategy at your request. If this interests you, please let us know and I will have a representative of our EcoSystem reach out with more information.

    We look forward to assisting you further.
    JimNinjaTrader Customer Service

    Comment


      #3
      Yes i would like to talk with an ecosystem consultant please

      Comment


        #4

        Hello Davoone1,

        Thank you for your reply.

        You can search our extensive library of NinjaScript consultants through the link below. Simply enter a consultant name or search by using our filter categories. Once you have identified your consultants of choice, please visit each consultant's site for more information or contact them directly to learn more:
        You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third-party services for NinjaTrader, all pricing and support information will need to be obtained through the consultant.

        The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The companies and services listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem, LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.

        Let me know if I may be of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by cre8able, Yesterday, 07:24 PM
        1 response
        13 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by cocoescala, 10-12-2018, 11:02 PM
        6 responses
        939 views
        0 likes
        Last Post Jquiroz1975  
        Started by gbourque, Today, 06:39 AM
        1 response
        4 views
        0 likes
        Last Post NinjaTrader_Erick  
        Started by cmtjoancolmenero, Yesterday, 03:58 PM
        1 response
        17 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by benmarkal, Yesterday, 12:52 PM
        3 responses
        23 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X