Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Way to check
Collapse
X
-
Way to check
Is there a way to check if the strategy is being setup on the chart or on the strategy tab on the control center?Tags: None
-
-
Edward, this would just be for example an integer type user input you have for your script and then you can assign your logic for what you wanted to do from the chart vs strategies tab.
if (CustomInput == 0) // do logic for adding from the chart for example
while
if (CustomInput == 1) // do logic for adding from the strategies tab for example
Of course this is something your or the user would need to set correctly then when starting the strategy instance up.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
246 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
158 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
165 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
250 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
201 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment