Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
SendKeys Use with NT8
Collapse
X
-
If you click on the link I provided in my previous post "BitmapImage Class", at the very bottom of that page it gives an exact C# example of how to create a BitmapImage, using that as the source to an Image, and than you just use that image as the btn.content..Originally posted by jhowinvest View Post
-
It seems like the people in this thread may know the answer, so I'm posting here.
I'm trying to change the interval by using SendKeys ("30m" to change to the 30 minute chart, for example)
In NT8, I've managed to successfully call the following ("Ctrl+i", which opens the Indicator Properties dialog)
However, when I try and send other keys, nothing seems to happen (such as "30m").PHP Code:System.Windows.Forms.SendKeys.SendWait("^i");
Is there a keystroke to bring up the "change interval" box? Send the keys from a different context?
If anyone can point me in the right direction, I'd really appreciate it!
- Likes 1
Comment
-
Originally posted by neoikon View PostI'm trying to change the interval by using SendKeys ("30m" to change to the 30 minute chart, for example)
In NT8, I've managed to successfully call the following ("Ctrl+i", which opens the Indicator Properties dialog)
However, when I try and send other keys, nothing seems to happen (such as "30m").
I could swear I was able to do this previously, but after just doing some tests, I am now experiencing the same thing you are..
Comment
-
You have to bring up the "MiniInstrumentSelector" box first.Originally posted by -=Edge=- View PostI could swear I was able to do this previously, but after just doing some tests, I am now experiencing the same thing you are..

The method is detailed in this thread:
ref: http://ninjatrader.com/support/forum...d.php?p=411233
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
656 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
371 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
579 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment