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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
256 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
166 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
170 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
252 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
203 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment