![]() |
|
|||||||
| Strategy Development Support for the development of custom automated trading strategies using NinjaScript. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: Jan 2008
Posts: 32
Thanks: 0
Thanked 0 times in 0 posts
|
I am new to Ninja Trader and I am writing scripts for someone else, I have written a script that adds a data series to a chart... I want to get user input for The script initialize to use as the time base for the new data series... I am lost and cannot find anything script reference.
This is the initialize of my script: Code:
protected override void Initialize()
{
Add(PeriodType.Minute, 600);
CalculateOnBarClose = false;
}
Is it possible to get user input?
Last edited by dhunnewell; 02-23-2010 at 08:47 AM.
|
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Initialize value of Time Series in a Strategy | Jean-Marc-Molina | Strategy Development | 3 | 10-15-2009 11:26 AM |
| DataSeries input to indicator in strategy Initialize() routine | trader20 | Strategy Development | 2 | 07-16-2009 06:03 AM |
| How to access user defined inuts in initialize function. | oblix | General Programming | 3 | 06-03-2009 02:46 PM |
| DataSeries as User Input | SystemTrading | Strategy Development | 3 | 02-03-2009 10:39 AM |
| Input Series For Indicator | CraigC | Indicator Development | 7 | 06-28-2008 03:58 AM |