![]() |
This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com
|
|||||||
| General Programming General NinjaScript programming questions. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Sep 2009
Posts: 562
Thanks: 40
Thanked 4 times in 4 posts
|
Why is it when I place the below code in Properties
Code:
[Description("Setup Look Back Bars")]
[Category("Parameters")]
[Gui.Design.DisplayName("01. LookBack")]
publicint lookbackbars
{
get { return LookBackBars; }
set { LookBackBars = Math.Max(1, value); }
}
When I remove the above code, everything compiles... |
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Properties | mjc4118 | Strategy Development | 1 | 09-18-2010 11:57 AM |
| Properties | tonynt | Miscellaneous Support | 1 | 12-17-2009 08:56 AM |
| Fib properties | Larry22 | Version 7 Beta General Questions & Bug Reports | 7 | 11-05-2009 02:36 PM |
| Recursive Properties | zoltran | General Programming | 3 | 05-07-2008 01:29 AM |
| Beta bug? Strategy Analyzer backtest properties window showing wrong properties | OregonSun | Historical NinjaTrader 6.5 Beta Threads | 2 | 01-27-2008 05:42 PM |