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 Jon17, Today, 04:33 PM
        0 responses
        1 view
        0 likes
        Last Post Jon17
        by Jon17
         
        Started by Javierw.ok, Today, 04:12 PM
        0 responses
        4 views
        0 likes
        Last Post Javierw.ok  
        Started by timmbbo, Today, 08:59 AM
        2 responses
        10 views
        0 likes
        Last Post bltdavid  
        Started by alifarahani, Today, 09:40 AM
        6 responses
        40 views
        0 likes
        Last Post alifarahani  
        Started by Waxavi, Today, 02:10 AM
        1 response
        19 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Working...
        X