SetTrailStop("myLongEntry", CalculationMode.Ticks, ticksTrailingStop, bSimStop);
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
SetTrailStop clarification desired
Collapse
X
-
SetTrailStop clarification desired
When using SetTrailStop in ninjascript, is it called just once after the trade is entered and the stop automatically adjusted or does it have to be called every time the price moves up/down the specified amount?
SetTrailStop("myLongEntry", CalculationMode.Ticks, ticksTrailingStop, bSimStop); -
Hello Ricktek,
Thank you for your note.
The order will get place as you enter into a position and will start working off of live data at that point.
Please note that in a backtest, we don't have the intrabar data so it will update once and accordingly with the close price of each bar. I.E. the number ticks the close is from the Entry pointCal H.NinjaTrader Customer Service
-
Both. SetTrailStop() will be activated and start trailing as soon as you enter the trade. If you want to change the amount of the trail (tighten the stop as the trade gets long in the tooth), you can always call SetTrailStop() again with the tighter trailing offset.Originally posted by ricktek View PostWhen using SetTrailStop in ninjascript, is it called just once after the trade is entered and the stop automatically adjusted or does it have to be called every time the price moves up/down the specified amount?
SetTrailStop("myLongEntry", CalculationMode.Ticks, ticksTrailingStop, bSimStop);
That is why we tell you to reset the TrailStop when the trade goes flat. Of course, if you never changed it, the point is moot.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
69 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment