Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

parabolic SAR stop strategy

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

    parabolic SAR stop strategy

    Hi,

    I would like to test using pSAR as a stop in the Strategy Analyzer but not sure how to do that. Is it possible to use a pSAR stop using the Strategy Wizard? Thanks

    #2
    Hi winja,

    You can do this with the SetStopLoss() method. http://www.ninjatrader-support.com/H...tStopLoss.html

    Please also check out this reference sample. http://www.ninjatrader-support.com/v...ead.php?t=3222

    In the OnBarUpdate() method...
    Code:
    SetStopLoss(CalculationMode.Price, ParabolicSAR(0.02, 0.2, 0.02)[0]);
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by DayTradingDEMON, Today, 09:28 AM
    4 responses
    21 views
    0 likes
    Last Post DayTradingDEMON  
    Started by geddyisodin, Yesterday, 05:20 AM
    9 responses
    50 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by George21, Today, 10:07 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Started by Stanfillirenfro, Today, 07:23 AM
    9 responses
    24 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by navyguy06, Today, 09:28 AM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X