Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Putting the 1 minute 200 SMA on a 3 minute chart

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

    Putting the 1 minute 200 SMA on a 3 minute chart

    Can you please explain how I would superimpose the 200SMA (1 Minute) onto a chart with a different timeframe???

    Thx.

    #2
    Hello,

    Thank you for your note.

    Can you please clarify if you are going to have both the 1 Minute and 3 Minute bars included in the single chart window or only 3 Minute displayed?

    I look forward to assisting you further.
    Christopher J.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by kmpc1 View Post
      Can you please explain how I would superimpose the 200SMA (1 Minute) onto a chart with a different timeframe???

      Thx.
      Is this where you can divide by 3?

      200/3= your sma #?

      Or is it the other way, 200*3?

      Sorry, long day @ work

      Comment


        #4
        I would like to have a 3 minute chart, but would like to have the 200SMA (one minute on there). No other items are one minute) ... just the 200SMA. Thx.

        Comment


          #5
          Originally posted by kmpc1 View Post
          I would like to have a 3 minute chart, but would like to have the 200SMA (one minute on there). No other items are one minute) ... just the 200SMA. Thx.
          Here's one way you can do it (perhaps not optimal though):

          1. Go to Big Mike Trading dot com
          2. Make a donation to become an "elite member"
          3. Download the indicator called "Visual SMA Multi-Timeframe"

          This indicator will allow you to do exactly what you're asking about. You can even plot minute based SMAs on range and renko charts (or vice versa) if you want.

          Sorry this suggestion isn't free, but it's the only one I know of. Also, I'm not trying to promote the above website, it just happens to be where this indicator resides.

          Comment


            #6
            Thx Mr. Powerballad,

            This capability is available native to Ninja also. When I get it sorted out I'll post it up for you. In the meantime thank you for the suggestion in case I can't solve this soon enough.

            Comment


              #7
              kmpc1,

              In Initialize() add the minute bars:
              Add(PeriodType.Minute, 1);

              In OnBarUpdate() put:
              if (BarsInProgress != 0) return; //Makes sure that the primary bars are the ones being updated
              Plot0.Set(SMA(BarsArray[1], 200)[0]); //Set the SMA plot using the 1 min bars.

              VT

              Comment


                #8
                SUPER, thx!

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by GLFX005, Today, 03:23 AM
                0 responses
                1 view
                0 likes
                Last Post GLFX005
                by GLFX005
                 
                Started by XXtrader, Yesterday, 11:30 PM
                2 responses
                11 views
                0 likes
                Last Post XXtrader  
                Started by Waxavi, Today, 02:10 AM
                0 responses
                6 views
                0 likes
                Last Post Waxavi
                by Waxavi
                 
                Started by TradeForge, Today, 02:09 AM
                0 responses
                12 views
                0 likes
                Last Post TradeForge  
                Started by Waxavi, Today, 02:00 AM
                0 responses
                2 views
                0 likes
                Last Post Waxavi
                by Waxavi
                 
                Working...
                X