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

Wait or Pause for 5 Seconds

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

    Wait or Pause for 5 Seconds

    Is there any Wait or Pause function?

    If (Condition==True)
    Wait for 5 Seconds
    {
    Enter Long;
    }

    Thank you!

    #2
    Hi johnnybegoode, thanks for your post.

    The most straight forward way of doing this would be running a script that adds a 1-second series with the AddDataSeries method. You can count the seconds in the 1-second series and execute orders when conditions are met.

    There is also an example of a timer in the BarTimer indicator. I found a simplified example here:
    Monitor processes with the Timer class from the System.Timers namespace.


    Please let me know if I can assist any further.
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CommonWhale, Today, 09:55 AM
    1 response
    2 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by Gerik, Today, 09:40 AM
    2 responses
    7 views
    0 likes
    Last Post Gerik
    by Gerik
     
    Started by RookieTrader, Today, 09:37 AM
    2 responses
    11 views
    0 likes
    Last Post RookieTrader  
    Started by alifarahani, Today, 09:40 AM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by KennyK, 05-29-2017, 02:02 AM
    3 responses
    1,285 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Working...
    X