Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Rising / Falling

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

    Rising / Falling

    Hi all;

    Has anybody any ideas over the time frame that NT use to calculate 'rising' and 'falling'?

    Can I change it? If so - How?

    If not - is the only way round it to write my own code defining my rising and falling conditions?

    Thanks;

    Ben.

    #2
    This is defined in the help file.

    Originally posted by stocktraderbmp View Post
    Hi all;

    Has anybody any ideas over the time frame that NT use to calculate 'rising' and 'falling'?

    Can I change it? If so - How?

    If not - is the only way round it to write my own code defining my rising and falling conditions?

    Thanks;

    Ben.

    Comment


      #3
      Originally posted by stocktraderbmp View Post
      Hi all;

      Has anybody any ideas over the time frame that NT use to calculate 'rising' and 'falling'?

      Can I change it? If so - How?

      If not - is the only way round it to write my own code defining my rising and falling conditions?

      Thanks;

      Ben.
      The NT Help specifically says: "Checks for a rising condition which is true when the current value is greater than the value of 1 bar ago." which is kind of very specific.

      The function does not seem to be indexed, though it should be easy to use if statements to work around that.

      Better yet is to simply code your own rising() function, including input parameters for the period over which you want to test your rising conditions and how you want them to occur.

      Comment


        #4
        Originally posted by koganam View Post
        The NT Help specifically says: "Checks for a rising condition which is true when the current value is greater than the value of 1 bar ago." which is kind of very specific.

        The function does not seem to be indexed, though it should be easy to use if statements to work around that.

        Better yet is to simply code your own rising() function, including input parameters for the period over which you want to test your rising conditions and how you want them to occur.
        oops my bad; even more embarrassing is that I had the help file open on that entry.

        'Tut - blooming half - wits asking stupid questions !'

        Anyway -thanks for pointing out the obvious guys -

        Ben.
        (Going to read the whole page next time).

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        61 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        148 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        162 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        98 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        286 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X