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 Hwop38, 05-04-2026, 07:02 PM
            0 responses
            164 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            318 views
            0 likes
            Last Post CaptainJack  
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            246 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            350 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            179 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Working...
            X