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 AaronKoRn, Yesterday, 09:49 PM
    0 responses
    11 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Yesterday, 08:42 PM
    0 responses
    10 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Yesterday, 07:51 PM
    0 responses
    12 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,982 views
    3 likes
    Last Post jhudas88  
    Started by rbeckmann05, Yesterday, 06:48 PM
    0 responses
    10 views
    0 likes
    Last Post rbeckmann05  
    Working...
    X