PureBytes Links
Trading Reference Links
|
Tomasz,
One of the things that I like to do is calculate various common
levels for indicators. The volume by price indicator is a convenient
way of showing how often an "indicator" shows up in a certain "zone"
of the chart.
For instance one could observe how often a ROC has hung out in a
certain value if the VxP indicator were modified into a set of bins
for whatever indicator we are searching over. Since ROC will tend to
hang out and pause in the extreme areas of the chart and rapidly
move through others the PxV study might be an interesting way to
represent the areas where the indicator spends most of its time.
Another application could be a routine that counts the number of
bars between peaks and troughs. Setting this up into bins should
point out potential cycle lengths.
Here's a possible call out for the function:
IndBins(Indicator,NumBins,Min,Max);
Min and Max could default to visible Min and Max over the chart and
the horizontal histogram location choices could remain similar.
What do you think?
-ace
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|