private bool isBarTime (string s1)
{
String s2 = Time[0].ToString();
if (String.Equals(s1, s2))
{
return true;
}
return false;
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
finding bar time
Collapse
X
-
Hi dibDab, thanks for posting. It looks like you have resolved already. There is also the DateTime.Compare method provided by .NET:
The method in C# is used for comparison of two DateTime instances. It returns an integer value indicating the relationship between the two dates − Following is the syntax for method − The method returns an integer value − The following example
Kind regards,
-ChrisL
- Likes 1
Comment
-
Is there anything I need to import to use the .NET datetime features?Originally posted by NinjaTrader_ChrisL View PostHi dibDab, thanks for posting. It looks like you have resolved already. There is also the DateTime.Compare method provided by .NET:
The method in C# is used for comparison of two DateTime instances. It returns an integer value indicating the relationship between the two dates − Following is the syntax for method − The method returns an integer value − The following example
Kind regards,
-ChrisL
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
54 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
25 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
17 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment