Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Open price of the year
Collapse
X
-
koganam Why are you so damn smart?? Haha. Ok i found a solution. I looked back on the calender for the past several years to avoid newyear and the weekend. So day 7 seems to be the best option. Also ... btw... CurrentDayOHL(BarsArray[2]).CurrentOpen[0]... works on both intra and daily bars when used the below code.Originally posted by koganam View PostJanuary 1 is not a trading day and is not on the chart, so the filtered block will not be entered.
Even though the below works, bc i've manually checked on the # of days. Isn't there a way to retrieve only trading days of the year?
Code:if (Times[1][0].DayOfYear == 7 ) { a = CurrentDayOHL(BarsArray[2]).CurrentOpen[0]; b = CurrentDayOHL(BarsArray[1]).CurrentOpen[0]; }Last edited by staycool3_a; 03-28-2015, 06:14 PM.
Comment
-
Bars.GetTradingDayFromLocal(Time[0]);Originally posted by calhawk01 View Postkoganam Why are you so damn smart?? Haha. Ok i found a solution. I looked back on the calender for the past several years to avoid newyear and the weekend. So day 7 seems to be the best option. Also ... btw... CurrentDayOHL(BarsArray[2]).CurrentOpen[0]... works on both intra and daily bars when used the below code.
Even though the below works, bc i've manually checked on the # of days. Isn't there a way to retrieve only trading days of the year?
Code:if (Times[1][0].DayOfYear == 7 ) { a = CurrentDayOHL(BarsArray[2]).CurrentOpen[0]; b = CurrentDayOHL(BarsArray[1]).CurrentOpen[0]; }
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
597 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
555 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment