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 Mindset, Today, 06:46 AM
|
0 responses
8 views
0 likes
|
Last Post
by Mindset
Today, 06:46 AM
|
||
|
Started by M4ndoo, Yesterday, 05:21 PM
|
0 responses
14 views
0 likes
|
Last Post
by M4ndoo
Yesterday, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
15 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
82 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
48 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment