Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
stoploss with variable
Collapse
X
-
That is what I mean by details. You are showing 2 different charts there, one based on range bars, and the other seems to be based on timelapse bars. On which bar series are you making the entry and calculating the stops? And why are the two charts based on different bar constructions?Originally posted by tonynt View Post
-
koganam,
thank you for your reply.
The left chart is a 60 min chart for having a higher timeframe view and to control the trade with chart-trader enabled.
In my 8Range Chart on the right I do the entries with my strategy
onbarupdate if (BarsInProgress!=0)return;
I think the stop should be below the green upbar as I do not include BarsArray[x] in the stop-conditions I have posted. That´s why I´m wondering.
Thank you
Tony
Comment
-
Which would imply that you are calculating your Stops based off the 8-Range chart's bars? Eyeballing the chart, it looks to me like the Stop is 3 ticks below the entry bar, (on the 8-Range chart). I repeat: Print()ing out the values to the Output Window will quickly reveal what your values are and if the calculations, as coded, are producing what they should. If they are not, then you will have a hint as to where to look.Originally posted by tonynt View Postkoganam,
thank you for your reply.
The left chart is a 60 min chart for having a higher timeframe view and to control the trade with chart-trader enabled.
In my 8Range Chart on the right I do the entries with my strategy
onbarupdate if (BarsInProgress!=0)return;
I think the stop should be below the green upbar as I do not include BarsArray[x] in the stop-conditions I have posted. That´s why I´m wondering.
Thank you
Tony
Regardless, if you are calculating stops based on an 8-Range chart, you cannot expect those Stops to be shown relative to the bars of a 1-hour chart: they are fundamentally different ways of representing the price action.
Comment
-
koganam,
thank you again for your reply.
In my understanding (that might be wrong) the close, low, high, open refer to the primary dataseries in the chart where the strategy is running. And as it is an 8 Range chart I thought it will be below the min of the primary dataseries.
Thank you for the hint with printing.
I do not expect the stops in the min chart as you mention. of course not. As I explained this is only the higher timeframe chart with chart trader enabled to have some additional control of no# of contract and stops.
Thank you again.
Tony
Originally posted by koganam View PostWhich would imply that you are calculating your Stops based off the 8-Range chart's bars? Eyeballing the chart, it looks to me like the Stop is 3 ticks below the entry bar, (on the 8-Range chart). I repeat: Print()ing out the values to the Output Window will quickly reveal what your values are and if the calculations, as coded, are producing what they should. If they are not, then you will have a hint as to where to look.
Regardless, if you are calculating stops based on an 8-Range chart, you cannot expect those Stops to be shown relative to the bars of a 1-hour chart: they are fundamentally different ways of representing the price action.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
72 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
44 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
25 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
30 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
61 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment