Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Equivolume Candles?

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

    #31
    Originally posted by JS999 View Post
    Thanks a lot! This seems to work fairly nicely. I was just wondering though - is there any way to construct this as an additional/new chart type so you we could still use the original candlestick chart type as well if we wanted to? Right now it replaces the original code, so if we want to use this we'll have to forego original candles on any of our charts... much appreciated!
    Sorry, but I'm not sure how one accomplishes that. Anyone?

    Comment


      #32
      Originally posted by klassej View Post
      Sorry, but I'm not sure how one accomplishes that. Anyone?
      I don't know how you create a new type, however I did manage to get it to override a chart type that I hardly ever use (the Box type). All you have to do is change this line:

      public CandleVolStyle()
      : base(ChartStyleType.CandleStick)

      to this

      public CandleVolStyle()
      : base(ChartStyleType.Box)


      It will then override the Box type instead of the standard CandleStick type, which will let you switch between normal and equivolume candles.

      Comment


        #33
        equivolume bars

        Can someone tell me if the equivolume bars download exists,where it is located,and also if NT 7 has been released.

        Thanks in advance.

        Comment


          #34
          Laredo, I sent you a PM with some more detailed instructions. Here it is again though:
          1. Put the file here: Documents\NinjaTrader 7\bin\Custom\Type
          2. Open any existing indicator in the NinjaScript Editor (Tools->Edit NinjaScript->...)
          3. Click the compile button
          4. Restart ninja 7.
          Now there should be a new entry in the chart type dropdown called CandleVol.
          Set the bar width to 9 or 10 or else it will be too narrow.

          Originally posted by laredo View Post
          Can someone tell me if the equivolume bars download exists,where it is located,and also if NT 7 has been released.

          Thanks in advance.

          Comment


            #35
            candlevolume

            I need to do something to ninjatrader control center to get it to locate this script in 'my documents'. I have the program in 'My documents' on the computer But when I go to Utilites etc...it aint there?

            whats the deal?

            Comment


              #36
              ninjatrader "import ninjascript" doesnt locate CandleVol.cs

              1. I download attachment 9085 on this page to my computer
              2.It appears in My Documents
              3.I open up nintrader and select Utilites
              4.I click on "import ninjascript" and look for the attachment
              5.It does appear

              ?

              Comment


                #37
                Problem in importing Ninjascript CandleVol.cs

                It Doesnt appear rather.Cant use it on charts from NT.

                Comment


                  #38
                  install candle volume

                  Hello,

                  if anyone has been successful in installing the candlevolumebars script and has a moment,I am not able to sort through it.Its doesnt install in any way similar to other downloads I am using and I would sorely like to be usingit.
                  Thanks

                  Comment


                    #39
                    I installed this for a friend and it looks good - except for the fact that a wide volume bar can obscure all or part of the width of a preceding bar, making the prior bar's actual width harder to discern. Increasing the space between bars doesn't help make it clearer.

                    Comment


                      #40
                      which download did you use?

                      ty

                      Comment


                        #41
                        Originally posted by laredo View Post
                        which download did you use?

                        ty
                        The .cs file in post 27

                        Comment


                          #42
                          Beta 18 Changes

                          I was able to use this indicator on previous Beta versions but can not use on Beta 18. When I go to compile I get error message saying that there are programimg errors. Did something change in Beta 18?

                          Comment


                            #43
                            Beta 18

                            I tried the unmodified version (without change to box style default) and this worked.

                            Comment


                              #44
                              Originally posted by JS999 View Post
                              I don't know how you create a new type, however I did manage to get it to override a chart type that I hardly ever use (the Box type). All you have to do is change this line:

                              public CandleVolStyle()
                              : base(ChartStyleType.CandleStick)

                              to this

                              public CandleVolStyle()
                              : base(ChartStyleType.Box)


                              It will then override the Box type instead of the standard CandleStick type, which will let you switch between normal and equivolume candles.
                              Try changing ChartStyleType.CandleStick to one of the Custom types. ie ChartStyleType.Custom0
                              ChartStyleType.Custom1,ChartStyleType.Custom2 etc. There are 10 customs 0-9.
                              It worked for me. Nice to have candlevolume on NT. Thanks all for the code.

                              Comment


                                #45
                                Originally posted by jjben View Post
                                Try changing ChartStyleType.CandleStick to one of the Custom types. ie ChartStyleType.Custom0
                                ChartStyleType.Custom1,ChartStyleType.Custom2 etc. There are 10 customs 0-9.
                                It worked for me. Nice to have candlevolume on NT. Thanks all for the code.
                                Thanks for the tip... works nicely.

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by algospoke, Today, 06:40 PM
                                0 responses
                                9 views
                                0 likes
                                Last Post algospoke  
                                Started by maybeimnotrader, Today, 05:46 PM
                                0 responses
                                7 views
                                0 likes
                                Last Post maybeimnotrader  
                                Started by quantismo, Today, 05:13 PM
                                0 responses
                                7 views
                                0 likes
                                Last Post quantismo  
                                Started by AttiM, 02-14-2024, 05:20 PM
                                8 responses
                                168 views
                                0 likes
                                Last Post jeronymite  
                                Started by cre8able, Today, 04:22 PM
                                0 responses
                                10 views
                                0 likes
                                Last Post cre8able  
                                Working...
                                X