Updated Functions:
found at
http://www.teddyscciroom.com/cci/phpBB/phpBB2/viewtopic.php?t=23
I have removed the old tick and volume chart functions from jprice.dll If you still use them just make a copy of the old dll called, say, jpriceold.dll and then change any function calls to jpriceold.xxxxx.
For those who want to Name their Study Collections I have added a copy of Anonymous's ID Function. I have added the ID function to kiwissstuff.dll. You call this function (using a Custom DLL Study) kiwissstuff.ID and make it the first study in a region. It will then show you whatever name you put in the text input field of the Technical Studies window. You can select the colour for the label.
For those who want up, outside and down bars marked on their charts I have added jprice.pbDirection7. This function changes from up to down when a non-outside bar prints X ticks below the swing. Experiment with it to figure it out but you can vary X.
For those who want to show indicators from one chart timeframe on another (this only works for a faster timeframe than the chart you derive your indicators from) I have added the following functions:
SoF - shows the slow bars on the fast chart as price bars
SoFbars - shows the slow bars on the fast chart as background bars
SoFMA - shows the 34ema with colour changes
SoFMA2 - shows 2 emas
SoFStoch - shows a slow stoch using the sierrachart type zero (ema) smoothing
SoFTime - shows the current time on the slow chart on the fast chart (as a value)
In all cases they default to looking at Chart #1 for the slow chart so I recommend setting up your multiple timeframe setup with the slow chart first then adding the fast ones afterwards. Any mix of times, volume and tick values is possible. I recommend that all charts use the same number of days for the chart or you may have problems.
A new study collection SoF.StdyCollct that uses everything but the time function (and uses kiwissstuff.ID and jprice.pbDirection) so that you can see how they are applied.
Two new functions to kiwiext. The Katsanos FVE and VFI functions. These are better OBV type indicators and you can find some discussion of them at:
http://www.elitetrader.com/vb/showthread.php?s=&threadid=51971&perpage=6&pagenumber=2