Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

indicator that plot in seconds since entry time of order

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

    indicator that plot in seconds since entry time of order

    i will like to have indicator that plots >0 if no trade <0 and can count seconds since entryTime and exit x amounts of seconds later

    #2
    Hello misalto,

    Thank you for your post.

    To clarify, you're looking to create an indicator that shows how many seconds have passed since the last entry and/or exit?

    If this isn't what you're looking for, please provide more details.
    Gaby V.NinjaTrader Customer Service

    Comment


      #3
      yes i will need to have a indicator that can count x amount of seconds from a open trade instead of use of an ATM i will like to close trades in seconds for example i open a long trade i will like the duration to be 5 seconds either if it wins or looses .

      Comment


        #4
        Hello misalto,

        Are you looking to also place orders from within the indicator?

        If not, it would be more feasible to code this logic directly from your strategy. An indicator script wouldn't be able to keep track of the exact moment a strategy opens an order, the only information an Order object has in regards to time is the last time the order was updated which may not be when the order was first placed.

        If you coded this directly within the strategy, you could use CurrentBars and an added 1-second series to keep track of how long it has been since a certain order was placed. You could save the CurrentBars value to a variable at the time you place the order, then subtract CurrentBars[1] - yourSavedBar (assuming CurrentBars[1] is the added 1-second series) to keep track of how many 1-second bars have elapsed since the order was placed.
        Gaby V.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by xiinteractive, 08-08-2023, 11:55 AM
        44 responses
        887 views
        3 likes
        Last Post bltdavid  
        Started by Thomas75k, 11-29-2024, 02:11 AM
        7 responses
        74 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by nelslynn, Today, 09:34 AM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by RLS71259, Today, 09:12 AM
        1 response
        10 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by patz1398, Yesterday, 09:00 PM
        2 responses
        17 views
        0 likes
        Last Post patz1398  
        Working...
        X