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 jeronymite, 04-12-2024, 04:26 PM
    2 responses
    29 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by Mindset, 05-06-2023, 09:03 PM
    10 responses
    265 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by michi08, 10-05-2018, 09:31 AM
    5 responses
    743 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by The_Sec, Today, 02:29 PM
    0 responses
    4 views
    0 likes
    Last Post The_Sec
    by The_Sec
     
    Started by tsantospinto, 04-12-2024, 07:04 PM
    4 responses
    63 views
    0 likes
    Last Post aligator  
    Working...
    X