Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

GoTo/Jump to Bar - Scroll horizontally

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

    GoTo/Jump to Bar - Scroll horizontally

    How can i jump to a specific bar (Number or date) per ninja script? I have added 2 Buttons in the menustrip (PREVIOUS, NEXT) and want to use them as trigger. Like "same time - next day". In the existing code i have a list which is holding the prior chosen bar datetimes.
    Finally i want to press the buttons and the chart/cursor moves to/over the target bar and displays the related values of the bar in the data box.

    Thanks for some hints, links or code snippets!

    #2
    Hello Koepisch,
    Welcome to the forum and I am happy to assist you.

    You can play with the charts Horizontal Scroll bar with the below code, but let me add, this beyond what we can officially support.

    Code:
    HScrollBar hs = (HScrollBar)ChartControl.Controls["scrChart"];


    To know the specific bar you can use the GetBar function. Please refer to our help guide to know more about it.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Thanks,

      unfortunately i've tried this already and i can "move" the scrollbar but without moving the chart. So it seems that isn't possible this way. I try using SendMessage.

      Regards
      Koepisch

      Comment


        #4
        Originally posted by Koepisch View Post
        Thanks,

        unfortunately i've tried this already and i can "move" the scrollbar but without moving the chart. So it seems that isn't possible this way. I try using SendMessage.

        Regards
        Koepisch
        Hello Koepisch, can you share some code on this? please

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by rjbtrade1, 11-30-2023, 04:38 PM
        2 responses
        75 views
        0 likes
        Last Post DavidHP
        by DavidHP
         
        Started by Stanfillirenfro, Today, 07:23 AM
        3 responses
        13 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by FitSpressoHonest, Today, 09:14 AM
        0 responses
        4 views
        0 likes
        Last Post FitSpressoHonest  
        Started by Davide999, 05-18-2023, 03:55 AM
        4 responses
        557 views
        1 like
        Last Post kcwasher  
        Started by rexsole, Today, 08:39 AM
        2 responses
        8 views
        0 likes
        Last Post NinjaTrader_Erick  
        Working...
        X