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

Submitting orders in a loop

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

    Submitting orders in a loop

    hi,

    If I submit orders in a for or while loop how will NT handle it, will it break out of the loop and goto OnOrder and OnExecution and then re-enter the loop where it exited it?

    #2
    Hello,

    Thank you for the question.

    In a NinjaScript file for loops would be valid, the order method would not exit the loop though you still need to control this using logic as you normally would exit a loop.

    while loops are very bad for a script because a while loop locks the script until it is no longer true. This can cause user interface freezing or possibly crashing the chart or platform so please avoid while statements in your code.

    Please let me know if I may be of additional assistance.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by tradingnasdaqprueba, 05-07-2024, 03:42 AM
    15 responses
    60 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by kevinenergy, Yesterday, 12:01 PM
    8 responses
    25 views
    0 likes
    Last Post kevinenergy  
    Started by nightstalker, Today, 01:32 PM
    1 response
    10 views
    0 likes
    Last Post NinjaTrader_Zachary  
    Started by DawnTreader, 05-08-2024, 05:58 PM
    16 responses
    50 views
    0 likes
    Last Post DawnTreader  
    Started by ZeroKuhl, Yesterday, 04:31 PM
    7 responses
    40 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X