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

how to enter a trade when price cross an indicator

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

    #16
    is this what you are talking about?

    Comment


      #17
      and this one for the other side?

      Comment


        #18
        Hello babouin77,

        Thanks for your post.

        The exitshortstoplimit has an incorrect signal name.

        One issue you will run into is that in real time an order will not fill as fast your code will execute when using Calculate.OnPriceChange or Calculate.OnEachTick so Position.AveragePrice will not be correct until the order fills at the exchange and the exchange sends back an update to the position object with the order status and the entry price (internet transmission time delay).

        What I suggest is that in another set you check for Position.MarketPosition == MarketPosition.Long and then set the exit orders. (create another set for the short orders). You will likely need to a bool variable (one for long and short) so that you only do this once for the order. The bool would need to be true in the conditions and then set false in the actions. In the entry order set you would need to set the bool to be true so that on each new order the sets will respond but again only once per entry order.
        Paul H.NinjaTrader Customer Service

        Comment


          #19
          it sounds more complicated than it is lol i wish we can do in strategy builder like we do the ATM strategy where it is easy and automatic

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by usazencort, Today, 01:16 AM
          0 responses
          1 view
          0 likes
          Last Post usazencort  
          Started by kaywai, 09-01-2023, 08:44 PM
          5 responses
          603 views
          0 likes
          Last Post NinjaTrader_Jason  
          Started by xiinteractive, 04-09-2024, 08:08 AM
          6 responses
          23 views
          0 likes
          Last Post xiinteractive  
          Started by Pattontje, Yesterday, 02:10 PM
          2 responses
          22 views
          0 likes
          Last Post Pattontje  
          Started by flybuzz, 04-21-2024, 04:07 PM
          17 responses
          230 views
          0 likes
          Last Post TradingLoss  
          Working...
          X