Make sure people can flatten at Friday close… as I met a few who didn’t understand about gaps!!! and the like who get destroyed by over weekend positions yet want to keep in during the week overnight
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
NT8 Flatten on Friday
Collapse
X
-
NT8 Flatten on Friday
Possibly add an option to flatten all positions and cancel all working orders at Friday 16:00 for example
Make sure people can flatten at Friday close… as I met a few who didn’t understand about gaps!!! and the like who get destroyed by over weekend positions yet want to keep in during the week overnightTags: None
-
NT8 Add bars Method OverLoad
//sometimes we do not want historical data loaded
bool loadHistorical =false;
Add(PeriodType…, Period, loadHistorical);
-
Hello MicroTrends,
You can use the AddDataSeries() overload barsToLoad as in the following syntax:Originally posted by MicroTrends View Post//sometimes we do not want historical data loaded
bool loadHistorical =false;
Add(PeriodType…, Period, loadHistorical);
Code:AddDataSeries(string instrumentName, BarsPeriod barsPeriod, int barsToLoad, string tradingHoursName, bool? isResetOnNewTradingDay)
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
561 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
325 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
547 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