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 burtoninlondon, Today, 12:38 AM
      0 responses
      10 views
      0 likes
      Last Post burtoninlondon  
      Started by AaronKoRn, Yesterday, 09:49 PM
      0 responses
      14 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Yesterday, 08:42 PM
      0 responses
      11 views
      0 likes
      Last Post carnitron  
      Started by strategist007, Yesterday, 07:51 PM
      0 responses
      14 views
      0 likes
      Last Post strategist007  
      Started by StockTrader88, 03-06-2021, 08:58 AM
      44 responses
      3,983 views
      3 likes
      Last Post jhudas88  
      Working...
      X