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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment