Software Used to Trade Jack Hershey Methods

I also share the "Dom / Non-Dom Force" script.

This script tries to split each bar volume according with the inside price bar movements. So, for instance, if bar opens and price goes up, then goes down and then up again, it calculates the total movement in each direction and splits the volume accordingly.

That way it helps to see when a bar shows real increasing volume (or not).

It's just a "helper" for Volume...but give it a try. You might find it helpful in some way.
 

Attachments

Volume looks ugly
 

Attachments

  • ProRata.png
    ProRata.png
    109 KB · Views: 76
Hi,

Sure.

The "Prorata script" in TradingView is a bit more difficult to code as this platform doesn't have any functions to get the current time of the bar nor the chart period, so one needs to get a bit "creative" in order to code it...

But, it should work with any security and in any timeframe. You need to change the name of the current ES contract inside the script after the rollover because the script needs to know it in order to apply the correct session time.

Fell free to use it as you like and I hope it serves you well. It will change bar colours too...but modify it if you need.

In TradingView, open tab "Pine Editor", create new "Blank Indicator Script" and paste the "Prorata_script.txt" text file code in it.

Very cool... looking forward to having a look at that. Thanks!
 
Hi,

Sure.

The "Prorata script" in TradingView is a bit more difficult to code as this platform doesn't have any functions to get the current time of the bar nor the chart period, so one needs to get a bit "creative" in order to code it...

But, it should work with any security and in any timeframe. You need to change the name of the current ES contract inside the script after the rollover because the script needs to know it in order to apply the correct session time.

Fell free to use it as you like and I hope it serves you well. It will change bar colours too...but modify it if you need.

In TradingView, open tab "Pine Editor", create new "Blank Indicator Script" and paste the "Prorata_script.txt" text file code in it.


Thanks so much!

Yes, the limitation on some of the functions one can access for TV has been frustrating for me. That and lack of documentation with examples and that there is no support forum like NT's keeps them from total domination of the charting market. I'm also disappointed that one cannot publish intraday charts. To their credit, they do have an amazing piece of software in quite a number of other measures! Perhaps some of these functions open up with the premium subscription? In any case, it's clean interface and being web-based is the reason why it'll always have a place on my trading desk even as I explore the capabilities of NT.
 
Thanks so much!

Yes, the limitation on some of the functions one can access for TV has been frustrating for me. That and lack of documentation with examples and that there is no support forum like NT's keeps them from total domination of the charting market. I'm also disappointed that one cannot publish intraday charts. To their credit, they do have an amazing piece of software in quite a number of other measures! Perhaps some of these functions open up with the premium subscription? In any case, it's clean interface and being web-based is the reason why it'll always have a place on my trading desk even as I explore the capabilities of NT.

I have a premium subscription and concerning the API it's the same thing. It's just a limitation on how the API was made.

It's not as powerful as NT or other platforms but for me it's enough as it's multi-platform (and multi-device) and I don't need to use any other kind of scripts besides the ones I have.

Also, as you probably have figured out, I continue to use the "old JHM/Spyder method" ;-)
 
Back
Top