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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
26 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
16 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
9 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
10 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
17 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment