![]() |
|
|||||||
| Automated Trading Support for automated trading systems using NinjaScript. Support for our ATI (Automated Trading Interface) used to link an external application such as TradeStation and eSignal to NinjaTrader. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Oct 2008
Posts: 8
Thanks: 0
Thanked 0 times in 0 posts
|
All,
Very new to the software. Been using a software that requires a tick to run through the formula. The formulas have been developed though on the close of each bar. The formulas also have references to different indicators using different time intervals. This makes it very difficult to run real time and try to etimate by bracketing triggers near teh close of a bar. Is there a way with ninjatrader to have the formula calculated at the close of a bar, without necessrily having a tick occur? Thanks, Jeff |
|
|
|
|
|
#2 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 107 times in 70 posts
|
Jeff,
NinjaTrader is tick driven and not time driven, but people have done what you wanted through the use of their own custom timer events. This is a little bit more advanced C# that is on the fence of what we cannot support on the forums here. An example is here: http://www.ninjatrader-support.com/v...ead.php?t=5965 MSDN is the best place to consult about this level of programming. If you feel this level is too advanced you can try contacting one of the 3rd party NinjaScript Consultants here: http://www.ninjatrader.com/webnew/pa...injaScript.htm
Josh
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2008
Posts: 8
Thanks: 0
Thanked 0 times in 0 posts
|
Josh:
Definitely out there for me. I will have to look into it to figure out code. Never programmed before in C#. Another alternative would be getting hold of historical tick data. Right now I am feeding from TD Ameritrade which does not provide this. Any other providers you could recommend. I could then backtest "real time" - that would make a huge difference. Jeff |
|
|
|
|
|
#4 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 107 times in 70 posts
|
Jeff,
Even if you had tick data you would need to then program your strategy while pulling tick data which can be more complicated. You would probably need to dive into multi-time framed strategies if you still wanted to pull conditions and signals from say a 1min time period. Here is a link of supported data providers: http://www.ninjatrader-support.com/H...HistoricalData Here is a link for multi-time frame: http://www.ninjatrader-support.com/H...struments.html
Josh
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pair trading / Spread trading | HelloHello | Automated Trading | 8 | 09-18-2010 08:55 PM |
| Charting high/low/close and open/close widths | gluebunny | Charting | 11 | 09-29-2008 10:47 AM |
| auto trading vs discretionary trading and limit orders | John Sanders | Automated Trading | 3 | 11-07-2007 08:03 AM |
| Forex trading - wrong reporting, wrong Close action, connecting | jcervinka | Miscellaneous Support | 2 | 08-30-2007 09:42 AM |
| Problem with close[0] and close[1] | recentrage | Indicator Development | 4 | 07-19-2007 08:55 AM |