![]() |
|
|||||||
| 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 |
|
Senior Member
Join Date: Apr 2008
Posts: 146
Thanks: 8
Thanked 2 times in 2 posts
|
I have a strategy that I can edit and compile with no errors, but it does not appear in the list if right click on chart and click strategies.
Attached are scereen caps and the log file. The errors in the log file seem to point to .... Code:
publicoverridevoid Dispose()
{
_strip.Items.Remove(_separator);
_strip.Items.Remove(_button);
_separator = null;
_strip = null;
_button = null;
base.Dispose();
}
Strat1.JPG Strat2.JPG log.JPG |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Apr 2008
Posts: 146
Thanks: 8
Thanked 2 times in 2 posts
|
I found the error, please disregard previous post.
|
|
|
|
|
|
#3 |
|
NinjaTrader Customer Service
Join Date: Dec 2009
Location: Denver, CO, USA
Posts: 6,498
Thanks: 109
Thanked 291 times in 280 posts
|
Hello,
Excellent. Glad your up and running!
Brett
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WoodiesCCI Log errors | snaphook | Version 7 Beta General Questions & Bug Reports | 3 | 08-05-2010 08:50 AM |
| What do these 2 errors in the log mean? | kaywai | General Programming | 1 | 03-22-2010 06:30 AM |
| NT6.5 Strategy: PLEASE DO NOT HIDE ERRORS IN THE LOG ;) | NetTecture | Suggestions And Feedback | 4 | 07-28-2009 07:27 AM |
| Log Errors | DangerBoy | Strategy Analyzer | 7 | 06-01-2009 01:52 PM |
| Errors in log.... | daxtrading | Automated Trading | 1 | 03-03-2009 09:43 AM |