Login Page - Create Account

Support Board


Date/Time: Tue, 23 Apr 2024 12:08:44 +0000



[User Discussion] - Offering To The Community: Intraday Intensity Oscillator With Filters (and By Tick)

View Count: 2983

[2015-07-19 14:32:18]
bjohnson777 (Brett Johnson) - Posts: 284
"By Tick" is one of my favorites...

I've been programming some indicators from my base tool kit and am offering them to the community. I request they be added into the main SC distro once checked over.

From the "Display Study Documentation" button:

Intraday Intensity Oscillator With Filters. A price and volume based indicator that attempts to estimate accumulation and distribution of institutional traders. Normal ranges are +/-0.3. Spikes can go higher. Filtering can changes these values some.

If you have tick by tick volume up/down data, use the "By Tick" version.

This version includes extras to help clean up the graph and make it easier to integrate with automation. The "Set IIO Smoothing?" option enables cleaning up some of the IIO noise after the calculation. It is recommended to smooth IIO out with an EMA 3-7.

This version has a Volume Filter option to handle cases when a volume spike smashes the indicator making it hard to read. Large institutions sometimes do this to hide their activity afterward. The "Straight" option passes volume data through without any filtering. The "Log" option runs each volume bar through the log function making a type of "log scale". The "Square Root" option runs each volume bar through the square root function making a type of "square root scale". The "MA Clip" option will clip volume above a chosen moving average. To learn the movement characteristics of each, it is recommended to put them all on one chart for equal comparison.

To use traditional IIO, turn off all smoothing and filtering options.

-----
Minor update 2018-01-31. No major function changes.
Regular compiles moved to "Brett Johnson's Standard Tool Kit" DLL.
Offering To The Community: Brett Johnson's Standard Tool Kit
Quick compile instructions:
Offering To The Community: Brett Johnson's Standard Tool Kit | Post: 114621
Date Time Of Last Edit: 2018-01-31 07:12:41
attachmentIntradayIntensityOscillatorWithFilters.cpp - Attached On 2016-10-15 06:47:30 UTC - Size: 8.96 KB - 580 views
attachmentIntradayIntensityOscillatorWithFilters.dll - Attached On 2016-10-15 06:47:40 UTC - Size: 83 KB - 524 views
attachmentIntradayIntensityOscillatorByTickWithFilters.cpp - Attached On 2018-01-31 07:12:24 UTC - Size: 11.01 KB - 535 views
attachmentIntradayIntensityOscillatorByTickWithFilters.dll - Attached On 2018-01-31 07:12:32 UTC - Size: 816.5 KB - 493 views
[2016-10-15 06:48:16]
bjohnson777 (Brett Johnson) - Posts: 284
Today's DLL was compiled with the M$VC++ change over.
You may need to update your SC version.
Keep your previous DLL version until you've tested the new compile.
Most changes were made to shut up useless M$VC++ warnings when compiling.
There are a few compile warnings left about "argument" that can be ignored.
No real functionality changes have been made.
[2018-01-31 07:12:55]
bjohnson777 (Brett Johnson) - Posts: 284
Updated the "by tick" versions to cleanly compile with version 1689.
[2018-10-23 19:27:57]
User110215 - Posts: 4
I added this into my chart and I like how it moves and I understand the extreme values component. What else are you using it with in order to trade?
[2018-10-23 23:41:20]
bjohnson777 (Brett Johnson) - Posts: 284
I haven't made a trade this year. With my medical problems, I've been focusing on building and programming some custom hardware to help me. Doing that from the ground up is especially slow and tedious. The rest of my time usually gets stolen by a variety of other things... like me picking up a virus at the grocery store last week or the county shooting up my property taxes to an absurd level.

The way the major market indexes are finally lining up, I'm close to putting in a longer swing trade for the IRA accounts. That probably won't happen until after the US November elections. Time wise, this is how the charts seem to be lining up.

My personal charts are spaghetti and will make your eyes cross. It's good to learn how to focus on different colors, though.

Price chart: (all mine)
Adaptive ERI Moving Average With Filters (good for overall trend).
Adaptive Volume Ratio Moving Average By Tick With Filters (good for shorter term trend).
On Balance Volume By Percent Bar With Filters (thin comparison line to other OBVs).
On Balance Volume Price Movement By Tick With Filters (thin comparison to price line).
Bollinger Band Ribbon (pay attention to where different bands line up).
On Balance Volume By Tick With Filters (MAs off, overall interest, looking for divergence).

Chart Region 2: Price Action (generic studies)
MACD 15, 80, 10, SMA.
Stochastic Fast 20, 7, 70, 30, EMA.
RSI 5, 7, 70, 30, EMA.

Chart Region 3: Volume Action (mostly mine)
MACD based on On Balance Volume By Tick With Filters, OBVTick, 15, 80, 10, SMA.
Intraday Intensity Oscillator By Tick With Filters.
Up/Down Volume Difference By Tick With Filters.
RSI based on On Balance Volume By Tick With Filters, OBVTick, 15, 7, 70, 30, EMA.

Chart Region 4: (mine)
Volume Bars Stacked By Tick (used as a regular volume indicator).

There are a bunch of ″Lines 5″ and ″Scale Study to 100 Graph By Zero Line″ thrown in there so the graphs are visible.

I also use the ″Custom Stock Index Creator″ in another chart book overlaid on SPY to get a feel for the market. When I go active trading again, it will be with index ETFs.

My overall trade style is to follow the trend line. When it breaks, bail out. I use all these indicators with a variation of Elliott Wave Theory to forecast if there's likely to be another move or if a move will be cut short. If I see a stock or ETF I like but it doesn't have clean movement, it gets thrown off the list. Some may have clean movement but lose it from time to time. Those get set aside.

With all this being said, my personal chart style probably won't match anyone else's exactly. The main thing is to test out studies that look interesting, tweak values, and see if they tell you anything useful for your particular trading style. This can be a long and tedious task, but money is on the line, so it pays to be thorough. Since I've open sourced everything, you can also see how the internals work if you're curious. Some traders can get obsessed with this.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account