Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Amount of Bars, which is added by Add()

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

    #61
    Hello, Joydeep

    I've sent reply to your message by email

    Please, can you help me by TeamViewer - i can't find a reason of bug with my indicator

    Comment


      #62
      Hello, Joydeep

      I sent an email to you about remoutely help

      Comment


        #63
        What version of .NET Framework should i have for NinjaTrader correctly working?

        Comment


          #64
          Hello agafon2,
          Seems due to timezone difference we could not sync our remote support. I have replied to your email. Please let me know when you will be free.

          NinjaTrader 7 is build on .Net Framework 3.5. Please make sure you have .Net Framework 3.5 or above installed in your PC. You can download .Net Framework 3.5 from here
          Microsoft .NET Framework 3.5 Service Pack 1 is a full cumulative update that contains many new features building incrementally upon .NET Framework 2.0, 3.0, 3.5, and includes cumulative servicing updates to the .NET Framework 2.0 and .NET Framework 3.0 subcomponents.
          JoydeepNinjaTrader Customer Service

          Comment


            #65
            How to change time in NinjaTrader to my local PC time?

            Please, look at this picture:

            SaveImg позволит вам загрузить фото или картинку бесплатно и без регистрации

            Comment


              #66
              Hello,
              NInjaTrader will use the time of your local PC only.

              Seems you have not updated your Windows.

              Please update windows and make sure all updates are installed.
              JoydeepNinjaTrader Customer Service

              Comment


                #67
                How to get a unique time for every tick? I mean that there are some amount ticks in one second and how to get a unique time for every tick?

                Comment


                  #68
                  Hello agafon2,

                  For something link that you would have to use the OnMarketData() method. For example:

                  Code:
                  protected override void OnMarketData(MarketDataEventArgs e)
                  		{
                  			Print("e.Time: "+e.Time.ToString("HH:mm:ss.ffffzzz"));
                  		}
                  JCNinjaTrader Customer Service

                  Comment


                    #69
                    OnMarketData works only on real-time data, but i need to get unique tick time on history, when i use OnBarUpdate() function

                    How can i do it?

                    Comment


                      #70
                      agafon2, correct OnMarketDate is realtime only. You could for example add a 1 tick series (on Last, Bid or Ask) into your script and then reference this added series for calculations.

                      Comment


                        #71
                        You don't understand me

                        Example: there is time: 04.02.2013 17:38:31 - and it this time, in 31 second have come 3 ticks. How to get a unique time for every tick on histor, if there are more than one tick in one second?

                        Comment


                          #72
                          Originally posted by agafon2 View Post
                          You don't understand me

                          Example: there is time: 04.02.2013 17:38:31 - and it this time, in 31 second have come 3 ticks. How to get a unique time for every tick on histor, if there are more than one tick in one second?
                          You have been given the answer. A 1-tick bar series tracks every tick and its properties.

                          Another thing. You might want to open separate threads for your separate issues. As it is, this thread covers something like 16 different issues and has become so long that it is a pain to navigate.

                          That is why your only responses are now from NT staff, as they have no choice but to negotiate the thread as part of their job. We ordinary members can just ignore threads that are too much bother to navigate. If you want the full benefit of an open forum, where other members may choose to help you, then you need to make it comfortable for them to do so, by, as far as possible, keeping threads to a single topic.

                          Just my $0.02, but I am unsubscribing from this thread now, and so will not be getting any further notifications about it. Good luck.

                          Comment


                            #73
                            Ok, i'll make separate topic for every issue

                            Comment

                            Latest Posts

                            Collapse

                            Topics Statistics Last Post
                            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                            0 responses
                            642 views
                            0 likes
                            Last Post Geovanny Suaza  
                            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                            0 responses
                            366 views
                            1 like
                            Last Post Geovanny Suaza  
                            Started by Mindset, 02-09-2026, 11:44 AM
                            0 responses
                            107 views
                            0 likes
                            Last Post Mindset
                            by Mindset
                             
                            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                            0 responses
                            569 views
                            1 like
                            Last Post Geovanny Suaza  
                            Started by RFrosty, 01-28-2026, 06:49 PM
                            0 responses
                            573 views
                            1 like
                            Last Post RFrosty
                            by RFrosty
                             
                            Working...
                            X