Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Mutliple indicators - just one being recalculated with each tick

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

    Mutliple indicators - just one being recalculated with each tick

    Dear support,

    I have a simple question. Say, I want to get an alert when the volume on current bar surpasses 3*StdDev(Volume, 25)[1]. It's easy to code, right, however, is there a way how I can specify that I want only Volume to update on each tick in this alerter and not the StdDev (as I only need the lagged value of StdDev)? The thing is that I would like to have this thing on 6 timeframes and StdDev calculation is rather computationally intensive so if I cant specify that Volume should be calculated on each tick while StdDevs not, I will most likely cause my computer to slow down.

    Thanks a lot,
    Daniel.

    #2
    Hi Daniel,
    Yes, this is possible. You can see this sample for combining your logic with CalculateOnBarClose = true and false:


    Store your StdDev value when FirstTickOfBar == true, and then make your volume comparisons to this stored value.
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    26 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    183 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    335 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    260 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X