Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plotting in "future" ...

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

    Plotting in "future" ...

    Hello,
    In my indicator, when executing OnBarUpdate(), I catch some values for plotting. However I don’t want to plot these value at Value[0] (or something like at Value[0+k]). The location (bar index) of the bar where I want to plot the values, hasn’t yet been reach in OnBarUpdate() at that point.

    1. Do I have to wait for CurrentBar to reach the bar index I’m waiting for, and then do Value[0] = … or
    2. .. can I do something like Value(myOwnBarIndex) = …

    Thank you/Anders

    #2
    Hello AndBro,

    Thank you for your post.

    You would use a negative index, for example:
    • Plot0[-5] = Close[0]; // this would set the Close value to the plot 5 bars later.

    Comment


      #3
      Hello Patrick, I tried to use a negative “barsago”, it did compile but I got a runtime error. Anyway, I found out a very simple solution and just wait for CurrentBar to reach a certain value, and then I do the plotting.
      My problem is solved, and we can drop this issue now. Thank you. /Anders

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by DJ888, Today, 10:57 PM
      0 responses
      1 view
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by MacDad, 02-25-2024, 11:48 PM
      7 responses
      158 views
      0 likes
      Last Post loganjarosz123  
      Started by Belfortbucks, Today, 09:29 PM
      0 responses
      7 views
      0 likes
      Last Post Belfortbucks  
      Started by zstheorist, Today, 07:52 PM
      0 responses
      7 views
      0 likes
      Last Post zstheorist  
      Started by pmachiraju, 11-01-2023, 04:46 AM
      8 responses
      151 views
      0 likes
      Last Post rehmans
      by rehmans
       
      Working...
      X