Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ind OnPriceChange in MA with Alert OnConditionReversed Rearm

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

    #16
    Hello ToNovy,

    The reason that works on the chart and not in the analyzer is because the analyzer can only display the most recent value. In general it should work for both the chart and analyzer so long as you are setting a value to the plot from BarsInprogress 0 so each update you have a value. The chart can continue to display old values so setting it infrequently from a secondary series will also technically be displayed but any scripts that may try to access that plot data would also have the same issue as the analyzer.

    Comment


      #17
      Hi Jesse,

      it took me some time, but it looks like i successfully rewrite the logic of the indicator. I also added IsFirstTickOfBar to copy the previous values ​​until the new ones are available.. and they are only available after the OnPriceChange event on BIP 1
      if I understood correctly MA has a tick update so I saw 0 right after the first tick on a new candle typically the first second of a new candle but the new value was available sometimes up to 10 seconds after
      Probably, I basically did, what you just described as the difference between chart and MA.

      and once again the previous question, is it possible to somehow recognize whether the indicator is running in the chart or in the MA? personally, for example, in MA I would limit the calculation to realtime only, but in chart I want to have an overview of the values ​​retrospectively
      so is there a way to set the indicator automatically depending on where it runs?​

      Comment


        #18
        hello ToNovy,

        Unfortunately, there is no code that we could enter that would advise if it was the chart or Market Analyzer.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        55 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        37 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        17 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        19 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        49 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X