Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Week Day Check Boxes
Collapse
X
-
Hello Clevchin,
You can use bool user inputs for that purpose. For example if you add a User Input named Monday and make it a bool that will give you a checkbox that says Monday in the user interface.
To control trading on different days of the week would require using 7 sets for this specific use. If we assume the conditions in set 1 should apply to Monday you could add a condition to check if the Monday bool is true which will allow that set to work if you checked the box.
To check a bool value as part of a condition you would use the following:
Left: User Input -> Monday
Center: Equals
Right: Misc -> True
You additionally need to add a Date condition so the condition only works on that day of the week, that is done with the following:
left: Time -> Date Series
Center: Equals
Right: Time -> Day of week -> Monday
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
45 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
21 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
31 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
50 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment