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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    167 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    88 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    128 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    208 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    185 views
    0 likes
    Last Post CarlTrading  
    Working...
    X