Tools For Trading using the Price Volume Relationship
http://www.elitetrader.com/vb/showthread.php?s=&postid=2054295#post2054295
http://www.elitetrader.com/vb/showthread.php?s=&postid=2054295#post2054295
Quote from Trader666:
ROTFLMAO!!! Don't forget that your posting history is visible.
So in the space of a few months you've written your own platform that's superior to commercial platforms, and profitably coded SCT? Give me a break.
Quote from rawfist:
What kind of a moron buys on a trendline break?![]()


Quote from ehorn:
Hi Wayne,
I too have been focused on coding up the modules which Jack has outlined in other posts. Particularly, the ones where he builds up each module taking inputs and producing outputs which become storage for analysis and decisions or inputs into subsequent modules. The application is very much in the "prototype" phase of development. But since you were speaking of development of the PE principles, I thought I would share.
I have just begun the analysis into the channel annotation module (3 levels of channels). I am working on some prototype code for that using the P/V relationship and channel rules and hope to begin incorporating these into the program soon. I am amazed how brilliant the mind is and well... unfortunately, I am just not that great of a developer, but I will press forward with the development of the application as it has been very enjoyable and enlightening.
For now, I have been working on coding the cases, volume, and P/V modules and performing analysis and decision making on these output data points. I have attached an image of todays results from the existing prototype code and here is a link to the replay from today (ES 5 minute). It is an AVI file (and pretty big too ~ like 50 mb, so it takes some time to buffer). I am pleased with the trending results too. But there is definately room for refinement and the channels will add a much needed "container" to help make more informed decisions and more accurate trades, IMHO. The prototype has some quick code in place to begin evaluating the analysis and decision making logic. For instance, it always enters on Bar 3 and always exits on bar 78 (on a 5 minute chart). Every trade in between is a reversal and every trade is made at the close of the bar. I have no medium or fine level indicators coded at this point (i.e. YM, STR/SQU, DOM, TICK, etc...).
The next keys I am focused on (besides the channels module) are to refine the logic for filters and context, as they relate to analysis and decision making (i.e what to do in internals, Peak Volume, etc..., when to take the signal for change and when to filter for context and so on). This prototype is a Windows Forms application, developed using C# .NET 2.0... It is very crude at this point but is offering me a great bed for developing and testing strategies using Jacks principles.
Anyways, just thought I would share and wish you all the best on your development.