NexusFi: Find Your Edge


Home Menu

 





Take ATR value from specific day


Discussion in EasyLanguage Programming

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




 
Search this Thread

Take ATR value from specific day

  #1 (permalink)
 simonehuggins 
Sydney, NSW
 
Experience: Beginner
Platform: MultiCharts
Trading: Stocks
Posts: 3 since Feb 2015
Thanks Given: 1
Thanks Received: 0

Hi fellow traders,

I have a very specific issue to solve - I would like to take the ATR value (measured over 10 day length) from a specific day.

I trade daily bars, Aus Stocks, this is for an ATR Trailing Exit from a long position.

Here is the code (If anyone thinks that this is not a strict trail (ie, only trails up, does not trail down), please let me know. I think I have coded it right but you never know).

 
Code
Inputs: TrailingATRs(4), ATRLength(10);

Var: PosHigh(0);
Var: ATRVal(0);

ATRVal = AvgTrueRange(ATRLength) * TrailingATRs;

If MarketPosition = 1 Then Begin
If BarsSinceEntry = 0 Then
	PosHigh = High - ATRVal;
If (High - ATRVal) > PosHigh Then
	PosHigh = High - ATRVal;
If High < PosHigh then
Sell ( "ATRtrail" ) Next Bar at PosHigh or lower ;

End;
The issue is I want ATRval to be taken from the day that the highest high occured. At the moment it does not seem to be doing that.

Thank you in advance for any help!

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Exit Strategy
NinjaTrader
REcommedations for programming help
Sierra Chart
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
35 thanks
Tao te Trade: way of the WLD
26 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
21 thanks




Last Updated on August 20, 2015


© 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