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 Mindset, Today, 06:46 AM
|
0 responses
9 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