Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

VOLMA and the Calculate methods

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

    VOLMA and the Calculate methods

    Hello

    I use the VOLMA function in my script to check if the current volume is larger or smaller than the average.
    Code:
    var color = Volume[0] > VOLMA(14)[0] ? Positive : Negative;
    I do this every time the price change is calculated (OnPriceChange). My problem is that VOLMA gives the following error (see screenshot).
    Why can't VOLMA do the calculation on every price change, only OnBarClose or OnEachTick?
    I don't understand the Calculate methods correctly. Could someone please explain this to me? The NT Help Guide doesn't help me.

    Thanks a lot!

    #2
    Hello Ickbert,

    That message is based on how the indicator was designed, it either wants all of the tick data to operate or works OnBarClose when a fixed volume is available. You can certainly duplicate and edit the script to remove that and allow it to work for OnPriceChange, the warning is in the scripts OnStateChange -> State.Historical area.



    Comment


      #3
      Hello Jesse

      Thank you!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, Yesterday, 10:06 AM
      0 responses
      17 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      16 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      14 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      9 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      36 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X