Est-il possible
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
contrôle Bougie
Collapse
X
-
Hello salaksi1,
The strategy builder can draw lines and other drawing objects so you can certainly mark the chart.
candle that contains several candles
Do you mean the largest candle in a period? From the image and description it appears that the candle on the very left is what you are trying to highlight.
- Likes 1
Comment
-
Hello salaksi1,
You could subtract the Low from the High to get a difference for each bar as one way of finding the size of bars.
To find the range of each bar you could In the builder you would need to make a Series double using the additional data tab.
As a set without any conditions, as the action you would define: Misc -> Set your series name. For the value select the High series and as the Arithmetic offset value select Minus, then select the Low series. Doing this would create a series that contains the difference for each bar.
In the image the bar is to the left and the smaller bars have come after that bar. Logically you would have to find the large bar first before knowing the other bars fit into that bar so that would be the first step or to find the size of each bar. Depending on what else you need to do would determine how you use the values from that series. You could make another condition which checks if the current series value is greater than the last X series values which would indicate that it is the largest bar in X period.
- Likes 1
Comment
-
I tried a lot can you help me with screenshots pleaseOriginally posted by NinjaTrader_Jesse View PostHello salaksi1,
You could subtract the Low from the High to get a difference for each bar as one way of finding the size of bars.
To find the range of each bar you could In the builder you would need to make a Series double using the additional data tab.
As a set without any conditions, as the action you would define: Misc -> Set your series name. For the value select the High series and as the Arithmetic offset value select Minus, then select the Low series. Doing this would create a series that contains the difference for each bar.
In the image the bar is to the left and the smaller bars have come after that bar. Logically you would have to find the large bar first before knowing the other bars fit into that bar so that would be the first step or to find the size of each bar. Depending on what else you need to do would determine how you use the values from that series. You could make another condition which checks if the current series value is greater than the last X series values which would indicate that it is the largest bar in X period.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
20 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
14 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
11 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
41 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment