I would like to add code to my strategy to trade the overnight session only. Using an if statement I can start trading if ToTime(Time[0]) >= 150000. So starting at 3pm Pacific Time. But how would I code it to keep trading until 630 am pacific the following day? If I use ToTime(Time[0]) < 063000 it would reference the morning of the current day and never trade?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Function to Trade the Overnight Session Only
Collapse
X
-
Function to Trade the Overnight Session Only
Hi,
I would like to add code to my strategy to trade the overnight session only. Using an if statement I can start trading if ToTime(Time[0]) >= 150000. So starting at 3pm Pacific Time. But how would I code it to keep trading until 630 am pacific the following day? If I use ToTime(Time[0]) < 063000 it would reference the morning of the current day and never trade?Tags: None
-
Hello wooofad,
You can have two conditions in the set encapsulated by parenthesis.
if ( (condition 1 && condition 2) || (condition 3 && condition 4) )
if ( (bar time is above this time and below this time) OR (bar time is above this other time and some other time))Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by ntbone, Today, 02:30 PM
|
0 responses
4 views
0 likes
|
Last Post
![]()
by ntbone
Today, 02:30 PM
|
||
Started by tuliomgui, Yesterday, 10:07 PM
|
3 responses
13 views
0 likes
|
Last Post
|
||
Started by Learner Trader, Today, 08:36 AM
|
1 response
24 views
0 likes
|
Last Post
|
||
Started by GeorgeW, Today, 03:15 AM
|
1 response
16 views
0 likes
|
Last Post
|
||
Tick Replay
by timko
Started by timko, Today, 11:55 AM
|
4 responses
11 views
0 likes
|
Last Post
|
Comment