Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Futures Contract quantity exponential
Collapse
X
-
Futures Contract quantity exponential
Guidance please: I want to do increasing quantities of contracts. The first trade should be 1 contract, 2nd trade in the same direction should be 2 contracts, 3rd trade 3 contracts and so on to maximum of 5 in same direction. Then do the reversal close all open contracts and start with 1 contract in the new direction. How do I accomplish that? Thanks.Tags: None
-
This is best done via manual programming in the NinjaScrip Editor vs the Strategy Wizard. Short of writing the code, you would have to do something like:
- Keep count of the # of entries taken in a single direction
- On each incrementing entry, stuff in the increased quantityRayNinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
128 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
73 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
116 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
109 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
88 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment