NexusFi: Find Your Edge


Home Menu

 





ATR Trailing STop


Discussion in NinjaTrader

Updated
    1. trending_up 4,046 views
    2. thumb_up 0 thanks given
    3. group 4 followers
    1. forum 4 posts
    2. attach_file 1 attachments




 
Search this Thread
  #1 (permalink)
 
brettji's Avatar
 brettji 
phoenix, az
 
Experience: None
Platform: NT8 TOS
Broker: Ninja - TOS
Trading: ES and stuff
Posts: 610 since May 2016
Thanks Given: 151
Thanks Received: 209

Hello,

I was wondering if anyone has a ATR based Trailing stop for NT8?

The closest thing I can find and have is the ATR strategy by Sylvain Vervoort.

I searched the forum prior to posting and also searched NT's website. All I could find were variations of Vervoort's method.

It's a nice indicator, but it functions as always long or short.

I can't seem to find an indicator where once I am in the market, the ATR trails from the entry point.

I've inserted an image with the idea. As you can see the ATR is nice but lags by a few ticks.




thanks
brett


Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NinjaTrader Parent Payward Acquires Bitnomial for $550M …
Platforms and Indicators
Asia Equities Crash Overnight -- Nikkei -5.2%, KOSPI -6. …
Traders Hideout
Beijing Summit Closes: Xi Pledges Hormuz Help -- $1.14B …
Prediction Markets & Event Contracts
Bookmap Global Plus Lifetime + Lifetime Addons For Sale
Platforms and Indicators
Orban Crashes to 21pct on Record Turnout -- McIlroy Drop …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
22 thanks
2026 Jlab journal
10 thanks
Trying to learn Volume and price action correlation
8 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Hello Im new here
5 thanks
  #2 (permalink)
ellinas
Cyprus, Nico
 
Posts: 33 since Mar 2019
Thanks Given: 10
Thanks Received: 9


brettji View Post
Hello,

I was wondering if anyone has a ATR based Trailing stop for NT8?

The closest thing I can find and have is the ATR strategy by Sylvain Vervoort.

I searched the forum prior to posting and also searched NT's website. All I could find were variations of Vervoort's method.

It's a nice indicator, but it functions as always long or short.

I can't seem to find an indicator where once I am in the market, the ATR trails from the entry point.

I've inserted an image with the idea. As you can see the ATR is nice but lags by a few ticks.




thanks
brett

Hello,

I will try to give you an idea ( for NT7 only - I dont know for NT8 ) if you want to code your own strategy:

In "Initialize" section try the following lines :

SetTrailStop("MyEntryLong", CalculationMode.Ticks, (Low[0]- x*(Math.Abs(High[0] - Low[0]) ) ), simulated);
SetTrailStop("MyEntryShort", CalculationMode.Ticks, (High[0] + x*(Math.Abs(High[0] - Low[0]))) , simulated);

where x = double variable or a % (optimize to select the most profitable).
The above code may apply ONLY to strategies using Renko-type bars.

I have not checked this code, again, this is just an idea.

Have a nice day
George


Reply With Quote
  #3 (permalink)
 SpeculatorSeth   is a Vendor
 
Posts: 781 since Apr 2016
Thanks Given: 22
Thanks Received: 1,026


I really like Fat Tail's indicator for this: https://www.lizardindicators.com/indicator-library-2/trailing-stop-loss/atr-stop-indicator/

I should note though that I watch it primarily to see when it has failed. The emini seems to actively gun for this level seeking liquidity.


Reply With Quote
  #4 (permalink)
 
brettji's Avatar
 brettji 
phoenix, az
 
Experience: None
Platform: NT8 TOS
Broker: Ninja - TOS
Trading: ES and stuff
Posts: 610 since May 2016
Thanks Given: 151
Thanks Received: 209

Thank you, this is the indicator that I use and I agree. It seems traders / algos will hunt the standard ATR levels.

I like the ATR as part of a strategy and would like use the ATR Trailer once I'm in the market, but don't want to use it as a method of entry.


TWDsje View Post
I really like Fat Tail's indicator for this: https://www.lizardindicators.com/indicator-library-2/trailing-stop-loss/atr-stop-indicator/

I should note though that I watch it primarily to see when it has failed. The emini seems to actively gun for this level seeking liquidity.


Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #5 (permalink)
 
brettji's Avatar
 brettji 
phoenix, az
 
Experience: None
Platform: NT8 TOS
Broker: Ninja - TOS
Trading: ES and stuff
Posts: 610 since May 2016
Thanks Given: 151
Thanks Received: 209

Thank you George ~ I just enrolled at DataCamp.com so that I can take my ideas from Ninja to Python.

I appreciate you posting your idea.


ellinas View Post
Hello,

I will try to give you an idea ( for NT7 only - I dont know for NT8 ) if you want to code your own strategy:

In "Initialize" section try the following lines :

SetTrailStop("MyEntryLong", CalculationMode.Ticks, (Low[0]- x*(Math.Abs(High[0] - Low[0]) ) ), simulated);
SetTrailStop("MyEntryShort", CalculationMode.Ticks, (High[0] + x*(Math.Abs(High[0] - Low[0]))) , simulated);

where x = double variable or a % (optimize to select the most profitable).
The above code may apply ONLY to strategies using Renko-type bars.

I have not checked this code, again, this is just an idea.

Have a nice day
George


Visit my NexusFi Trade Journal Started this thread Reply With Quote




Last Updated on December 15, 2020


© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top
no new posts