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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      47 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      23 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      33 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      51 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      42 views
      0 likes
      Last Post CarlTrading  
      Working...
      X