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

Entry order not being executed

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

    #16
    Hello sashol3,
    Code:
    if (Position.MarketPosition == MarketPosition.Flat && (CrossAbove(Close, SMA(4), 1) || CrossBelow(Close, SMA(4), 1)))
    {
    EnterLong();
    }
    Chelsea B.NinjaTrader Customer Service

    Comment


      #17
      wow, thank you very much. I am assuming I can just change sma to ema, but how do i make it so that it is based off the 5 minute?. Also, Im sorry for being ignorant, but how do i implement/execute this code? I have not touched code in ninja trader. I just have accessed it through strategy builder.
      Last edited by sashol3; 10-06-2023, 10:53 AM.

      Comment


        #18
        Hello sashol3,

        Attached are screenshots of how this would look in the strategy builder.

        Note, in historical you would be limited to Calculate.OnBarClose. The script would need to be unlocked and intra-bar granularity implemented along with TickReplay enabled to see intra-bar historical fills.
        Attached Files
        Chelsea B.NinjaTrader Customer Service

        Comment


          #19
          I dont know why this is not working. I am executing by right clicking on chart and enabling in the control center. Also, i notice that when i change chart time frame the strategy time frame changes as well. Is there a way to make this static?
          Attached Files

          Comment


            #20
            Hello sashol3,

            Apologies, in the Strategy Builder the CrossAbove/CrossBelow should be a condition group joined by 'If Any' so any of the conditions can be true.

            Below is a link to a video demonstration.


            Chelsea B.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by burtoninlondon, Today, 12:38 AM
            0 responses
            5 views
            0 likes
            Last Post burtoninlondon  
            Started by AaronKoRn, Yesterday, 09:49 PM
            0 responses
            12 views
            0 likes
            Last Post AaronKoRn  
            Started by carnitron, Yesterday, 08:42 PM
            0 responses
            11 views
            0 likes
            Last Post carnitron  
            Started by strategist007, Yesterday, 07:51 PM
            0 responses
            13 views
            0 likes
            Last Post strategist007  
            Started by StockTrader88, 03-06-2021, 08:58 AM
            44 responses
            3,982 views
            3 likes
            Last Post jhudas88  
            Working...
            X