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

Program Execution Delay

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

    Program Execution Delay

    I have a need to delay execution of the c# code of Plot for about 100 millisecond. How can I implement this delay in Ninja?

    await Task.Delay don't seem to work with NinjaTrader?
    Last edited by afshinmoshrefi; 03-15-2015, 01:00 PM.

    #2
    Hello afshinmoshrefi,

    Thank you for your post.

    You could use a timer in the Plot override.

    For an example on overriding the plot please go to Tools > Edit NinjaScript > Indicator > CustomPlotSample.
    For information on the Timer Class in C# please visit the following link: https://msdn.microsoft.com/en-us/lib...vs.110%29.aspx

    Comment


      #3
      Is there any example of an inline Delay that would work with Ninja? I just need to delay the execution and then continue?

      Comment


        #4
        Originally posted by afshinmoshrefi View Post
        Is there any example of an inline Delay that would work with Ninja? I just need to delay the execution and then continue?
        Here is the specific answer: http://www.ninjatrader.com/support/f...t.php?p=354271. You can try using a while loop, and exit the loop after the delay expires.

        You might want to read the entire thread.
        Last edited by koganam; 03-15-2015, 09:42 PM.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by judysamnt7, 03-13-2023, 09:11 AM
        4 responses
        59 views
        0 likes
        Last Post DynamicTest  
        Started by ScottWalsh, Today, 06:52 PM
        4 responses
        36 views
        0 likes
        Last Post ScottWalsh  
        Started by olisav57, Today, 07:39 PM
        0 responses
        7 views
        0 likes
        Last Post olisav57  
        Started by trilliantrader, Today, 03:01 PM
        2 responses
        22 views
        0 likes
        Last Post helpwanted  
        Started by cre8able, Today, 07:24 PM
        0 responses
        10 views
        0 likes
        Last Post cre8able  
        Working...
        X