Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Parabolic stop (total position)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Parabolic stop (total position)

    Hello, wich parameters does the parabolic stop (total position) have in the strategy builder?

    Attached Files

    #2
    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
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      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


        #4
        Originally posted by philmg View Post
        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?
        Hello philmg,

        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.
        Emily C.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by DJ888, 04-16-2024, 06:09 PM
        4 responses
        12 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by terofs, Today, 04:18 PM
        0 responses
        11 views
        0 likes
        Last Post terofs
        by terofs
         
        Started by nandhumca, Today, 03:41 PM
        0 responses
        7 views
        0 likes
        Last Post nandhumca  
        Started by The_Sec, Today, 03:37 PM
        0 responses
        3 views
        0 likes
        Last Post The_Sec
        by The_Sec
         
        Started by GwFutures1988, Today, 02:48 PM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Working...
        X