Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Parabolic stop (total position)
Collapse
X
-
Hi Uregon, thanks for posting. The parabolic stop works similar to the parabolic SAR indicator which you can load on a chart, and also review its source code through the NinjaScript Editor. The parameter you select affects the distance from the current price the stop will trail by.
Kind regards,
-ChrisL
-
Hi, would like to follow up on this question. The Parabolic Stop Total Position doesn't have the ability to change the parameters like the Parabolic Stop has. What is the difference. I thought, that the Parabolic Stop Total Position would exit the total position all at one price, but it exits different entries in my case also at different stop levels, so handles different entries separately. So why is t called Total Position and what does it do differently?
Comment
-
Hello philmg,Originally posted by philmg View PostHi, would like to follow up on this question. The Parabolic Stop Total Position doesn't have the ability to change the parameters like the Parabolic Stop has. What is the difference. I thought, that the Parabolic Stop Total Position would exit the total position all at one price, but it exits different entries in my case also at different stop levels, so handles different entries separately. So why is t called Total Position and what does it do differently?
Thank you for your note.
When using Parabolic Stop Total Position, the following syntax is used for SetParabolicStop() inside of the actual NinjaScript logic:
SetParabolicStop(CalculationMode mode, double value)
With this syntax, it creates a parabolic stop using default acceleration (0.02), accelerationMax (0.2), accelerationStep (0.02) settings and a floor value based on the calculation mode and value selected. This would apply the parabolic stop to all positions and it the other parameters may not be customized in the same way that you could customize the parameters for Parabolic Stop which uses this syntax instead:
SetParabolicStop(string fromEntrySignal, CalculationMode mode, double value, bool isSimulatedStop, double acceleration, double accelerationMax, double accelerationStep)
For more information, please see the help guide page for SetParabolicStop() here:
Please let us know if we may be of further assistance.
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
39 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
124 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
64 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 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