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 CarlTrading, 03-31-2026, 09:41 PM
            1 response
            45 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            21 views
            0 likes
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            31 views
            1 like
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            50 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            42 views
            0 likes
            Last Post CarlTrading  
            Working...
            X