NexusFi: Find Your Edge


Home Menu

 





ATR Trailing STop


Discussion in NinjaTrader

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




 
Search this Thread

ATR Trailing STop

  #1 (permalink)
 
brettji's Avatar
 brettji 
phoenix, az
 
Experience: None
Platform: NT8 TOS
Broker: Ninja - TOS
Trading: ES and stuff
Posts: 603 since May 2016
Thanks Given: 148
Thanks Received: 205

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?
Trade idea based off three indicators.
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Spoo-nalysis ES e-mini futures S&P 500
28 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
17 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: 780 since Apr 2016
Thanks Given: 22
Thanks Received: 1,018


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: 603 since May 2016
Thanks Given: 148
Thanks Received: 205

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: 603 since May 2016
Thanks Given: 148
Thanks Received: 205

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


© 2024 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 - Privacy Policy - Downloads - Top
no new posts