Alternatively, you could add a OnPositionSize virtual method to StrategyBase that allows the user to calculate the position size when using managed orders like EnterLong() which don't specify a size.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Suggestion : Extend Order Properties
Collapse
X
-
Suggestion : Extend Order Properties
It would make sense to make position sizing an extension type in ninjascript and add it to the order properties. You can still have the strategy override type but it would be nice to have an extension type that could be utilized for any strategy.
Alternatively, you could add a OnPositionSize virtual method to StrategyBase that allows the user to calculate the position size when using managed orders like EnterLong() which don't specify a size.Last edited by GrumpyTrader; 12-02-2015, 12:01 PM.Tags: None
-
How is that different from Position.Quantity?Originally posted by GrumpyTrader View PostIt would make sense to make position sizing an extension type in ninjascript and add it to the order properties. You can still have the strategy override type but it would be nice to have an extension type that could be utilized for any strategy.
Alternatively, you could add a OnPositionSize virtual method to StrategyBase that allows the user to calculate the position size when using managed orders like EnterLong() which don't specify a size.
Comment
-
I'm suggesting you make the sizing logic an extension type so they can be extended and called without any added code to a specific strategy.
That way when back testing a strategy in the Strategy Analyzer under Order Properties you would be able to have (instead of just Default quantity, Account size and Strategy) you can have Fixed Risk, Percent Risk, etc.
Comment
-
Interesting idea.Originally posted by GrumpyTrader View PostI'm suggesting you make the sizing logic an extension type so they can be extended and called without any added code to a specific strategy.
That way when back testing a strategy in the Strategy Analyzer under Order Properties you would be able to have (instead of just Default quantity, Account size and Strategy) you can have Fixed Risk, Percent Risk, etc.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
662 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
376 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
110 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment