NexusFi: Find Your Edge


Home Menu

 





Take ATR value from specific day


Discussion in EasyLanguage Programming

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




 
Search this Thread
  #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?
After $87M Settles NO: Irans Nuclear Redline Sets Up the …
Prediction Markets & Event Contracts
June 15 Peace Odds Surge From 3.6% to 12.25% After Trump …
Prediction Markets & Event Contracts
Fed Hike Odds at 57% After Warsh: England Surges 12.9%, …
Prediction Markets & Event Contracts
ATFX Suspends Prop Trading Unit ATFunded -- Full Review …
Funded Trading Evaluation Firms
Rubios Good News Within Hours and the 30-Day Math: Why H …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
13 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks




Last Updated on August 20, 2015


© 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