Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Positioning a Certain Bar in the Chart Window or Scrolling Chart

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

    Positioning a Certain Bar in the Chart Window or Scrolling Chart

    Hi,

    I'm basically trying to scroll the chart programmatically. I would like to be able to position a certain bar in the middle of the chart so that I can then screenshot it. the whole process is triggered by a button push on a form that is instatiated from within the indicator

    I've tried -

    setting the chart to the foreground and active window and then using
    SendKeys.Send("{RIGHT}")

    also

    trapping the mousedown and using the same SendKeys.

    Neither seems to work. I've read that another way to do it is to call the method that would be called when the right arrow is actually pressed, but I dont know what that method is.

    Does anyone have any suggestions?

    Edit....

    The SendKeys.Send() does appear to be working. If I substitute

    SendKeys.Send("{F12}")

    then the draw text dialog appears, just as if I had pressed F12 on the keyboard. It seems that its just not responding to the right arrow send.

    Thanks,
    Will.
    Last edited by dontpanic; 08-12-2014, 06:17 PM.

    #2
    Hi Will, there's the more direct KeyDown event from the Control as well you could work with - http://msdn.microsoft.com/en-us/libr...(v=vs.90).aspx

    For the SendKeys, would you get a more consistent outcome using SendKeys.SendWait?
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    32 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, Yesterday, 09:53 PM
    2 responses
    49 views
    0 likes
    Last Post wzgy0920  
    Started by Kensonprib, 04-28-2021, 10:11 AM
    5 responses
    191 views
    0 likes
    Last Post Hasadafa  
    Started by GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,230 views
    0 likes
    Last Post xiinteractive  
    Started by andrewtrades, Today, 04:57 PM
    1 response
    15 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X