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 cmoran13, 04-16-2026, 01:02 PM
        0 responses
        43 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        27 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        163 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        98 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        158 views
        2 likes
        Last Post CaptainJack  
        Working...
        X