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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
140 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
295 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
240 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
339 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
172 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment