Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
EasyLanguage to NinjaScript
Collapse
X
-
Right click in your chart > select Data Series > select Custom Range under Load Data Based On > set the desired Start and End Date > OK.
Can the amount of data loaded be controlled by Ninjascript and can I find out the screen resolution or bar spacing?
-
RobinT,
There are no recommendations on where to place the files.
You can use our reference samples as a guide for StreamWriter and System.IO functions: http://ninjatrader.com/support/forum...splay.php?f=30
Leave a comment:
-
Is there a recommended place to put output files generated by the indicator.
Leave a comment:
-
I just want to make sure my data is up to date before i start processing.
Leave a comment:
-
Hello RobinT,
There is no function or method to scroll to or move to a set point on the chart in NinjaScript. An automated import of the historical data would not be supported within NinjaScript.
Leave a comment:
-
Do you know how I can automate data import. If I provide a txt file with the updated historical data, how can I automate historical data import.
Leave a comment:
-
In case I am not being clear:
Tradestation does it:
ChartingHost.ScrollTo (dtObj);
where dtObj is a DateTime.
and Multicharts:
scrolltobar ( BarNumber ) ;
where barnumber is a number of bars ago (same as GetBar (dtObj) )
Leave a comment:
-
I can load data ok, I just want ninjascript to display a date on the screen
Leave a comment:
-
Hello RobinT,
Right click in your chart > select Data Series > select Custom Range under Load Data Based On > set the desired Start and End Date > OK.
Leave a comment:
-
-
RobinT,
I may still not fully understand, but to control a drawing object for example on a specific area you could use the DateTime overload with Time.
DateTime: https://msdn.microsoft.com/en-us/lib...v=vs.110).aspx
Time: http://ninjatrader.com/support/helpGuides/nt7/time.htm
Leave a comment:
-
The scrollbar at the bottom of the chart display controls which dates are displayed on the screen. Fully right the screen displays the most recent data, fully left and the oldest data is displayed.
How do I control this by program, or how do I select where the chart is displaying?
Leave a comment:
-
RobinT.Originally posted by RobinT View PostNew Question.
How do I position the display at a certain DateTime.
If I position it at CurrentDate then it will make sure the software runs to completion but then I want to display the user selected date.
I am not sure I fully understand. Can you provide a screenshot or any examples?
Leave a comment:
-
New Question.
How do I position the display at a certain DateTime.
If I position it at CurrentDate then it will make sure the software runs to completion but then I want to display the user selected date.
Leave a comment:
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
128 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
86 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
86 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Leave a comment: