No, still nothing. However if you can write down the precise algo for this stuff I'm happy to code it up for you and test if it actually works
Grateful, but happy to remain ignorant,
GAT
Great! The first algo that is easy to test and see results is for Pro-Rated Volume. In a 5min bar (or any timeframe), having a tool that measures the current transactional pace within that timeframe. This would show a graphical representation of a bar's forecasted end of bar volume if it were to continue at it's current volume pace.
Here's a pic of a tool with a specialized library that I don't have access to modify nor extend. I have the algo for it. My goal is to utilize existing python frameworks or platforms. Simply to make it web-based.
Specifically, if in the first 5sec of the bar if the transactional volume was 2k, then the forecasted EOB volume histogram height would be 10k. If by the 4min, no other transactions occurred during the bar, the bar's PRV (yellow highlight) would be 2500 (2k/4min current pace = 500contract/min). This pace is a reduction of the 1st min bar pace which was 2k/min.
Why would this tool be useful?
If volume is the leading indicator of price, then the PRV tool would demonstrate the change in price direction from intrabar changes in volume pace which results in the resulting End of Bar volume histogram height.
The next would be to code the Ten Price Cases by which to determine when to measure the volume parameter.
Why not just use the software above?
I could, but Trade Navigator isn't supported by my current broker
Why not just diy? Definitely happening so if you're not inspired, helpful support while I learn python would be great!
If the methodology works why not just hire someone to write it?
Good point, at the appropriate time, I'd prolly write it before shopping it out just to learn something new.
I'm more a get-my-hands-dirty kinda of guy vs taking it to the dealership kinda guy.
But the idea of open-sourcing software is something I could get into.