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 gentlebenthebear, Today, 01:30 AM
        0 responses
        2 views
        0 likes
        Last Post gentlebenthebear  
        Started by samish18, Yesterday, 08:31 AM
        2 responses
        8 views
        0 likes
        Last Post elirion
        by elirion
         
        Started by Mestor, 03-10-2023, 01:50 AM
        16 responses
        389 views
        0 likes
        Last Post z.franck  
        Started by rtwave, 04-12-2024, 09:30 AM
        4 responses
        31 views
        0 likes
        Last Post rtwave
        by rtwave
         
        Started by yertle, Yesterday, 08:38 AM
        7 responses
        29 views
        0 likes
        Last Post yertle
        by yertle
         
        Working...
        X