Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EnterLongStopLimit

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

    EnterLongStopLimit

    to enter the market on a specific tick ( I've used AddDataSeries(Data.BarsPeriodType.Tick, 1) )

    I'm using this:

    EnterLongStopLimit(1, true, numberOfContracts, price, price, name) is there anything I should be aware of?

    (vague question, sorry, but just checking for any known issues)?

    #2
    Hello dibDab,

    Thank you for your post.

    You have used the overload for EnterLongStopLimit() that asks for the barsInProgressIndex, and using 1 for that value would submit the order to the 1-tick data series. This means that OnBarUpdate() will be called for the added series on each tick, and the EnterLongStopLimit() would be processed on each tick. I believe that is what you are asking. We also have a reference sample that demonstrates submitting orders to an added data series that may be found here:
    https://ninjatrader.com/support/help...ipt_strate.htm

    For more information about multi-time frame and instruments, please see the following page:


    Please let us know if we may be of further assistance.
    Last edited by NinjaTrader_Emily; 03-09-2023, 08:14 AM. Reason: added link to multi-time frame and instruments page

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X