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 guillembm, Yesterday, 11:25 AM
    2 responses
    9 views
    0 likes
    Last Post guillembm  
    Started by junkone, 04-21-2024, 07:17 AM
    9 responses
    68 views
    0 likes
    Last Post jeronymite  
    Started by trilliantrader, 04-18-2024, 08:16 AM
    4 responses
    20 views
    0 likes
    Last Post trilliantrader  
    Started by mgco4you, Yesterday, 09:46 PM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by wzgy0920, Yesterday, 09:53 PM
    0 responses
    10 views
    0 likes
    Last Post wzgy0920  
    Working...
    X