|
Re: Volume Gradient + TTM Trend Indicator
Guys,
Thanks for your interest in this indicator.
Here's a new version. It adds an input that allows you turn off the trend indicator and just paint normal up and down bars albeit with the volume shadings.
Also, IMPORTANT, I discovered that for the colors to show consistent density they must parallel each other. This is hard to explain, but if you look at the settings below you can see what I mean.
UpHR(0),
UpHG(135),
UpHB(0),
UpLR(205),
UpLG(255),
UpLB(205),
DnHR(135),
DnHG(0),
DnHB(0),
DnLR(255),
DnLG(205),
DnLB(205);
Without this you will have problems with similar relative volumes showing inconsistent shading between the up and the down versions.
Please note that you have to delete the indicator and re-add it after installing the new version or it will use your old color settings.
|