Constance Brown's Indicators

User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: Constance Brown's Indicators

Post by gaheitman »

xard777 wrote:
gaheitman wrote:
DragosDanescu wrote:Here it is, Forex-TSD :lol:
Ahh man! :lol:

I like mine better. ;)
Hi There gaheitman, I would like to thank you for SHF-CompositeIndex indicator.

I did however slightly bastardise the indicator to suit my own needs.

I removed both CI_Sm1 & CI_Sm2 lines from the sub-window and added a level 50 line as I think it shows balance much better.

I was wondering if you could make your indicator MTF so I can view both 4hr & Daily indicators on an H4 chart ?

All the best and thanks again for a wonderful indicator

Xard777

Here is a chart showing the amended indicator in question.
http://i.imgur.com/zbTnN.png
http://i.imgur.com/qZlTZ.png
Sure, I can take a crack at it. PM me the one you changed and I can start from there (or at least incorporate it so you don't have to re-hack the version I post ;) ).

George
User avatar
xard777
Posts: 3
Joined: Thu Dec 29, 2011 8:46 am

Re: Constance Brown's Indicators

Post by xard777 »

Hi There gaheitman,

It is OK, I no longer require the MTF version...Thank you

I have decided to place a background where the level cross is and I find it is doing a really good job.
It also simplifies the whole sub-window leaving me to concentrate on the main chart.

http://i.imgur.com/cmhMh.png

And here is the bastardised version that I did. http://www.mediafire.com/?a9voo1b644iyxcd

(You will see that it has been renamed for my archive and internals ripped out...I do it with everything that I download and want to keep).

Thanks again for your work, it is much appreciated.

All the best

Xard777
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: Constance Brown's Indicators

Post by gaheitman »

xard777 wrote:Hi There gaheitman,

It is OK, I no longer require the MTF version...Thank you

I have decided to place a background where the level cross is and I find it is doing a really good job.
It also simplifies the whole sub-window leaving me to concentrate on the main chart.

http://i.imgur.com/cmhMh.png

And here is the bastardised version that I did. http://www.mediafire.com/?a9voo1b644iyxcd

(You will see that it has been renamed for my archive and internals ripped out...I do it with everything that I download and want to keep).

Thanks again for your work, it is much appreciated.

All the best

Xard777
I like the background effect, I may have to use that myself sometime!

George
User avatar
xard777
Posts: 3
Joined: Thu Dec 29, 2011 8:46 am

Re: Constance Brown's Indicators

Post by xard777 »

COMP INDEX now with Alert
http://www.mediafire.com/?7d9n11wyqb7h67u
Xard777
Fx93
Trader
Posts: 83
Joined: Mon Apr 09, 2012 6:32 pm

Re: Constance Brown's Indicators

Post by Fx93 »

A guy named Tony Lipton coded the CII for thinkorswim as:

declare lower;

input length = 9;
INPUT VRSILEN = 14;

DEF price = RSIWilder(VRSILEN);
DEF VRSIDELTA = price - price[length];

DEF VRSISMA = SIMPleMovingAvg(RSIWilder(3),3);
DEF VRSICI = VRSIDELTA + VRSISMA;
PLOT VRSICI1 = VRSICI;
PLOT VCI1 = SIMPleMovingAvg(VRSICI,13);
PLOT VCI2 = SIMPleMovingAvg(VRSICI,33);

plot BUYLine = 0;
PLOT SSLINE = 100;

VCI1.SetDefaultColor(GetColor(6));
VCI2.SetDefaultColor(GetColor(5));
SSLine.SetDefaultColor(GetColor(0));
BUYLine.SetDefaultColor(GetColor(0));

By changing the two "RSIWilder" parts to another type of indicator, such as stochastics, etc., it frees up their limits (0-100), and provides interesting results. I mention this because this may be able to be done with Empty4, and someone may find a good indicator out of it.
CIIStoch.png
In the above you see the stochastic going below -50 and above 150 quite a bit. This was a double I made, where only the fast line of the larger timeframe is plotted.
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “Indicators”