Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

last price tick

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

    last price tick

    Can someone offer a clue for determining if the intrabar last price tick was greater then the previous? I'm not finding any info for ninja's definition of e.price.

    #2
    Not sure what you mean by "price". The last "price" is reflected by Close[0] = close of the current bar, so code like
    Code:
    if (Close[0] > Close[1])
        // do something
    ... might work for you

    Comment


      #3
      Thks, but i'm wanting to determine if the last traded price was greater then the previous. Each tick, not just the close of the bar.

      Comment


        #4
        If you run the script with CalculateOnBarClose == fasle and hold the the prior tick value in a local variable and then do the comparison.
        RayNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        20 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        11 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        622 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        420 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        293 views
        1 like
        Last Post charlesugo_1  
        Working...
        X