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 jleira, Today, 07:08 PM
|
0 responses
1 view
0 likes
|
Last Post
![]()
by jleira
Today, 07:08 PM
|
||
Started by varsha, Today, 06:33 PM
|
0 responses
18 views
0 likes
|
Last Post
![]()
by varsha
Today, 06:33 PM
|
||
Started by NtFan, Today, 04:12 PM
|
1 response
8 views
0 likes
|
Last Post
![]()
by NtFan
Today, 04:30 PM
|
||
Started by futurenow, Today, 01:44 PM
|
2 responses
38 views
0 likes
|
Last Post
![]()
by voltation
Today, 05:31 PM
|
||
Started by Gerik, Today, 12:44 PM
|
1 response
15 views
0 likes
|
Last Post
|
Comment