Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Renko Charts?

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

    #46
    is there a difference between the file in the indicator section or the one posted in the extrenal a few pages back?

    Comment


      #47
      The link in post #34 will direct you to the Miscellaneous section of the NinjaScript File Sharing topic.

      If you are referring to a different post, please let me know which one.
      JasonNinjaTrader Customer Service

      Comment


        #48
        okay thanks

        Comment


          #49
          Hey NT.

          I am using MBTrading for my forex data feed.

          Utilizing MB's API, NT gathers tick data via the QUOTERECORD Type structure. Currently, I believe NT only uses the dBid, but is there a way to get the dOpen (Opening price of the day) from MBT?

          The reason I ask is because MBT disconnects / reconnects every night at midnight. Depending on when it reconnects, the first tick you receive may be different from the opening price of the day, which could throw off the Renko chart (depending on how it is specifically coded). I want to use the opening price for the day (as given by MBT) for the opening price of the Renko at the beginning of each day.

          Thanks
          mrlogik
          NinjaTrader Ecosystem Vendor - Purelogik Trading

          Comment


            #50
            Unfortunately we are unable to comment speculations about how NT works internally. However, NT sends the appropriate OnMarketData events as data is received from the MBT API (this is true for the .Opening market data events as well).

            Comment


              #51
              Hey Dierk,

              Thanks for the reply. I understand completely.

              The .Opening market data event is exactly what I need. Is this event only fired once at the open of the day? Also, are any values besides bid data saved for historical use?

              Is there any avenue in which I can access this value from within in a bar Type?
              Also, in this header

              Code:
              public override void Add(Data.Bars bars, double open, double high, double low, double close, DateTime time, int volume, bool isRealtime)
              What does the double open represent here?

              I know this is a little out of support scope, but I greatly appreciate any help you may offer.

              Thank you
              Last edited by mrlogik; 03-27-2009, 05:18 AM.
              mrlogik
              NinjaTrader Ecosystem Vendor - Purelogik Trading

              Comment


                #52
                Not sure why you think .Bid data would have any impact on historical data. Historical data which is created from real time/streaming data is built from .Last data not .Bid (unless the instrument is a currency).

                Comment


                  #53
                  The instrument is a currency.

                  I'm just wondering which historical data is saved for me to reference when creating a bar.

                  In the code I posted, what does double open refer to?

                  thanks
                  mrlogik
                  NinjaTrader Ecosystem Vendor - Purelogik Trading

                  Comment


                    #54
                    O=H=L=C on the BarsType.Add parameters as bars are built from real time data. This now really is beyond the level we could provide support for. Thanks for your understanding.

                    Comment


                      #55
                      I understand.

                      Thanks for the info. Dierk. This is enough to get me moving in the right direction.
                      mrlogik
                      NinjaTrader Ecosystem Vendor - Purelogik Trading

                      Comment


                        #56
                        on the rekon bars it seems if you put indicators on the chart it the indicators are always one bar behind. I think this is because the renko chart does not consider one period (i.e bar) closed until the next one starts and obviously with renko the next bar is not started/plotted until the price moves x number of points. Is there a way around this.

                        Comment


                          #57
                          Originally posted by Hooya View Post
                          on the rekon bars it seems if you put indicators on the chart it the indicators are always one bar behind. I think this is because the renko chart does not consider one period (i.e bar) closed until the next one starts and obviously with renko the next bar is not started/plotted until the price moves x number of points. Is there a way around this.
                          Set your indicators to calculate intrabar - Calculate on bar close - false

                          Comment


                            #58
                            ah ok. will give that a go. Thanks

                            Comment


                              #59
                              Hi

                              I've been playing around with the Renko bars provided
                              by this site. I think I'm missing something when it comes
                              to understanding them however.

                              I've got 4 tick Renko on one chart and 1 tick on another.
                              I've seen a five tick down move with the 1 tick chart with
                              the 4 tick chart still showing the same bullish candle.
                              Does this seem right?

                              - Stephen

                              Comment


                                #60
                                Originally posted by stephenszpak View Post
                                Hi

                                I've been playing around with the Renko bars provided
                                by this site. I think I'm missing something when it comes
                                to understanding them however.

                                I've got 4 tick Renko on one chart and 1 tick on another.
                                I've seen a five tick down move with the 1 tick chart with
                                the 4 tick chart still showing the same bullish candle.
                                Does this seem right?

                                - Stephen
                                Seems normal.
                                In your case you can see up to 10 down bars on 1tick chart until down bar in 4 tick chart will appear
                                Last edited by roonius; 05-24-2009, 11:00 PM.

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by Jimmyk, 01-26-2018, 05:19 AM
                                6 responses
                                834 views
                                0 likes
                                Last Post emuns
                                by emuns
                                 
                                Started by jxs_xrj, 01-12-2020, 09:49 AM
                                6 responses
                                3,290 views
                                1 like
                                Last Post jgualdronc  
                                Started by Touch-Ups, Today, 10:36 AM
                                0 responses
                                9 views
                                0 likes
                                Last Post Touch-Ups  
                                Started by geddyisodin, 04-25-2024, 05:20 AM
                                11 responses
                                62 views
                                0 likes
                                Last Post halgo_boulder  
                                Started by Option Whisperer, Today, 09:55 AM
                                0 responses
                                8 views
                                0 likes
                                Last Post Option Whisperer  
                                Working...
                                X