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 Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        627 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        359 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        562 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        567 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X