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 cre8able, Yesterday, 01:16 PM
    3 responses
    11 views
    0 likes
    Last Post cre8able  
    Started by ChartTourist, Today, 08:22 AM
    0 responses
    4 views
    0 likes
    Last Post ChartTourist  
    Started by LiamTwine, Today, 08:10 AM
    0 responses
    2 views
    0 likes
    Last Post LiamTwine  
    Started by Balage0922, Today, 07:38 AM
    0 responses
    5 views
    0 likes
    Last Post Balage0922  
    Started by JoMoon2024, Today, 06:56 AM
    0 responses
    6 views
    0 likes
    Last Post JoMoon2024  
    Working...
    X