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

TOS Strategy Available in NT8?

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

    TOS Strategy Available in NT8?

    Hello,

    Is this strategy available in NT8. This is from TOS is there something identical available on NT8.

    #
    # TD Ameritrade IP Company, Inc. (c) 2009-2020
    #

    input trailType = {default modified, unmodified};
    input ATRPeriod = 5;
    input ATRFactor = 3.5;
    input firstTrade = {default long, short};
    input averageType = AverageType.WILDERS;

    def condition = ATRTrailingStop(trailType, ATRPeriod, ATRFactor, firstTrade, averageType).buySignal;

    addOrder(OrderType.BUY_AUTO, condition, tickColor = GetColor(0), arrowColor = GetColor(0));



    Thanks

    #2
    Hello secrettrader,

    Thanks for your post and welcome to the NinjaTrader forums!

    I do not know if anyone has provided that specific strategy in NinjaTrader8.

    You are welcome to review the user-provided strategies in the NT user apps section of the Ninjatrader Ecosystem at this link: https://ninjatraderecosystem.com/use...r-8-strategies These are free and publicly available. Please note: The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.

    If you would like a strategy created for you, we can provide a link to 3rd party providers of coding services in the NinjaTrader Ecosystem.
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    4 views
    0 likes
    Last Post Javierw.ok  
    Started by timmbbo, Today, 08:59 AM
    2 responses
    10 views
    0 likes
    Last Post bltdavid  
    Started by alifarahani, Today, 09:40 AM
    6 responses
    40 views
    0 likes
    Last Post alifarahani  
    Started by Waxavi, Today, 02:10 AM
    1 response
    18 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by Kaledus, Today, 01:29 PM
    5 responses
    15 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X