Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Plotting asia session hi and low
Collapse
X
-
That can be programmed using either the Strategy Wizard or in NinjaScript. I'll outline the pseudo-code that would do what you want:
Code:if new day (reset highestHigh and lowestLow) if (time is between 7p and 3a) { if currentHigh > highestHigh (highestHigh = currentHigh) else if currentLow < lowestLow (lowestLow = currentLow) } plot highestHigh and lowestLowAustinNinjaTrader Customer Service
Comment
-
You certainly can pay someone to make this indicator. Here is a link to our NinjaScript consultants.AustinNinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
595 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
554 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment