Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Entry above a 1 Minute Bar

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

    Entry above a 1 Minute Bar

    Hi guys,

    i´ve build a strategy using the NinjaScript. Now i need help to insert a code for an Entry above/below the previous 1 Minute Bar and at the same time a Stop above/below the last bar. Could someone help me?

    Thanks guys!

    Pullbacktrader

    #2
    Hello Pullbacktrader,

    Thank you for your post.

    You would want to be referencing the last bar values by using [1] for the price series.

    I.E. Close[1], Open[1], High[1], Low[1] will all reference the previous bar for the price values.

    Since, you are wanting to place it below and above you would '+ 4 * TickSize' to add ticks to the value.

    Example -
    Code:
    EnterLongLimit(Close[1] + 2  * TickSize);
    This will place a limit order at two ticks above the previous close price.

    Let me know if I can be of further assistance.
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      Hi Cal,

      thanks for your fast reply! Is it even possible to set this entry to a specific Time:
      A Entry order above the Bar that closes at 17:00 for example?

      Comment


        #4
        Pullbacktrader,

        Yes this is possible.

        I am going to link below on a sample reference on limiting trade hours, but this should give you an idea of where to start with the syntax and using the Time[0] call in NinjaScript -
        http://www.ninjatrader.com/support/f...ead.php?t=3226

        Let me know if I can be of further assistance.
        Cal H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        61 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        40 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        21 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        23 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        51 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X