Page 1 of 3

2009.06.12 BETTER VOLUME UPDATE

Posted: Fri Jun 12, 2009 7:17 pm
by TheRumpledOne
2009.06.12 BETTER VOLUME UPDATE

Image


ReadTHIS


I was in the VSA chat room and something said my modified version of Better Volume never showed a "low climax". I was about to load some debug code when I got the idea to display the number of bars since each bar type ocurred!!

Updated version of BetterVolume 1.4_TRO_MODIFIED_VERSION attached.

Is this your Email id?

Posted: Sat Jun 13, 2009 11:01 am
by ahujasanjiv
HI TRO,

You indeed are making a good contribution, i read your posts.

I just wants to confirm that is " therumpledone@wildirisproductions.com" is your email id which refers selling of The Break Out Bounce Trading Strategy:
http://www.themaddashforcash.com/tro/main.php OR is this some affiliater selling in your name?


I am very newbie in FOREX and trying to make some money for my bad circumstances which i am facing in this rough patch of my life...

You can reply me on sanahu007@rediffmail.com

cheers
sanjiv

Posted: Mon Jul 27, 2009 4:21 pm
by RockHardTen
vol bars don't match up

Posted: Mon Jul 27, 2009 4:26 pm
by monolisa
Volume (or tick volume) is broker dependent, and as such variation exists.

Lis

Posted: Mon Jul 27, 2009 4:37 pm
by RockHardTen
So, I just have to decide which to use at the time it is showing Lis?
Thanx

Re: 2009.06.12 BETTER VOLUME UPDATE

Posted: Mon Jul 27, 2009 9:08 pm
by billie-on-air
[quote="TheRumpledOne"]2009.06.12 BETTER VOLUME UPDATE

Image


ReadTHIS


I was in the VSA chat room and something said my modified version of Better Volume never showed a "low climax". I was about to load some debug code when I got the idea to display the number of bars since each bar type ocurred!!

Updated version of BetterVolume 1.4_TRO_MODIFIED_VERSION attached.




Hi Tro and everyone here...

i would like to know how you can change the colors on the candlesticks to match with the bars in the the Better Volume Indicator as shown ( ref: VSA link )

i know you can change them if one is using Tradestation but is it possible with MetaTrader?

any assistance is very welcome.
thanks !

Re: 2009.06.12 BETTER VOLUME UPDATE

Posted: Mon Jul 27, 2009 9:22 pm
by billie-on-air
billie-on-air wrote:
TheRumpledOne wrote:2009.06.12 BETTER VOLUME UPDATE

Image


ReadTHIS


I was in the VSA chat room and something said my modified version of Better Volume never showed a "low climax". I was about to load some debug code when I got the idea to display the number of bars since each bar type ocurred!!

Updated version of BetterVolume 1.4_TRO_MODIFIED_VERSION attached.



Hi Tro and everyone here...

i would like to know how you can change the colors on the candlesticks to match with the bars in the the Better Volume Indicator as shown ( ref: VSA link )

i know you can change them if one is using Tradestation but is it possible with MetaTrader?

any assistance is very welcome.
thanks !
TheRumpledOne wrote:2009.06.12 BETTER VOLUME UPDATE Image ReadTHIS I was in the VSA chat room and something said my modified version of Better Volume never showed a "low climax". I was about to load some debug code when I got the idea to display the number of bars since each bar type ocurred!! Updated version of BetterVolume 1.4_TRO_MODIFIED_VERSION attached. Hi Tro and everyone here... i would like to know how you can change the colors on the candlesticks to match with the bars in the the Better Volume Indicator as shown ( ref: VSA link ) i know you can change them if one is using Tradestation but is it possible with MetaTrader? any assistance is very welcome. thanks !
TheRumpledOne wrote:2009.06.12 BETTER VOLUME UPDATE Image ReadTHIS I was in the VSA chat room and something said my modified version of Better Volume never showed a "low climax". I was about to load some debug code when I got the idea to display the number of bars since each bar type ocurred!! Updated version of BetterVolume 1.4_TRO_MODIFIED_VERSION attached.



Second time around (with an illustration of what im asking)

Hi Tro and everyone here... i would like to know how you can change the colors on the candlesticks to match with the bars in the the Better Volume Indicator as shown ( ref: VSA link ) i know you can change them if one is using Tradestation but is it possible with MetaTrader? any assistance is very welcome. thanks !
Switch to full edit form







Hi Tro and everyone here...

i would like to know how you can change the colors on the candlesticks to match with the bars in the the Better Volume Indicator as shown ( ref: VSA link )

i know you can change them if one is using Tradestation but is it possible with MetaTrader?

any assistance is very welcome.
thanks !

better volume

Posted: Wed Aug 05, 2009 10:10 am
by billie-on-air


Hi Tro and everyone here ,

is it possible to code the Better Volume indicator to get it to display corresponding to appear on the candles?

the source code (for Tradestation ) is below but im asking if any of you guys could kindly recode it for Metatrader if possible .

Inputs: LowVol(True), ClimaxUp(True), ClimaxDown(True), Churn(True) ?
Variables: BarColor(Cyan);
BarColor = Color;
If BarType > 1 or UseUpTicks = False then begin
If C > O and Range <> 0 then Value1 = (Range/
(2*Range+O-C))*UpTicks;
If C < O and Range <> 0 then Value1 = ((Range+C-O)/
(2*Range+C-O))*UpTicks;
If C = O then Value1 = 0.5*UpTicks;
Value2 = UpTicks-Value1;
End;
If BarType <= 1 and UseUpTicks then begin
Value1 = UpTicks;
Value2 = DownTicks;
End;
Value3 = AbsValue(Value1+Value2);
Value4 = Value1*Range;
Value5 = (Value1-Value2)*Range;
Value6 = Value2*Range;
Value7 = (Value2-Value1)*Range;
If Range <> 0 then begin
Value8 = Value1/Range;
Value9 = (Value1-Value2)/Range;
Value10 = Value2/Range;
Value11 = (Value2-Value1)/Range;
Value12 = Value3/Range;

end


kind regards to all !

Posted: Wed Aug 05, 2009 2:37 pm
by TheRumpledOne
No, you can not change the bar colors in MT4 like you can in TradeStation.

Posted: Sat Sep 12, 2009 5:01 am
by prochargedmopar
TRO,

Will you please update your better volume indy to show the white climax down bars instead of all reds?

See below.

Thx

Image