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 ZenCortexCLICK, Today, 04:58 AM
        0 responses
        2 views
        0 likes
        Last Post ZenCortexCLICK  
        Started by sidlercom80, 10-28-2023, 08:49 AM
        172 responses
        2,280 views
        0 likes
        Last Post sidlercom80  
        Started by Irukandji, Yesterday, 02:53 AM
        2 responses
        17 views
        0 likes
        Last Post Irukandji  
        Started by adeelshahzad, Today, 03:54 AM
        0 responses
        4 views
        0 likes
        Last Post adeelshahzad  
        Started by Barry Milan, Yesterday, 10:35 PM
        3 responses
        13 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Working...
        X