ADR and ATR

Interesting!
I have been using ATR for takeprofit and stoploss in scalping bots for years. It works really well! something like this

stoploss=atratrslfactor;
takeprofit=atr
atrtpfactor;

Its a simple concept. Your take profit and stoploss are more dynamic and based on market conditions.
Although if you were manually trading you could just draw a pair of straight lines to determine the market range… You can use it for a particular day, or particular session, etc…

Also use atr for lot size (risk) . Usually there is less risk in a ranging market. (depending on system).

Anyway, it is a very useful indicator.

1 Like

Indeed … exactly so. And so they ought to be! :cool:

From my own perspective, I find this to be the one of the great advantages of trading from volume bars rather than timed bars. But previously, when trading from timed bars (which I did for many years, however strange the concept seems to me, looking back at it), I always wanted targets and so on to be derived from the volatility, and an ATR is clearly the convenient way of doing that.

Otherwise you can end up treating, for example “5-minute bars around 9.00/10.00 in the morning” as being directly equivalent to “5-minute bars around lunchtime” and/or “5-minute bars late in the afternoon”, whereas in reality, of course, they’re [B]far[/B] from equivalent in terms of market activity.

Certainly.

I’ve never thought of it as “indicator”, really. But I appreciate that it [U]is[/U], at least by common consent, and that all the software manufacturers classify it as one, anyway (which is probably part of the reason everyone else does). :8:

Hi Alexis.

My alias was What Me Forex? I had a face lift as well as a name change, which is why I look different in the photo; but I won’t say I had a gender change, because I didn’t. (Take my word for it.) Hope no one’s upset about that.

Yes, you’re right. The ATR on the daily = the ADR. Perhaps I missed your and others saying or implying that; but as I stated, Nick Bencino uses the ADR, and he recommended using it on 4-hour charts, in which case ATR would not be based on dailies. Perhaps I didn’t clarify.

If you’d like to enlighten me some more on the matter, please take your liberty. Apparently, you’re quite comfortable with all of this while I’m still trying to digest it all - and boy! What a big meal! There’s no end - but I’m going for it.

Thanks for talking me through all of this.

Blessings,
Norm

So how do you trade with volume bars?

:slight_smile: I call anything an indicator that you can quantify… put into code… lately i am trying to make indicators based on fundamentals to try to break out of the history cycle and limiting chart data. Whether they are useful or not is another thing :wink:
BTW… after years of trying i still cant make an indicator for price action haha

Ooh, there’s a change - nice to see you, Norm. :cool:

Well, I suspect (but might be wrong about this??) that he meant to refer to it as A[B][U]T[/U][/B]R, then? As we’ve agreed, A[B][U]D[/U][/B]R is just a [I]daily[/I] ATR. I’m not aware that there’s any such thing as a “4-hourly A[B][U]D[/U][/B]R”: that would be a contradiction in terms, surely?

I think this is more straightforward than you expected, especially with forex not gapping anyway.

By switching from spot forex to futures, for which volume is available. :wink:

I use constant-volume bars. Each bar’s end is defined not by a fixed time interval but by a fixed number of lots/contracts traded since it started. So when volumes are high, the bars are faster, and they’re slower in quieter markets. I find it a very convenient way of “seeing what’s actually going on in the market”. Apart from that, they’re just like any other bars or candles or whatever.

I do exactly the same things trading from constant-volume bars that I did when trading from timed bars. I just find the outcomes more reliable. My win-rates increased when I switched over.

I think they’re an improvement on tick-charts, because tick-charts tell you only the number of transactions, so a 1-lot trade and a 100-lot trade are all the same thing, according to their representations on a tick-chart (but they’re not really, of course).

Yes; I’m sure you’re right - I appreciate that I’m out of step with everyone, by never having thought of ATR as an “indicator”. :8:

Hello again, Norm

Recent posts in this thread have revolved around your efforts to set up The NickB Method.
Specifically, you’re looking for the best source for the ADR that Nick suggests using.

I decided to re-read the relevant portions of Nick’s e-book, written in 2008, which I downloaded several years ago, to refresh my memory on exactly what he said about the ADR.

On page 26, under the heading S+R Line Targets, Nick says:

Picking Targets
Targets vary depending on the pair you are trading. You cannot have the same target on GBP/JPY
that you have on EUR/USD, because EUR/USD moves only about ½ as much. A little trick I have
learned is to figure out the average daily range (ADR) of the pair and divide it by 4. This gives you an
idea on what you should target on a normal S+R line trade. You will probably need to tweak the
target slightly over time, but dividing the ADR by 4 gives you a general idea. To save you time I have
figured out the ADR for you.

Then, he lists the ADR’s for several pairs, but doesn’t describe how he derived the ADR’s.

On his forex4noobs website, Nick graphs the ADR’s for several pairs over 10 years (2006-2015), but again doesn’t say where the data comes from.

His graphs clearly show that the ADR’s fluctuate over time, but he seems to recommend manually adjusting S+R Line Targets when ADR’s are seen to decline, rather than using real-time ADR data in his formula (ADR/4) to make the adjustments automatically. This seems strange given the fact that we know that the ADR is essentially identical to the Daily ATR, which is available as an indicator in daily updated format in almost every trading platform out there.

It seems to me that simplified instructions might go like this:

  1. Add the 14-period Daily ATR indicator to the Daily price chart.

  2. Use the current Daily ATR(14) divided by 4 to calculate (in pips) the S+R Line Targets.

  3. Add the S+R Line Targets to the 4-Hour chart.

For anyone who’s interested, here’s a link to The NickB Method e-book — nickbmethod.pdf (476 KB)

p.s. — your new user-name and avatar are big improvements!

.

Hi everyone,

If I place my stop 1 ATR from entry point, and the next candle goes in my favor, should I move my stop the distance equal to the new ATR behind that candle, and so on?

Thanks,
Norm

Tools in compaxfx are not free sir. Is there a way I can plot the average daily range expected from the current trading day, week or month using the atr indicator?

This is exactly true.
In addition if a pair had an ADR of 50 and another pair has an ADR of 200 you’re not gonna trade them with the same risk.

CADCHFDaily edited

I use this tool “Average Daily Range SR” from mql5 market. it calculates the adr for a 14 day period and draws the support and resistance. Prices tends to bounce of these levels. It helped improve my trading. I would be cautions when prices approches theses levels.

1 Like