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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    58 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    133 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    73 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X