Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plotting asia session hi and low

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

    Plotting asia session hi and low

    Does anyone have a indicator that will draw a line at the asia hi and low for a break out strategy? Thanks for your help.

    #2
    Hi dynamic, thank you for your inquiry. Can you please elaborate on what you mean?

    My take on your question is that you'd like to plot the high/low of some Asian instrument on another instrument's chart. Is that correct?
    AustinNinjaTrader Customer Service

    Comment


      #3
      No, I would like for an indicator to read from 7pm est to 3am est and automatically draw a line at the hi and low price in that timeframe. Thanks for your help.

      Comment


        #4
        That can be programmed using either the Strategy Wizard or in NinjaScript. I'll outline the pseudo-code that would do what you want:
        Code:
        if new day (reset highestHigh and lowestLow)
        if (time is between 7p and 3a)
        {
            if currentHigh > highestHigh (highestHigh = currentHigh)
            else if currentLow < lowestLow (lowestLow = currentLow)
        }
        plot highestHigh and lowestLow
        AustinNinjaTrader Customer Service

        Comment


          #5
          I am not fluent in ninja script. Is there someone I can pay to make this indicator?

          Comment


            #6
            You certainly can pay someone to make this indicator. Here is a link to our NinjaScript consultants.
            AustinNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            595 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            343 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            103 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            556 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            554 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X