Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

ArrayList.Synchronized Method ??

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

    ArrayList.Synchronized Method ??

    All,

    Is there a more plain english way to describe the ArrayList.Synchronized Method than I can locate on MSDN and other websites?

    I'm looking at storing non-consecutive bar times (CurrentBar values) in one ArrayList and the corresponding values of a SMA that occurred at that time in another ArrayList. By sorting the latter (if it is synchronized with the first), would the Times ArrayList reflect the same movements? I am hoping to isolate the time (bar) the highest or lowest SMA value occurred.

    As always, any suggestions are more than welcome. I could be way off track here.

    Shannon

    #2
    Unfortunately this is beyond what we provide support for. Also: we unlikely could make it any clearer than the MS docs and related samples could.

    Comment


      #3
      Hi Shannon, for your idea in mind, did you already take a look at for example Highest Bar?

      For example highest SMA 10 value (bars ago from current bar) for the current session -

      Code:
       
      Print(HighestBar(SMA(Close, 10), Bars.BarsSinceSession - 1).ToString());
      BertrandNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by algospoke, Yesterday, 06:36 PM
      1 response
      12 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by set2win, 08-04-2021, 09:23 AM
      40 responses
      1,009 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by arunkumar3, 08-25-2023, 12:40 PM
      4 responses
      175 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by PaulMohn, 04-30-2024, 02:06 AM
      8 responses
      26 views
      0 likes
      Last Post PaulMohn  
      Started by f.saeidi, Today, 07:07 AM
      0 responses
      1 view
      0 likes
      Last Post f.saeidi  
      Working...
      X