Announcement

Collapse
No announcement yet.

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.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    93 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    138 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    123 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    73 views
    0 likes
    Last Post PaulMohn  
    Working...
    X