Jump to content

iADR Calculator Ver. 3 NEW


Asteris

Recommended Posts

Com-p-a** FX has made a commercial Av-g Dai-ly R^ange C-alcu-lator to be used in one of its trading rules.

 

Here, is one indicator I made for this Forum which gives same results with the above.

Myself I am not very happy with this indicator.

 

Anyway, you can download mine from here.

 

http://www.4shared.com/file/232782150/18cab3dc/iADR.html

 

Please, somebody upload it and somewhere else for sharing if necessary.

 

Do not forget to give me few Kudos if you like it.

Link to comment
Share on other sites

Re: iADR Calculator Ver. 2

 

Error

This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.

 

This limit is reached.

 

To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. The file can later be moved to a Collector's Account. The uploader just needs to click the delete link of the file to get further information.

 

Please ReUpload

Link to comment
Share on other sites

Re: iADR Calculator Ver. 2

 

Hi Rey

 

This is what I do

 

double dhhT=iHigh(NULL, PERIOD_D1, 0)-Ask; //high distance from central value

double dllT=Bid-iLow(NULL, PERIOD_D1, 0); //low distance

 

double atrT = dhhT+dlTl; //total distance

atrT_pips= atrT /factor_pips; // total distance in pips

double atrT_pos_High=iOpen(NULL, PERIOD_D,0)+atrT /2;

double atrT_pos_Low=iOpen(NULL, PERIOD_D,0)-atrT /2;

 

This is what C-om-pass-FX does (even slightly corrected).

Against of that, I believe that it is better to substitute iOpen(..., 0) in calculation with iHigh(...,0)+iLow(...,0) divided be 2.

 

It looks more logical to me this approach or other based on better approach. :-?

 

It is really fuzzy how commercial products are presented based on ideal conditions shown in Videos.

 

Anyway.

 

The final answer can not be based only in mathematics but also in the usual way traders make the calculation. :(

Link to comment
Share on other sites

Re: iADR Calculator Ver. 2

 

Hi Asteris,

 

Arigato. Thanks for your effort, what I understnd the logic of True range is the largest of the following:

 

1)Today’s high minus today’s low. [if there is no gap of (Today's low or high) and (Yesterday's close)]

2)Today’s high minus yesterday’s close.

3)Today’s low minus yesterday’s close.

 

as such, the indicator shall check the above three conditions then select and display only the maximum value.

 

cheers,

 

rey

Link to comment
Share on other sites

Re: iADR Calculator Ver. 2

 

I agreed. Also, Average True Range is just an EMA on TR definition you mentioned.

 

I wrote this indi to give just a free indicator as a substitute to a popular commercial product.

 

The above code easily can change to a better one using iATR against of iHigh and iLow

 

In this case the results will be a bit different than the commercial indicator.

 

The problem is not what mathematically is correct but what usually the majority of traders does... ;)

Link to comment
Share on other sites

iADR Calculator Ver. 3

 

http://rapidshare.com/files/290582630/iADR.ex4.html

 

Please somebody upload this indicator to a shared directory.

 

It is written by me and I give it for free so there is no problem of Copyright.

 

it is only for the babes of this forum...

 

It has moving levels, ATR etc and 2 ways of approach.

 

It includes weekly levels calculation based on normal ATR definition.

 

It costs thousands of dollars (just joking, relax...) :)) :)) :)) :))

 

Enjoy

 

Do not forget my Kudos.................. :))

 

Also, you can made recomendations as Cubicrey did...

Link to comment
Share on other sites

Re: iADR Calculator Ver. 3 NEW

 

Thanks Rey

 

You deserve my Kudos.

 

One indicator ADRCalcul-ator is relative to the Compass fx indicator one, which many forum members have interest!!!

 

The other one, the real "Advanced" one, iADR is a more personal approach and I think it is the way you like...

 

I recomend Mode=1 which is directed to a much better version of ATRprojections indicator of HectorTrader.

 

Enjoy :-bd

 

/ps Do not forget my kudos. A just "Thanks" is fine ^:)^

Link to comment
Share on other sites

Re: iADR Calculator Ver. 3 NEW

 

There are a lot of videos you can find in co-mpassfx.com relative to this indicator.

This inidicator works as C-ompa--ss fx commercial indicator for Mode=0.

Plus, it includes lines design on chart.

 

For mode =1 is a bit more sophisticated.

 

Please read page 1 notes and CubicRey suggestions.

Also try to make reverse engineering.

You will find all the answers. This indicator has a simple writtting ...

 

Personaly I like Mode=1.

 

Theoretically is more correct. If everybody calculates with mistake way is another story ...

 

What can I do?

 

Good indicator does not mean correct mathematics... What is important is to give money...:D

 

/ps

 

This freeware indicator can be found ONLY in this forum.

Link to comment
Share on other sites

Guest james_phuc28

Re: iADR Calculator Ver. 3 NEW

 

Hi Asteris,

 

Thanks for coding these 2 good ADR indicators.

 

Please kindly advise which one is better (that has better and more accurate results) between iADR and iADRCalculator? Which one is a better version od ATRProjection of Hector? and what is better than the ATRProjection of Hector?

 

Again, thanks for your hard work.

 

Best regards,

James

Link to comment
Share on other sites

  • 4 months later...

iATDR Calculator_Lite.NEW

 

Hi All,

 

Here is still the lite version but with switchable mode between ADR and ATR.

 

http://i630.photobucket.com/albums/uu24/cubicrey/iADTR_modeADR-1.gif

 

http://i630.photobucket.com/albums/uu24/cubicrey/iADTR.gif

 

http://i630.photobucket.com/albums/uu24/cubicrey/iADTR_user_interface.gif

 

cheers.

Link to comment
Share on other sites

Real Thing:- iATDR Calculator Pro Edition

 

Hi,

 

Here is the Pro Edition . Compa55Fx W/ADR + Hec7or ATR Projection (Cost= Free) only available from indo-investasi.

 

http://i630.photobucket.com/albums/uu24/cubicrey/Pro_ADR_mode.gif

 

http://i630.photobucket.com/albums/uu24/cubicrey/Pro_ATR_mode.gif

 

Cheers

 

:)

Link to comment
Share on other sites

Re: iADR Calculator Ver. 3 NEW

 

Com-p-a** FX has made a commercial Av-g Dai-ly R^ange C-alcu-lator to be used in one of its trading rules.

 

Here, is one indicator I made for this Forum which gives same results with the above.

Myself I am not very happy with this indicator.

 

Anyway, you can download mine from here.

 

http://[email protected]/file/232782150/18cab3dc/iADR.html

 

Please, somebody upload it and somewhere else for sharing if necessary.

 

Do not forget to give me few Kudos if you like it.

 

Dear Friends,

 

First, Thanks to Asteris for your sharing.

Why you (others) cannot download this link?

Please check above link, you will see "sh@red", this is wrong. This should be "a"-->shared.

You can download this link after you correct the word from "sh@red" to"shared".

Next time you can notice this mistake if you cannot download the link.

Link to comment
Share on other sites

  • 1 month later...
Hi,

 

Here is the Pro Edition . Compa55Fx W/ADR + Hec7or ATR Projection (Cost= Free) only available from indo-investasi.

 

 

Cheers

 

:)

 

Mate,

See only screenshots in your post, was it just an early announcement or links were removed intentionally?

Cheers!

Link to comment
Share on other sites

Hi Starting,

 

I've been posting the ex4 together with my post dated 05 March 2010, I attached my file to the II server, so after II making the server transition, the file is gone forever.

 

Attached herewith the mq4 file, I welcome all feel free to improve or tweak the codes and functions of this indicator. Please don't laugh at me as I'm not the qualified programmer.

 

http://www.mediafire.com/file/j2nhz14nzit/iADTRCalculator_Pro.mq4

 

cheers,

 

rey

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...