Page 1 of 1

Average Period Range

PostPosted: Fri May 17, 2013 4:00 am
by Apprentice
APR.png


Will show Average Range of Data for last N periods.

Range Method
abs(Open-Close) or High-Low

Presentation of Results
Absolute
Relativ - as a percentage

APR.lua
(4.51 KiB) Downloaded 1011 times

Average Period Range Projections

PostPosted: Fri May 17, 2013 4:24 am
by Apprentice
APR Projections.png

APR Projections.lua
(4.64 KiB) Downloaded 1026 times

Re: Average Period Range

PostPosted: Tue May 28, 2013 12:05 pm
by sho-me-pips
Apprentice wrote:Will show Average Range of Data for last N periods.

Range Method
abs(Open-Close) or High-Low

Presentation of Results
Absolute
Relativ - as a percentage


Would you modify this indicator to the following math, or write a new indicator.

Range Method
Up=(High-Low)/(CurrentPrice-Low)/100 Green line when changes to up
Down=(High-Low)/(High-CurrentPrice)/100 Red line when changes to down
Current bar in not part of the calculated range. When indicator reaches 101% you have a breakout of the range.

Re: Average Period Range

PostPosted: Sun Jun 02, 2013 11:38 am
by Apprentice
Your request is added to the development list.

Re: Average Period Range

PostPosted: Mon Jun 03, 2013 12:11 pm
by Apprentice

Re: Average Period Range

PostPosted: Mon Jun 03, 2013 3:52 pm
by sho-me-pips
Exactly!! Thank You very much.

Re: Average Period Range

PostPosted: Wed Aug 14, 2013 3:07 pm
by Alexander.Gettinger
MQL4 version of Average Period Range: http://www.fxcodebase.com/code/viewtopi ... 38&t=59129.

Re: Average Period Range

PostPosted: Sun Feb 18, 2018 7:48 am
by Apprentice
The indicator was revised and updated.

Re: Average Period Range Projections

PostPosted: Fri Feb 08, 2019 8:48 am
by 7510109079
Apprentice wrote:
APR Projections.png

APR Projections.lua


can a history option be added to this which would plot prior period ranges?