Page 1 of 1

First Full Coding for VSA & VPA (MT4 Codes)

Posted: Sat May 23, 2009 3:39 pm
by PaulGold



--------------------------------------------------------------------------------

Im coding this a few time now, and it is finaly finished!
This is a try to conver tradeguider to MT4....I also recoded VPA.afl
code to MT4! This is definitely my best code ever, and it kicks ass.
I posted this on MQL4 site, and I was banned after 15 minutes.....
I wonder why...lol....
Also take a note that this is a first full VSA system for MT4!!!


VSA? Better&TickSeparatVolumeH istogram.ex4
This code shows Better volume.....and also shows tick difference by orange histogram(diff between buy and sell tick volume).
I think that the rest (textual part is self explanatiory)

VSA?TickDifferenceSignals &Divergence.ex4
This code also looks at the tick volume differences.....but this time it looks
only the difference at the current bar....if the up volume is double the size
of the down volume it gives you a signal for buy(green), and if down volume is double the size of the up volume it is a sell signal(red)....
I have done some statistics and more of the 65% times when this scenario happens the trend will continue(next bar) in the same way!!!
Divergence is another doted line, and it shows a div between volume and price acording to the VSA rules!

VSA? Spread&WickHistogram.ex4
This one is simple and it shows you a bar position(upper dots) on top of
white histogram. Lower lime and red histogram shows you a wick size.
Doted gray line is average spread!

VPA_MT4.ex4
This is a conver from VPA.afl to MT4....it is the one in upper corner of the chart(textual) with pure Volume and price analysis with explanations of the bars!!!

I also attached a VPA text for you to understand how to trade this!

Enjoy