Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Accessing BzwOpeningRange Indicator

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

    Accessing BzwOpeningRange Indicator

    Accessing BzwOpeningRange indicator which was built by Patrick - I am getting double conversion issues -
    does anyone know the right string for accessing this indicator high and low values? As you can see I use a multi-instrument series. Thanks to all


    if (BarsInProgress == 1)
    {
    ESFHOpeningRange = BzwOpeningRange4(Closes[1], @"1030");
    YMFHOpeningRange = BzwOpeningRange4(Closes[2], @"1030");
    NQFHOpeningRange = BzwOpeningRange4(Closes[3], @"1030");
    RTYFHOpeningRange = BzwOpeningRange4(Closes[4], @"1030");
    }

    if (BarsInProgress == 1)
    {
    ESFHHIGH = (ESFHOpeningRange.RangeHighSeries[0]);
    ESFHHIGH = (YMFHOpeningRange.RangeHighSeries[0]);
    ESFHHIGH = (NQFHOpeningRange.RangeHighSeries[0]);
    ESFHHIGH = (RTYFHOpeningRange.RangeHighSeries[0]);
    }

    #2
    Hi elliot5,
    Would you mind to share a link to the indicator?
    I'd like to take a look to see if I can help.
    NT-Roland

    Comment


      #3
      Did you receive the code for the indicator?


      BzwOpeningRange41 = BzwOpeningRange4(Closes[39], @"0330");

      if (GetCurrentAsk(39) >= BzwOpeningRange41.RangeLowSeries[0])

      {
      Print("false test range");
      }

      is not the correct string for this. Help appreciated.

      Comment


        #4
        Hi elliot5, thanks for your question.

        I am not able to find this script on our file sharing website. What do you mean by "double conversion errors"? Are you getting a compile error? If so could you share the compile error and the code causing it?

        I look forward to hearing from you.

        Comment


          #5
          8-20-19 Fixed a bug in the display of prior days. This indicator draws a line at the High and at the Low price of the range specified by the user. Features: User can specify Start Time and End time User can enable the indicator to draw a line at the mid price of the High […]


          I use a multi-instrument strategy and have added a 5 minute series dedicated to extracting the OpeningRangeIndicator1.LowOfRange[0] for each series. Not sure if this indicator .LowOfRange or HighOfRange is accessible via script. Your help much appreciated.
          Regards
          Last edited by elliot5; 06-24-2020, 01:37 AM.

          Comment


            #6
            Hello elliot5,

            Thanks for your post.

            I will also answer your e-mail to platformsupport on this same subject.

            The indicator OpenRangeIndicator does not provide public plots or data series that can be used. It uses the Draw.Line() method to present the visual data.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by NullPointStrategies, Today, 05:17 AM
            0 responses
            50 views
            0 likes
            Last Post NullPointStrategies  
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            126 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            69 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            42 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            46 views
            0 likes
            Last Post TheRealMorford  
            Working...
            X