Why do people use Volume, Range and Tic charts?

Status
Not open for further replies.
Quote from ProfLogic:

Before I answer your "bar superiority" question let me set up the answer by asking, "do you understand why some people like 10 minute charts and others like 30 minute charts?

gm Surf,

I eagerly await your response also.

regards
f9
 
Forgive if already answered, I reviewed all posts in this thread but may have indeed misssed the response.

I'm looking for the Foumula for the ERG study. The software I use does not have this indicator(study), but does allow for the creation of custom studies. I've hunted around, but have not yet found anything concrete about the formula is created, or how this study(indicator) is created. Much appreciated if someone knows, or can point me to it.

Respectfully,
_RinO_
 
Quote from RhinoGG:

Forgive if already answered, I reviewed all posts in this thread but may have indeed misssed the response.

I'm looking for the Foumula for the ERG study. The software I use does not have this indicator(study), but does allow for the creation of custom studies. I've hunted around, but have not yet found anything concrete about the formula is created, or how this study(indicator) is created. Much appreciated if someone knows, or can point me to it.

Respectfully,
_RinO_


Same here. I have looked all over the inet and the script are sometimes quite different. I was able to cobble together an Erg in EL that finally matches the charts posted here, but no luck in getting the histogram to match. I assumed the histogram showed the difference or spread between the erg line the average, but that doesn't match when coded that way. I can only guess the line and histogram are actually two separate indicators with different parameters. Any insight would indeed be helpful.
 
Ergodic Formula
by Howard Arrington
The Ergodic formula is a ratio of two double averages. The numerator is an average of an average of the Net. The denominator is an average of an average of the Absolute value of the Net. The Net is the difference between a bar's close and the prior bar's close.


Ergodic = (Average (Average (Net, parameter 1), parameter 2) / (Average (Average (Abs(Net), parameter 1), parameter 2)


:mad: :mad: :mad: :mad: :mad: :mad: :mad: :mad:
but when i code this, the result is always 1.
 
Quote from bighorn:

Same here. I have looked all over the inet and the script are sometimes quite different. I was able to cobble together an Erg in EL that finally matches the charts posted here, but no luck in getting the histogram to match. I assumed the histogram showed the difference or spread between the erg line the average, but that doesn't match when coded that way. I can only guess the line and histogram are actually two separate indicators with different parameters. Any insight would indeed be helpful.

I have an email to my programmer. As soon as he sends the settings I will post it.
 
Quote from ProfLogic:

I have an email to my programmer. As soon as he sends the settings I will post it.


Wow! I sure wasn't expecting such a kind gesture. Thank you and it is very much appreciated.
 
Quote from RhinoGG:

Ergodic Formula
by Howard Arrington
The Ergodic formula is a ratio of two double averages. The numerator is an average of an average of the Net. The denominator is an average of an average of the Absolute value of the Net. The Net is the difference between a bar's close and the prior bar's close.


Ergodic = (Average (Average (Net, parameter 1), parameter 2) / (Average (Average (Abs(Net), parameter 1), parameter 2)


:mad: :mad: :mad: :mad: :mad: :mad: :mad: :mad:
but when i code this, the result is always 1.

r = 49
s = 147
u = 49

Histogram scale(multiplier) =3

These are for Multicharts but try: AVE 1 = 49, AVE 2 = 147, AVE =49
 
Quote from ProfLogic:

343 & 2401 are the number of contracts traded per bar.

They are multiples of 7 which is prime.

Before I answer your "bar superiority" question let me set up the answer by asking, "do you understand why some people like 10 minute charts and others like 30 minute charts?


yes, i understand why some people use different time based charts.

# of contracts = tics----- correct?


multiples of 7 which is prime----- it appears we delving into mysticism and numerology here?? 7 is a "carol prime" for those interested in such things.

what is the significance of 343 and 2401?


surf



ps. i was invited to go on this yacht trip today, perhaps you would be interested? remote viewers and all kinds of mystical types on board for the FX market.

http://www.secretforexsociety.com/fantaseaone/

:D :D :D
 
Status
Not open for further replies.
Back
Top